diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 5593986..d9fc23c 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1024,9 +1024,9 @@ dependencies = [ [[package]] name = "cookie_store" -version = "0.21.1" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eac901828f88a5241ee0600950ab981148a18f2f756900ffba1b125ca6a3ef9" +checksum = "3fc4bff745c9b4c7fb1e97b25d13153da2bc7796260141df62378998d070207f" dependencies = [ "cookie", "document-features", @@ -4810,9 +4810,9 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" [[package]] name = "reqwest" -version = "0.12.25" +version = "0.12.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6eff9328d40131d43bd911d42d79eb6a47312002a4daefc9e37f17e74a7701a" +checksum = "3b4c14b2d9afca6a60277086b0cc6a6ae0b568f6f7916c943a8cdc79f8be240f" dependencies = [ "base64 0.22.1", "bytes", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 2e07c2c..cc94f3a 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -19,7 +19,7 @@ tokio = { version = "1.48.0", features = ["rt", "rt-multi-thread", "macros", "pr futures = { version = "0.3.31", default-features = false, features = ["executor"] } url = "2.5.7" once_cell = "1.21.3" -reqwest = { version = "0.12.25", features = ["rustls-tls-webpki-roots", "cookies", "gzip", "json", "stream"] } +reqwest = { version = "0.12.26", features = ["rustls-tls-webpki-roots", "cookies", "gzip", "json", "stream"] } hickory-resolver = { version = "0.25.2" } anyhow = "1.0.100" scopeguard = "1.0"