diff --git a/Cargo.lock b/Cargo.lock index 7bb7ed5..93223a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -627,9 +627,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32b130c0d2d49f8b6889abc456e795e82525204f27c42cf767cf0d7734e089b8" +checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e" dependencies = [ "rustls-pki-types", ] diff --git a/Cargo.toml b/Cargo.toml index a884dee..8a8ff7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,5 @@ clap = { version = "4.5.51", features = ["env", "derive"] } tokio = { version = "1.48.0", features = ["full"] } tokio-rustls = { version = "0.26.4", features = ["ring", "tls12"], default-features = false } rustls-pki-types = "1.13.0" -webpki-roots = "1.0.3" +webpki-roots = "1.0.4" rand = "0.9.2" \ No newline at end of file