Skip to content

Commit 1581c0c

Browse files
fix(deps): update rust crate uucore to 0.6.0
1 parent d5c0e5f commit 1581c0c

File tree

3 files changed

+6
-36
lines changed

3 files changed

+6
-36
lines changed

Cargo.lock

Lines changed: 4 additions & 34 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.5.0"
46+
uucore = "0.6.0"
4747
uuhelp_parser = "0.2.0"
4848
uutests = "0.6.0"
4949
tar = "0.4"

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.5.0", features = ["libc"] }
17+
uucore = { version = "0.6.0", features = ["libc"] }
1818
uufuzz = "0.5.0"
1919

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

0 commit comments

Comments
 (0)