diff --git a/Cargo.lock b/Cargo.lock index 159428c..7433625 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -707,9 +707,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2" +checksum = "32b130c0d2d49f8b6889abc456e795e82525204f27c42cf767cf0d7734e089b8" dependencies = [ "rustls-pki-types", ] diff --git a/Cargo.toml b/Cargo.toml index bc03705..896a56d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,5 @@ clap = { version = "4.5.48", features = ["env", "derive"] } tokio = { version = "1.47.1", features = ["full"] } tokio-rustls = { version = "0.26.4", features = ["ring", "tls12"], default-features = false } rustls-pki-types = "1.12.0" -webpki-roots = "1.0.2" +webpki-roots = "1.0.3" rand = "0.9.2" \ No newline at end of file