Skip to content

Commit 4df989d

Browse files
chore(deps): bump the minor-and-patch group with 3 updates (#68)
Bumps the minor-and-patch group with 3 updates: [rmcp](https://github.com/modelcontextprotocol/rust-sdk), [toml](https://github.com/toml-rs/toml) and [uuid](https://github.com/uuid-rs/uuid). Updates `rmcp` from 1.2.0 to 1.3.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-v1.2.0...rmcp-v1.3.0) Updates `toml` from 1.0.7+spec-1.1.0 to 1.1.0+spec-1.1.0 - [Commits](toml-rs/toml@toml-v1.0.7...toml-v1.1.0) Updates `uuid` from 1.22.0 to 1.23.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.22.0...v1.23.0) --- updated-dependencies: - dependency-name: rmcp dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: toml dependency-version: 1.1.0+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: uuid dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b9a06a3 commit 4df989d

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@ mcp-execution-server = { path = "crates/mcp-server", version = "0.6.6" }
3232
mcp-execution-skill = { path = "crates/mcp-skill", version = "0.6.6" }
3333
rayon = "1.11"
3434
regex = "1.12"
35-
rmcp = "1.2"
35+
rmcp = "1.3"
3636
schemars = "1.2"
3737
serde = "1.0"
3838
serde_json = "1.0"
3939
static_assertions = "1.1"
4040
tempfile = "3.25"
4141
thiserror = "2.0"
4242
tokio = "1.50"
43-
toml = "1.0"
43+
toml = "1.1"
4444
tracing = "0.1"
4545
tracing-subscriber = "0.3"
46-
uuid = "1.22"
46+
uuid = "1.23"
4747
which = "8.0"
4848

4949
[workspace.lints.rust]

0 commit comments

Comments
 (0)