chore:deps

This commit is contained in:
Jun Kurihara 2025-01-11 12:19:49 +09:00
commit 8ffd80ce94
No known key found for this signature in database
GPG key ID: 48ADFD173ED22B03
5 changed files with 8 additions and 8 deletions

View file

@ -55,7 +55,7 @@ async-trait = "0.1.85"
# Error handling
anyhow = "1.0.95"
thiserror = "2.0.10"
thiserror = "2.0.11"
# http for both server and client
http = "1.2.0"
@ -80,7 +80,7 @@ hyper-rustls = { version = "0.27.5", default-features = false, features = [
# tls and cert management for server
rpxy-certs = { path = "../rpxy-certs/", default-features = false }
hot_reload = "0.1.8"
rustls = { version = "0.23.20", default-features = false }
rustls = { version = "0.23.21", default-features = false }
rustls-post-quantum = { version = "0.2.1", optional = true }
tokio-rustls = { version = "0.26.1", features = ["early-data"] }