Skip to content

Commit dd51f61

Browse files
fix(deps): update rust crate uucore to 0.3.0
1 parent 400dbde commit dd51f61

File tree

3 files changed

+6
-38
lines changed

3 files changed

+6
-38
lines changed

Cargo.lock

Lines changed: 4 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ phf = "0.13.0"
4343
phf_codegen = "0.13.0"
4444
rand = { version = "0.9", features = ["small_rng"] }
4545
regex = "1.10.4"
46-
uucore = "0.2.0"
46+
uucore = "0.3.0"
4747
uuhelp_parser = "0.2.0"
4848
uutests = "0.3.0"
4949
tempfile = "3.10.1"

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ libc = "0.2.153"
1414
tempfile = "3.15.0"
1515
rand = { version = "0.9.0", features = ["small_rng"] }
1616
similar = "2.5.0"
17-
uucore = { version = "0.2.0", features = ["libc"] }
17+
uucore = { version = "0.3.0", features = ["libc"] }
1818
uufuzz = "0.2.0"
1919

2020
uu_tar = { path = "../src/uu/tar/" }

0 commit comments

Comments
 (0)