diff --git a/Cargo.lock b/Cargo.lock index 536e5705..ae06776c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5561,9 +5561,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.20" +version = "0.12.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eabf4c97d9130e2bf606614eb937e86edac8292eaa6f422f995d7e8de1eb1813" +checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" dependencies = [ "base64 0.22.1", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 347d3bdb..561366d9 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.24", features = ["json"] } serde_json = "1.0.138" serde = { version = "1.0.215", features = ["derive"] } alloy = { version = "1.0.16", features = ["rand", "signer-mnemonic"] }