Skip to content

Commit 3b01201

Browse files
authored
Merge pull request #516 from cakebaker/bump_uucore
Bump `uucore` & adapt `vmstat` to removed `uucore` feature
2 parents c448fdb + 101e03a commit 3b01201

File tree

4 files changed

+38
-115
lines changed

4 files changed

+38
-115
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ clap_mangen = "0.2.20"
6060
crossterm = "0.29.0"
6161
ctor = "0.5.0"
6262
dirs = "6.0.0"
63+
jiff = "0.2.15"
6364
libc = "0.2.154"
6465
nix = { version = "0.30", default-features = false, features = ["process"] }
6566
phf = "0.13.1"
@@ -73,7 +74,7 @@ tempfile = "3.10.1"
7374
terminal_size = "0.4.2"
7475
textwrap = { version = "0.16.1", features = ["terminal_size"] }
7576
thiserror = "2.0.4"
76-
uucore = "0.1.0"
77+
uucore = "0.2.2"
7778
uutests = "0.2.0"
7879
walkdir = "2.5.0"
7980
windows = { version = "0.62.0" }
@@ -84,6 +85,7 @@ xattr = "1.3.1"
8485
clap = { workspace = true }
8586
clap_complete = { workspace = true }
8687
clap_mangen = { workspace = true }
88+
jiff = { workspace = true }
8789
phf = { workspace = true }
8890
regex = { workspace = true }
8991
sysinfo = { workspace = true }

src/uu/vmstat/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ version.workspace = true
1212

1313
[dependencies]
1414
bytesize = { workspace = true }
15-
chrono = { workspace = true, default-features = false, features = ["clock"] }
1615
clap = { workspace = true }
16+
jiff = { 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)