From eeaf2b2c7ea4208f0c710c35dd1667d634c6fe81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 13:18:44 +0000 Subject: [PATCH] build(deps): update reqwest requirement in /rust-mcp-server-syncable-cli 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.12.23) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.23 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust-mcp-server-syncable-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-mcp-server-syncable-cli/Cargo.toml b/rust-mcp-server-syncable-cli/Cargo.toml index 92aef69..7905983 100644 --- a/rust-mcp-server-syncable-cli/Cargo.toml +++ b/rust-mcp-server-syncable-cli/Cargo.toml @@ -54,7 +54,7 @@ predicates = "3" tempfile = "3" proptest = "1" serde_json = "1.0" -reqwest = { version = "0.11", features = ["blocking"] } +reqwest = { version = "0.12", features = ["blocking"] } http = "0.2" tokio-test = "0.4.4"