From 5fa785a74842b57afd1b6f631507afe284c2e9c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 19:41:11 +0000 Subject: [PATCH] chore(deps): update rust crate reqwest to 0.13 --- Cargo.toml | 2 +- crates/bin/ampctl/Cargo.toml | 2 +- crates/clients/admin/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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