Skip to content

Commit 115ec65

Browse files
committed
chore: update rmcp v1.2.0
Signed-off-by: mrizzi <mrizzi@redhat.com>
1 parent fb0416b commit 115ec65

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ axum = { version = "0.8", features = ["macros"] }
1717
chrono = "0.4"
1818
openid = "0.18.0"
1919
reqwest = { version = "0.12", features = ["json", "blocking"] }
20-
rmcp = { version = "1.1.1", features = ["server", "transport-io", "transport-streamable-http-server"] }
20+
rmcp = { version = "1.2.0", features = ["server", "transport-io", "transport-streamable-http-server"] }
2121
serde = { version = "1.0", features = ["derive"] }
2222
serde_json = "1.0"
2323
tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread", "io-std", "signal"] }
@@ -33,6 +33,6 @@ urlencoding = "2.1"
3333

3434
[dev-dependencies]
3535
log = "0.4"
36-
rmcp = { version = "1.1.1", features = ["client", "transport-child-process"] }
36+
rmcp = { version = "1.2.0", features = ["client", "transport-child-process"] }
3737
test-log = "0.2.18"
3838
trustify-test-context = { git = "https://github.com/guacsec/trustify.git", tag = "v0.4.5"}

0 commit comments

Comments
 (0)