chore: deps

This commit is contained in:
Jun Kurihara 2025-03-31 22:59:43 +09:00
commit caa0baf0f4
No known key found for this signature in database
GPG key ID: D992B3E3DE1DED23
2 changed files with 20 additions and 20 deletions

View file

@ -104,7 +104,7 @@ s2n-quic-h3 = { path = "../submodules/s2n-quic/quic/s2n-quic-h3/", features = [
], optional = true }
##########
# for UDP socket wit SO_REUSEADDR when h3 with quinn
socket2 = { version = "0.5.8", features = ["all"], optional = true }
socket2 = { version = "0.5.9", features = ["all"], optional = true }
# cache
http-cache-semantics = { path = "../submodules/rusty-http-cache-semantics", default-features = false, optional = true }