We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca1a10 commit a161da5Copy full SHA for a161da5
2 files changed
fuzz/Cargo.toml
@@ -27,7 +27,7 @@ debug = true
27
28
[dependencies]
29
libfuzzer-sys = "0.4.7"
30
-rand = { version = "0.9.0", features = ["small_rng"] }
+rand = { version = "0.10.0", features = ["small_rng"] }
31
uufuzz = { path = "uufuzz" }
32
uucore = { path = "../src/uucore", features = ["parser"] }
33
uu_date = { path = "../src/uu/date" }
fuzz/uufuzz/Cargo.toml
@@ -11,7 +11,7 @@ license.workspace = true
11
12
console = "0.16.0"
13
libc = "0.2.153"
14
15
similar = "3.0.0"
16
uucore = { version = "0.8.0", path = "../../src/uucore", features = ["parser"] }
17
tempfile = "3.15.0"
0 commit comments