Skip to content

Commit 433f031

Browse files
committed
Upgrade datetime to remove crates and fix build
The datetime crate used to bring in a lot more crates as dependencies (datetime#ce7d12adc5f65519c8290f1bce2eb77fca44f460), but now does not. The version increase also fixes #301.
1 parent ee5a068 commit 433f031

File tree

2 files changed

+11
-134
lines changed

2 files changed

+11
-134
lines changed

Cargo.lock

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

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ path = "src/exa.rs"
2727

2828
[dependencies]
2929
ansi_term = "0.10.2"
30-
datetime = "0.4.5"
30+
datetime = "0.4.7"
3131
env_logger = "0.3"
3232
glob = "0.2"
3333
lazy_static = "0.2"
@@ -42,10 +42,10 @@ term_grid = "0.1.6"
4242
term_size = "0.3.0"
4343
unicode-width = "0.1.4"
4444
users = "0.5.2"
45-
zoneinfo_compiled = "0.4.5"
45+
zoneinfo_compiled = "0.4.7"
4646

4747
[build-dependencies]
48-
datetime = "0.4.5"
48+
datetime = "0.4.7"
4949

5050
[features]
5151
default = [ "git" ]

0 commit comments

Comments
 (0)