diff --git a/Cargo.toml b/Cargo.toml index adfc7e926..5ba84f3c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,7 +101,7 @@ pgtemp = "0.7.1" pretty_assertions = "1.4.1" rand = "0.9.0" regex = "1.10.2" -reqwest = { version = "0.12", default-features = false, features = [ +reqwest = { version = "0.13", default-features = false, features = [ "json", "rustls-tls", "stream", diff --git a/crates/bin/ampctl/Cargo.toml b/crates/bin/ampctl/Cargo.toml index 458bfa31d..48fb16f19 100644 --- a/crates/bin/ampctl/Cargo.toml +++ b/crates/bin/ampctl/Cargo.toml @@ -28,7 +28,7 @@ evm-rpc-datasets = { path = "../../extractors/evm-rpc" } firehose-datasets = { path = "../../extractors/firehose" } monitoring = { path = "../../core/monitoring" } object_store.workspace = true -reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] } +reqwest = { version = "0.13", default-features = false, features = ["json", "rustls-tls"] } serde.workspace = true serde_json.workspace = true solana-datasets = { path = "../../extractors/solana" } diff --git a/crates/clients/admin/Cargo.toml b/crates/clients/admin/Cargo.toml index 38a15bdcc..e10305380 100644 --- a/crates/clients/admin/Cargo.toml +++ b/crates/clients/admin/Cargo.toml @@ -8,7 +8,7 @@ license-file.workspace = true datasets-common = { path = "../../core/datasets-common" } dump = { path = "../../core/dump" } monitoring = { path = "../../core/monitoring" } -reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] } +reqwest = { version = "0.13", default-features = false, features = ["json", "rustls-tls"] } serde.workspace = true serde_json.workspace = true thiserror.workspace = true