This commit is contained in:
Jun Kurihara 2025-07-23 10:34:29 +09:00
commit 4dce256297
No known key found for this signature in database
GPG key ID: B184DE07B34AA676
3 changed files with 18 additions and 18 deletions

View file

@ -36,7 +36,7 @@ post-quantum = [
]
[dependencies]
rand = "0.9.1"
rand = "0.9.2"
ahash = "0.8.12"
bytes = "1.10.1"
derive_builder = "0.20.2"
@ -61,7 +61,7 @@ thiserror = "2.0.12"
http = "1.3.1"
http-body-util = "0.1.3"
hyper = { version = "1.6.0", default-features = false }
hyper-util = { version = "0.1.15", features = ["full"] }
hyper-util = { version = "0.1.16", features = ["full"] }
futures-util = { version = "0.3.31", default-features = false }
futures-channel = { version = "0.3.31", default-features = false }