diff --git a/Cargo.lock b/Cargo.lock index f172943f2a..a40ad75fdb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4238,9 +4238,9 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" [[package]] name = "reqwest" -version = "0.12.24" +version = "0.12.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" +checksum = "3b4c14b2d9afca6a60277086b0cc6a6ae0b568f6f7916c943a8cdc79f8be240f" dependencies = [ "base64 0.22.1", "bytes", @@ -6673,9 +6673,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.6" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" +checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" dependencies = [ "bitflags 2.10.0", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 2ad9bd23ea..7c843ab6fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,7 +102,7 @@ rs_merkle = "1.4.2" zxcvbn = { version = "3.0.1", features = ["ser"] } chbs = "0.1.1" -reqwest = { version = "0.12.5", default-features = false } +reqwest = { version = "0.12.26", default-features = false } tokio-tungstenite = { version = "0.28", features = ["rustls-tls-webpki-roots"]} webpki-roots = "1" rustls-pemfile = "2"