From a72d423b2122253e42d8aa65079192b7647ca0a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 09:23:05 +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.12.0...v0.13.1) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.1 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 f4c53ea..5cdd238 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.12", features = ["blocking"] } +reqwest = { version = "0.13", features = ["blocking"] } http = "1.3.1" tokio-test = "0.4.4"