fix: downgrade and pin rustls-0.23.23

This commit is contained in:
Jun Kurihara 2025-03-17 21:35:49 +09:00
commit 3e1204c832
No known key found for this signature in database
GPG key ID: D992B3E3DE1DED23
3 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ derive_builder = { version = "0.20.2" }
thiserror = { version = "2.0.12" }
hot_reload = { version = "0.1.8" }
async-trait = { version = "0.1.88" }
rustls = { version = "0.23.24", default-features = false, features = [
rustls = { version = "=0.23.23", default-features = false, features = [
"std",
"aws_lc_rs",
] }