Skip to content

Commit 67f9266

Browse files
fix(deps): update all non-major dependencies
1 parent ae98abe commit 67f9266

File tree

4 files changed

+98
-16
lines changed

4 files changed

+98
-16
lines changed

Cargo.lock

Lines changed: 94 additions & 12 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.40", features = ["derive", "color"] }
15+
rand = "0.9.1"
1616

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

crates/benchmarks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2024"
88
workspace = true
99

1010
[dependencies]
11-
criterion2 = { version = "3.0.0" }
11+
criterion2 = { version = "3.0.1" }
1212
client = { path = "../client" }
1313
shared = { path = "../shared" }
1414

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)