diff --git a/Cargo.lock b/Cargo.lock index 783cb6e..e4b4912 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -688,9 +688,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2853738d1cc4f2da3a225c18ec6c3721abb31961096e9dbf5ab35fa88b19cfdb" +checksum = "8782dd5a41a24eed3a4f40b606249b3e236ca61adf1f25ea4d45c73de122b502" dependencies = [ "rustls-pki-types", ] diff --git a/Cargo.toml b/Cargo.toml index 65b1fa4..fda43a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,5 @@ clap = { version = "4.5.40", features = ["env", "derive"] } tokio = { version = "1.45.1", features = ["full"] } tokio-rustls = { version = "0.26.2", features = ["ring", "tls12"], default-features = false } rustls-pki-types = "1.12.0" -webpki-roots = "1.0.0" +webpki-roots = "1.0.1" rand = "0.9.1" \ No newline at end of file