Skip to content

Commit e66f061

Browse files
renovate[bot]cakebaker
authored andcommitted
fix(deps): update rust crate uucore to 0.7.0
1 parent bf6ad9e commit e66f061

File tree

4 files changed

+13
-70
lines changed

4 files changed

+13
-70
lines changed

Cargo.lock

Lines changed: 4 additions & 33 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.10.0" }
4545
regex = "1.10.4"
46-
uucore = "0.6.0"
46+
uucore = "0.7.0"
4747
uutests = "0.7.0"
4848
tar = "0.4"
4949
tempfile = "3.10.1"

fuzz/Cargo.lock

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

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.10.0" }
1616
similar = "2.5.0"
17-
uucore = { version = "0.6.0", features = ["libc"] }
17+
uucore = { version = "0.7.0", features = ["libc"] }
1818
uufuzz = "0.7.0"
1919

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

0 commit comments

Comments
 (0)