Skip to content

Commit d116b21

Browse files
committed
chore(deps): update dependencies in Cargo.lock and Cargo.toml
1 parent f71829f commit d116b21

2 files changed

Lines changed: 24 additions & 24 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ version = "0.2.0"
44
edition = "2024"
55

66
[dependencies]
7-
axum = { version = "0.8.8", features = ["json", "macros"] }
7+
axum = { version = "0.8.9", features = ["json", "macros"] }
88
crossterm = "0.29.0"
99
notify = "8.2.0"
1010
ratatui = { version = "0.30.0", default-features = false, features = ["crossterm"] }
11-
rmcp = { version = "1.3.0", features = ["server", "macros", "transport-streamable-http-server", "elicitation"] }
11+
rmcp = { version = "1.7.0", features = ["server", "macros", "transport-streamable-http-server", "elicitation"] }
1212
russh = { version = "0.56.0", default-features = false, features = ["ring"] }
1313
serde = { version = "1.0.228", features = ["derive"] }
14-
serde_json = "1.0.149"
14+
serde_json = "1.0.150"
1515
serde_saphyr = { package = "serde-saphyr", version = "0.0.21" }
1616
thiserror = "2.0.18"
17-
tokio = { version = "1.50.0", features = ["macros", "process", "rt-multi-thread", "io-util", "sync", "fs", "time", "net", "signal"] }
17+
tokio = { version = "1.52.3", features = ["macros", "process", "rt-multi-thread", "io-util", "sync", "fs", "time", "net", "signal"] }
1818
tokio-stream = { version = "0.1.18", features = ["sync"] }
1919
tracing = "0.1.44"
2020
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
21-
uuid = { version = "1.23.0", features = ["serde", "v4"] }
21+
uuid = { version = "1.23.1", features = ["serde", "v4"] }

0 commit comments

Comments
 (0)