Skip to content

Commit b19d30c

Browse files
Bump the cargo group across 2 directories with 1 update
Bumps the cargo group with 1 update in the /mcp-client-rust directory: [rmcp](https://github.com/modelcontextprotocol/rust-sdk). Bumps the cargo group with 1 update in the /weather-server-rust directory: [rmcp](https://github.com/modelcontextprotocol/rust-sdk). Updates `rmcp` from 0.8.1 to 1.4.0 - [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/rust-sdk/blob/main/release-plz.toml) - [Commits](modelcontextprotocol/rust-sdk@rmcp-v0.8.1...rmcp-v1.4.0) Updates `rmcp` from 0.3.0 to 1.4.0 - [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/rust-sdk/blob/main/release-plz.toml) - [Commits](modelcontextprotocol/rust-sdk@rmcp-v0.8.1...rmcp-v1.4.0) --- updated-dependencies: - dependency-name: rmcp dependency-version: 1.4.0 dependency-type: direct:production dependency-group: cargo - dependency-name: rmcp dependency-version: 1.4.0 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d7c4867 commit b19d30c

4 files changed

Lines changed: 111 additions & 68 deletions

File tree

mcp-client-rust/Cargo.lock

Lines changed: 83 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mcp-client-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2024"
66
[dependencies]
77
anyhow = "1.0.100"
88
genai = "0.4.2"
9-
rmcp = { version = "0.8.0", features = ["server", "client", "transport-io", "transport-child-process"] }
9+
rmcp = { version = "1.4.0", features = ["server", "client", "transport-io", "transport-child-process"] }
1010
tokio = { version = "1.47.1", features = ['full']}
1111
tracing = "0.1.41"
1212
tracing-subscriber = {version = "0.3", features = ["env-filter"]}

weather-server-rust/Cargo.lock

Lines changed: 26 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

weather-server-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2024"
55

66
[dependencies]
7-
rmcp = { version = "0.3", features = ["server", "macros", "transport-io"] }
7+
rmcp = { version = "1.4", features = ["server", "macros", "transport-io"] }
88
tokio = { version = "1.46", features = ["full"] }
99
reqwest = { version = "0.12", features = ["json"] }
1010
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)