Skip to content

Commit 45f38a9

Browse files
Update rmcp requirement from 0.8.5 to 0.9.1
Updates the requirements on [rmcp](https://github.com/modelcontextprotocol/rust-sdk) to permit the latest version. - [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases) - [Commits](modelcontextprotocol/rust-sdk@rmcp-v0.8.5...rmcp-v0.9.1) --- updated-dependencies: - dependency-name: rmcp dependency-version: 0.9.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 005f050 commit 45f38a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ serde_json = "1.0"
1212
anyhow = "1.0"
1313
tracing = "0.1"
1414
tracing-subscriber = { version = "0.3", default-features = false, features = ["env-filter", "fmt"] }
15-
rmcp = { version = "0.8.5", features = ["transport-streamable-http-server"] }
15+
rmcp = { version = "0.9.1", features = ["transport-streamable-http-server"] }
1616
axum = "0.8.6"
1717
tower = "0.5.2"
1818
tower-http = "0.6.6"

0 commit comments

Comments
 (0)