mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
chore(deps): bump rmcp in /4-Infrastructure/servo-fetch
Bumps [rmcp](https://github.com/modelcontextprotocol/rust-sdk) from 1.7.0 to 2.0.0. - [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-v1.7.0...rmcp-v2.0.0) --- updated-dependencies: - dependency-name: rmcp dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c3d7516849
commit
0ab65e8d08
2 changed files with 6 additions and 6 deletions
8
4-Infrastructure/servo-fetch/Cargo.lock
generated
8
4-Infrastructure/servo-fetch/Cargo.lock
generated
|
|
@ -5483,9 +5483,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rmcp"
|
name = "rmcp"
|
||||||
version = "1.7.0"
|
version = "2.0.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "0810a9f717d9828f475fe1f629f4c305c8464b7f496c3a854b58d29e65f4058e"
|
checksum = "d52d21e5b342699bc4de690e6104fc4e43255e4e8420ff0f2cbb963aac09da6f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"base64 0.22.1",
|
"base64 0.22.1",
|
||||||
|
|
@ -5515,9 +5515,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rmcp-macros"
|
name = "rmcp-macros"
|
||||||
version = "1.7.0"
|
version = "2.0.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "6aefac48c364756e97f04c0401ba3231e8607882c7c1d92da0437dc16307904d"
|
checksum = "6c68cec74c5b3ac73ff46375ae49e161637bda80bba70f0d5db641583bb308ee"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"darling 0.23.0",
|
"darling 0.23.0",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ serde_json = "1"
|
||||||
image = { version = "0.25", default-features = false, features = ["png"] }
|
image = { version = "0.25", default-features = false, features = ["png"] }
|
||||||
htmd = "0.5"
|
htmd = "0.5"
|
||||||
thiserror = "2"
|
thiserror = "2"
|
||||||
rmcp = { version = "1", features = ["server", "transport-io", "transport-streamable-http-server", "macros"] }
|
rmcp = { version = "2", features = ["server", "transport-io", "transport-streamable-http-server", "macros"] }
|
||||||
schemars = "1"
|
schemars = "1"
|
||||||
tokio = { version = "1", features = ["rt-multi-thread", "macros", "signal"] }
|
tokio = { version = "1", features = ["rt-multi-thread", "macros", "signal"] }
|
||||||
axum = "0.8"
|
axum = "0.8"
|
||||||
|
|
@ -84,7 +84,7 @@ missing_panics_doc = "allow"
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
assert_cmd = "2"
|
assert_cmd = "2"
|
||||||
predicates = "3"
|
predicates = "3"
|
||||||
rmcp = { version = "1", features = ["client", "transport-io", "transport-child-process"] }
|
rmcp = { version = "2", features = ["client", "transport-io", "transport-child-process"] }
|
||||||
futures-util = "0.3"
|
futures-util = "0.3"
|
||||||
|
|
||||||
[package.metadata.binstall]
|
[package.metadata.binstall]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue