diff --git a/rpxy-bin/Cargo.toml b/rpxy-bin/Cargo.toml index d04f4533..19056928 100644 --- a/rpxy-bin/Cargo.toml +++ b/rpxy-bin/Cargo.toml @@ -29,7 +29,7 @@ rpxy-lib = { path = "../rpxy-lib/", default-features = false, features = [ mimalloc = { version = "*", default-features = false } anyhow = "1.0.86" -rustc-hash = "1.1.0" +rustc-hash = "2.0.0" serde = { version = "1.0.203", default-features = false, features = ["derive"] } tokio = { version = "1.38.0", default-features = false, features = [ "net", diff --git a/rpxy-certs/Cargo.toml b/rpxy-certs/Cargo.toml index a4a179d2..0cb9a876 100644 --- a/rpxy-certs/Cargo.toml +++ b/rpxy-certs/Cargo.toml @@ -15,7 +15,7 @@ default = ["http3"] http3 = [] [dependencies] -rustc-hash = { version = "1.1.0" } +rustc-hash = { version = "2.0.0" } tracing = { version = "0.1.40" } derive_builder = { version = "0.20.0" } thiserror = { version = "1.0.61" } diff --git a/rpxy-lib/Cargo.toml b/rpxy-lib/Cargo.toml index d0522232..18bf4daa 100644 --- a/rpxy-lib/Cargo.toml +++ b/rpxy-lib/Cargo.toml @@ -32,7 +32,7 @@ webpki-roots = ["rustls-backend", "hyper-rustls/webpki-tokio"] [dependencies] rand = "0.8.5" -rustc-hash = "1.1.0" +rustc-hash = "2.0.0" bytes = "1.6.0" derive_builder = "0.20.0" futures = { version = "0.3.30", features = ["alloc", "async-await"] }