diff --git a/Cargo.lock b/Cargo.lock index d3cc4b2..4479bf6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2129,9 +2129,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[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", "bytes", diff --git a/test-utils/Cargo.toml b/test-utils/Cargo.toml index fbaeaad..3be5887 100644 --- a/test-utils/Cargo.toml +++ b/test-utils/Cargo.toml @@ -5,5 +5,5 @@ edition = "2021" [dependencies] anyhow = "1.0" -reqwest = { version = "0.12.25", features = ["blocking"] } +reqwest = { version = "0.12.26", features = ["blocking"] } flate2 = "1.1.5"