diff --git a/Cargo.lock b/Cargo.lock index 7cb2b41..5d80321 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3324,9 +3324,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.21" +version = "0.23.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f287924602bf649d949c63dc8ac8b235fa5387d394020705b80c4eb597ce5b8" +checksum = "9fb9263ab4eb695e42321db096e3b8fbd715a59b154d5c88d82db2175b681ba7" dependencies = [ "aws-lc-rs", "log", diff --git a/frostd/Cargo.toml b/frostd/Cargo.toml index ea8ab5d..c1bcc9e 100644 --- a/frostd/Cargo.toml +++ b/frostd/Cargo.toml @@ -42,7 +42,7 @@ thiserror = "2.0.11" # - compiling just frostd does not require reqwest, but it tries to initialize # the ring CryptoProvider, which is not available. # For this reason we just simply always enable ring. -rustls = { version = "0.23.21", features = ["ring"] } +rustls = { version = "0.23.22", features = ["ring"] } [dev-dependencies] axum-test = "16.4.1"