Update Rust crate axum-server-dual-protocol to 0.6.0

This commit is contained in:
renovate[bot] 2024-02-26 05:41:24 +00:00 committed by GitHub
parent f76937a085
commit 7f98176b5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 168 additions and 39 deletions

View file

@ -107,7 +107,7 @@ rocksdb = { version = "0.22.0", default-features = true, features = ["multi-thre
either = { version = "1.10.0", features = ["serde"] }
# to listen on both HTTP and HTTPS
axum-server-dual-protocol = { version = "0.5.2", optional = true }
axum-server-dual-protocol = { version = "0.6.0", optional = true }
# to encode/decode percent URIs when conduwuit is running without a reverse proxy
#urlencoding = "2.1.3"