From 4721747b49effd38d52207ca88f5b3fae2cb2f10 Mon Sep 17 00:00:00 2001 From: gavinleroy Date: Tue, 21 May 2024 10:04:57 -0600 Subject: [PATCH] Update ahash dependees to >8. --- crates/depot/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/depot/Cargo.toml b/crates/depot/Cargo.toml index d7edbaa..38df8dd 100644 --- a/crates/depot/Cargo.toml +++ b/crates/depot/Cargo.toml @@ -51,7 +51,7 @@ async-trait = "0.1" tokio = { version = "1", default-features = false, features = ["sync", "macros", "time", "rt-multi-thread", "process"] } atomic_enum = "0.2" # We use rustls to avoid issues linking w/ libssl when cross-compiling -reqwest = {version = "0.11", default-features = false, features = ["stream", "rustls-tls"]} +reqwest = {version = "0.11.27", default-features = false, features = ["stream", "rustls-tls"]} ## Dev log = "0.4"