chore deps

This commit is contained in:
Jun Kurihara 2025-09-18 00:51:11 +09:00
commit b91b006cb5
No known key found for this signature in database
GPG key ID: 48ADFD173ED22B03
2 changed files with 73 additions and 65 deletions

View file

@ -82,7 +82,7 @@ rpxy-certs = { path = "../rpxy-certs/", default-features = false }
hot_reload = "0.2.0"
rustls = { version = "0.23.31", default-features = false }
rustls-post-quantum = { version = "0.2.3", optional = true }
tokio-rustls = { version = "0.26.2", features = ["early-data"] }
tokio-rustls = { version = "0.26.3", features = ["early-data"] }
# acme
rpxy-acme = { path = "../rpxy-acme/", default-features = false, optional = true }