Skip to content

Commit a161da5

Browse files
fix(deps): update rust crate rand to 0.10.0
1 parent 2ca1a10 commit a161da5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ debug = true
2727

2828
[dependencies]
2929
libfuzzer-sys = "0.4.7"
30-
rand = { version = "0.9.0", features = ["small_rng"] }
30+
rand = { version = "0.10.0", features = ["small_rng"] }
3131
uufuzz = { path = "uufuzz" }
3232
uucore = { path = "../src/uucore", features = ["parser"] }
3333
uu_date = { path = "../src/uu/date" }

fuzz/uufuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license.workspace = true
1111
[dependencies]
1212
console = "0.16.0"
1313
libc = "0.2.153"
14-
rand = { version = "0.9.0", features = ["small_rng"] }
14+
rand = { version = "0.10.0", features = ["small_rng"] }
1515
similar = "3.0.0"
1616
uucore = { version = "0.8.0", path = "../../src/uucore", features = ["parser"] }
1717
tempfile = "3.15.0"

0 commit comments

Comments
 (0)