Skip to content

Commit caa9acc

Browse files
committed
chore(deps): update workspace dependencies
Update dependencies to latest versions: - criterion: 0.7 β†’ 0.8 - rmcp: 0.9 β†’ 0.10 - uuid: 1.11 β†’ 1.19 All 502 tests pass with updated dependencies.
1 parent 08a1c42 commit caa9acc

File tree

2 files changed

+94
-51
lines changed

2 files changed

+94
-51
lines changed

β€ŽCargo.lockβ€Ž

Lines changed: 91 additions & 48 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
@@ -19,7 +19,7 @@ chrono = "0.4"
1919
clap = "4.5"
2020
clap_complete = "4.5"
2121
colored = "3.0"
22-
criterion = "0.7"
22+
criterion = "0.8"
2323
dhat = "0.3"
2424
dialoguer = "0.12"
2525
dirs = "6.0"
@@ -29,7 +29,7 @@ mcp-core = { path = "crates/mcp-core" }
2929
mcp-introspector = { path = "crates/mcp-introspector" }
3030
mcp-files = { path = "crates/mcp-files" }
3131
rayon = "1.11"
32-
rmcp = "0.9"
32+
rmcp = "0.10"
3333
serde = "1.0"
3434
serde_json = "1.0"
3535
static_assertions = "1.1"
@@ -39,7 +39,7 @@ tokio = "1.48"
3939
toml = "0.9"
4040
tracing = "0.1"
4141
tracing-subscriber = "0.3"
42-
uuid = "1.11"
42+
uuid = "1.19"
4343
which = "8.0"
4444

4545
[workspace.lints.rust]

0 commit comments

Comments
Β (0)