Skip to content

Commit f8f33be

Browse files
fix(deps): update all non-major dependencies
1 parent ea0635c commit f8f33be

File tree

3 files changed

+95
-14
lines changed

3 files changed

+95
-14
lines changed

Cargo.lock

Lines changed: 92 additions & 11 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
@@ -11,8 +11,8 @@ license = "MIT"
1111
[workspace.dependencies]
1212
serde = { version = "1.0.219", features = ["derive"] }
1313
serde_json = "1.0.140"
14-
clap = { version = "4.5.34", features = ["derive", "color"] }
15-
rand = "0.9.0"
14+
clap = { version = "4.5.36", features = ["derive", "color"] }
15+
rand = "0.9.1"
1616

1717
[workspace.lints.clippy]
1818
all = { level = "warn", priority = -1 }

crates/client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ serde = { workspace = true, features = ["derive"] }
1616
shared = { path = "../shared" }
1717
clap = { workspace = true }
1818
ratatui = "0.29.0"
19-
crossterm = "0.28.1"
19+
crossterm = "0.29.0"

0 commit comments

Comments
 (0)