diff --git a/Cargo.lock b/Cargo.lock index 6b75c47..8814abf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -685,9 +685,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.26.8" +version = "0.26.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9" +checksum = "29aad86cec885cafd03e8305fd727c418e970a521322c91688414d5b8efba16b" dependencies = [ "rustls-pki-types", ] diff --git a/Cargo.toml b/Cargo.toml index 6b72da2..2da0907 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,5 @@ clap = { version = "4.5.37", features = ["env", "derive"] } tokio = { version = "1.44.2", features = ["full"] } tokio-rustls = { version = "0.26.2", features = ["ring", "tls12"], default-features = false } rustls-pki-types = "1.11.0" -webpki-roots = "0.26.8" +webpki-roots = "0.26.9" rand = "0.9.1" \ No newline at end of file