diff --git a/Cargo.lock b/Cargo.lock index 95343ff7..44e97dd7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5548,9 +5548,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.20" +version = "0.12.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eabf4c97d9130e2bf606614eb937e86edac8292eaa6f422f995d7e8de1eb1813" +checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb" dependencies = [ "base64 0.22.1", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 347d3bdb..ebbf9378 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ tokio = { version = "1.45", features = [ "sync", "time", ] } -reqwest = { version = "0.12.20", features = ["json"] } +reqwest = { version = "0.12.23", features = ["json"] } serde_json = "1.0.138" serde = { version = "1.0.215", features = ["derive"] } alloy = { version = "1.0.16", features = ["rand", "signer-mnemonic"] }