From 51cab260179f39f73b0dab93a23efca671055cd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 07:36:33 +0000 Subject: [PATCH] chore(deps): update reqwest requirement from 0.12 to 0.13 in /sdk/rust 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.12.0...v0.12.28) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.28 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sdk/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/rust/Cargo.toml b/sdk/rust/Cargo.toml index ed9cb63..c716b6a 100644 --- a/sdk/rust/Cargo.toml +++ b/sdk/rust/Cargo.toml @@ -11,7 +11,7 @@ categories = ["network-programming", "api-bindings"] readme = "README.md" [dependencies] -reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls", "blocking"] } +reqwest = { version = "0.13", default-features = false, features = ["json", "rustls-tls", "blocking"] } serde = { version = "1", features = ["derive"] } serde_json = "1" thiserror = "1"