chore: deps rustc-hash

This commit is contained in:
Jun Kurihara 2024-06-19 10:44:30 +09:00
commit fd8ee25714
No known key found for this signature in database
GPG key ID: 6D3FEE70E498C15B
3 changed files with 3 additions and 3 deletions

View file

@ -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",

View file

@ -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" }

View file

@ -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"] }