diff --git a/Cargo.lock b/Cargo.lock index b30d23a..bb0b423 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7032,9 +7032,9 @@ dependencies = [ [[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 0.22.1", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 9a922a0..1d36f6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9. eyre = "0.6.12" openssl = { version = "0.10", features = ["vendored"] } -reqwest = { version = "0.12.25", features = ["rustls-tls-native-roots", "json"]} +reqwest = { version = "0.12.26", features = ["rustls-tls-native-roots", "json"]} tracing = "0.1.43" [profile.release]