Skip to content

Commit

Permalink
Upgrade humantime_to_duration to version 0.3.1.
Browse files Browse the repository at this point in the history
Latest patch fixes the transitive dependency on time. Which can now
also be removed from the deny skipped bans.
  • Loading branch information
wanderinglethe committed Jun 6, 2023
1 parent 1ff4684 commit 81313e6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 34 deletions.
38 changes: 9 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ fundu = "0.5.1"
gcd = "2.3"
glob = "0.3.1"
half = "2.2"
humantime_to_duration = "0.3.0"
humantime_to_duration = "0.3.1"
indicatif = "0.17"
is-terminal = "0.4.7"
itertools = "0.10.5"
Expand Down
5 changes: 1 addition & 4 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,8 @@ skip = [
{ name = "redox_syscall", version = "0.3.5" },
# cpp_macros
{ name = "aho-corasick", version = "0.7.19" },
# chrono -> time
{ name = "wasi", version = "0.10.0+wasi-snapshot-preview1" },
# touch can be remove when touch switches from time to chrono
# touch, can be remove when touch switches from time to chrono
{ name = "humantime_to_duration", version = "0.2.1" },
{ name = "time", version = "0.3.20" },
]
# spell-checker: enable

Expand Down

0 comments on commit 81313e6

Please sign in to comment.