From 2e34b25b0c2117a6c877e19e62979906f40d52fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 05:14:22 +0000 Subject: [PATCH] chore(deps): bump the rust-minor-patch group with 2 updates Bumps the rust-minor-patch group with 2 updates: [rmcp](https://github.com/modelcontextprotocol/rust-sdk) and [async-openai](https://github.com/64bit/async-openai). Updates `rmcp` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/rust-sdk/blob/main/release-plz.toml) - [Commits](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v3.0.0...rmcp-v3.0.1) Updates `async-openai` from 0.41.1 to 0.41.2 - [Release notes](https://github.com/64bit/async-openai/releases) - [Commits](https://github.com/64bit/async-openai/compare/async-openai-v0.41.1...async-openai-v0.41.2) --- updated-dependencies: - dependency-name: rmcp dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor-patch - dependency-name: async-openai dependency-version: 0.41.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a9866641..8e89c41a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -772,9 +772,9 @@ dependencies = [ [[package]] name = "async-openai" -version = "0.41.1" +version = "0.41.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3007014661d5b98168b7b6f1014147bce8b1362a194783543eeb9f6117a20be9" +checksum = "d72db2750faea2ca5edbf6d0c50277a89dc8f75f5e6ddd695ef30f75e335019b" dependencies = [ "async-openai-macros", "base64 0.22.1", @@ -5332,9 +5332,9 @@ dependencies = [ [[package]] name = "rmcp" -version = "3.0.0" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcd2b6dd3b18129368955f32661a7718969e8c152c7d8866434c09cf15a512e0" +checksum = "ad26b216c966e987e80e86daf784a455c039c43d98575ceed57b8faa259e5695" dependencies = [ "async-trait", "base64 0.23.0", @@ -5363,9 +5363,9 @@ dependencies = [ [[package]] name = "rmcp-macros" -version = "3.0.0" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1aa4b9345795260a43fc23d6d05e096407c8b953903f673af7c4404b49fb2d6" +checksum = "41bc748630c2be2a71b614c2f40d27bc0df0060696d224e1692c72345b7e0b79" dependencies = [ "darling 0.23.0", "proc-macro2",