From a568e40539b95607721ef23a2522baee91506ec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 09:53:30 +0000 Subject: [PATCH] chore(deps): update reqwest requirement in /tools/text2cbor 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] --- tools/text2cbor/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 tools/text2cbor/Cargo.toml diff --git a/tools/text2cbor/Cargo.toml b/tools/text2cbor/Cargo.toml old mode 100755 new mode 100644 index 6d939b4..93cfc34 --- a/tools/text2cbor/Cargo.toml +++ b/tools/text2cbor/Cargo.toml @@ -15,4 +15,4 @@ walkdir = "2" serde = { version = "1", features = ["derive"] } serde_json = "1" tokio = { version = "1", features = ["full"] } -reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"] } +reqwest = { version = "0.13", default-features = false, features = ["rustls-tls"] }