Skip to content

Commit 08a1bfa

Browse files
fix(deps): update rust crate rand to 0.10
1 parent 7f6ee9c commit 08a1bfa

2 files changed

Lines changed: 217 additions & 25 deletions

File tree

Cargo.lock

Lines changed: 215 additions & 23 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
@@ -15,7 +15,7 @@ crossterm = { version = "0.29", features = ["event-stream"] }
1515
argh="0.1"
1616
regex = "1"
1717
itertools = "0.14"
18-
rand = "0.9"
18+
rand = "0.10"
1919
toml = "0.9"
2020
serde = { version = "1.0", features = ["derive"] }
2121
tokio = { version = "1.47", features = ["macros", "rt-multi-thread", "sync", "time"] }
@@ -58,7 +58,7 @@ workspace = true
5858

5959
[dev-dependencies]
6060
criterion = { version = "0.8.1", features = ["async_tokio"] }
61-
rand = "0.9"
61+
rand = "0.10"
6262

6363
[[bench]]
6464
name = "probe_benchmarks"

0 commit comments

Comments
 (0)