chore: deps

This commit is contained in:
Jun Kurihara 2024-11-28 11:36:11 +09:00
commit 0180b618e4
No known key found for this signature in database
GPG key ID: 9C5AF0A526862FEF
4 changed files with 7 additions and 7 deletions

View file

@ -17,14 +17,14 @@ post-quantum = ["rustls-post-quantum"]
url = { version = "2.5.4" }
rustc-hash = "2.0.0"
thiserror = "2.0.3"
tracing = "0.1.40"
tracing = "0.1.41"
async-trait = "0.1.83"
base64 = "0.22.1"
aws-lc-rs = { version = "1.11.1", default-features = false, features = [
"aws-lc-sys",
] }
blocking = "1.6.1"
rustls = { version = "0.23.18", default-features = false, features = [
rustls = { version = "0.23.19", default-features = false, features = [
"std",
"aws_lc_rs",
] }