Skip to content

Commit ea7cd44

Browse files
committed
Bump uucore from 0.1.0 to 0.2.2
1 parent c448fdb commit ea7cd44

File tree

3 files changed

+31
-111
lines changed

3 files changed

+31
-111
lines changed

Cargo.lock

Lines changed: 29 additions & 109 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
@@ -73,7 +73,7 @@ tempfile = "3.10.1"
7373
terminal_size = "0.4.2"
7474
textwrap = { version = "0.16.1", features = ["terminal_size"] }
7575
thiserror = "2.0.4"
76-
uucore = "0.1.0"
76+
uucore = "0.2.2"
7777
uutests = "0.2.0"
7878
walkdir = "2.5.0"
7979
windows = { version = "0.62.0" }

src/uu/vmstat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ bytesize = { workspace = true }
1515
chrono = { workspace = true, default-features = false, features = ["clock"] }
1616
clap = { workspace = true }
1717
terminal_size = { workspace = true }
18-
uucore = { workspace = true, features = ["custom-tz-fmt"] }
18+
uucore = { workspace = true }
1919

2020
uu_slabtop = {path = "../slabtop"}
2121

0 commit comments

Comments
 (0)