Skip to content

Commit 803d1fd

Browse files
authored
Merge pull request #1690 from sorairolake/replace-humantime-with-jiff
chore(deps): Replace `humantime` and `chrono` with `jiff`
2 parents a4fdad6 + bbac767 commit 803d1fd

File tree

5 files changed

+89
-190
lines changed

5 files changed

+89
-190
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
## Changes
1212

13+
- Replace `humantime` crate and `chrono` crate with `jiff` crate, see #1690 (@sorairolake)
1314

1415
## Other
1516

Cargo.lock

+58-159
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-6
Original file line numberDiff line numberDiff line change
@@ -41,24 +41,19 @@ ignore = "0.4.23"
4141
regex = "1.11.1"
4242
regex-syntax = "0.8"
4343
ctrlc = "3.2"
44-
humantime = "2.1"
4544
globset = "0.4"
4645
anyhow = "1.0"
4746
etcetera = "0.9"
4847
normpath = "1.1.1"
4948
crossbeam-channel = "0.5.14"
5049
clap_complete = {version = "4.5.44", optional = true}
5150
faccess = "0.2.4"
51+
jiff = "0.2.4"
5252

5353
[dependencies.clap]
5454
version = "4.5.31"
5555
features = ["suggestions", "color", "wrap_help", "cargo", "derive"]
5656

57-
[dependencies.chrono]
58-
version = "0.4.39"
59-
default-features = false
60-
features = ["std", "clock"]
61-
6257
[dependencies.lscolors]
6358
version = "0.20"
6459
default-features = false

0 commit comments

Comments
 (0)