From 7cf6f5d8863fa3cfcd5276c554b7f8a256eb91c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 11:04:43 +0000 Subject: [PATCH] build(deps): update reqwest requirement from 0.11 to 0.13 Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.0...v0.13.3) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- adapters/http-get/Cargo.toml | 2 +- runtime/kms-proxy/Cargo.toml | 2 +- runtime/sidecar-watcher/Cargo.toml | 2 +- runtime/tool-broker/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/adapters/http-get/Cargo.toml b/adapters/http-get/Cargo.toml index d694192f2..5f0d0181a 100644 --- a/adapters/http-get/Cargo.toml +++ b/adapters/http-get/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/provability-fabric/provability-fabric" [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -reqwest = { version = "0.11", features = ["json"] } +reqwest = { version = "0.13", features = ["json"] } sha2 = "0.10" url = "2.4" tokio = { version = "1.0", features = ["full"] } diff --git a/runtime/kms-proxy/Cargo.toml b/runtime/kms-proxy/Cargo.toml index 1411445b2..36e3bb365 100644 --- a/runtime/kms-proxy/Cargo.toml +++ b/runtime/kms-proxy/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" tokio = { version = "1.0", features = ["full"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -reqwest = { version = "0.11", features = ["json"] } +reqwest = { version = "0.13", features = ["json"] } anyhow = "1.0" tracing = "0.1" tracing-subscriber = "0.3" diff --git a/runtime/sidecar-watcher/Cargo.toml b/runtime/sidecar-watcher/Cargo.toml index 37b023a6d..7531b27d4 100644 --- a/runtime/sidecar-watcher/Cargo.toml +++ b/runtime/sidecar-watcher/Cargo.toml @@ -16,7 +16,7 @@ tracing = "0.1" humantime = "2" tracing-subscriber = "0.3" prometheus-client = "0.22" -reqwest = { version = "0.11", features = ["json"] } +reqwest = { version = "0.13", features = ["json"] } chrono = { version = "0.4", features = ["serde"] } uuid = { version = "1.0", features = ["v4"] } sha2 = "0.10" diff --git a/runtime/tool-broker/Cargo.toml b/runtime/tool-broker/Cargo.toml index faae4413c..52bfdc411 100644 --- a/runtime/tool-broker/Cargo.toml +++ b/runtime/tool-broker/Cargo.toml @@ -8,7 +8,7 @@ clap = { version = "4", features = ["derive"] } tokio = { version = "1.0", features = ["full"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -reqwest = { version = "0.11", features = ["json"] } +reqwest = { version = "0.13", features = ["json"] } anyhow = "1.0" tracing = "0.1" tracing-subscriber = "0.3"