diff --git a/Cargo.lock b/Cargo.lock index 3d4bf9818..05de6a391 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4128,9 +4128,9 @@ checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" [[package]] name = "reqwest" -version = "0.12.20" +version = "0.12.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eabf4c97d9130e2bf606614eb937e86edac8292eaa6f422f995d7e8de1eb1813" +checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 1eb4d2939..3b106f6ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ async-channel = "2.3.1" gag = "1.0.0" [target.'cfg(not(target_arch = "powerpc64"))'.dependencies] -reqwest = { version = "0.12.20", default-features = false, features = ["json", "rustls-tls"] } +reqwest = { version = "0.12.22", default-features = false, features = ["json", "rustls-tls"] } [target.'cfg(target_arch = "powerpc64")'.dependencies] reqwest = { version = "0.12.20", features = ["json"] }