Skip to content

Commit

Permalink
chore: update some dependencies, fix cargo deny
Browse files Browse the repository at this point in the history
  • Loading branch information
vthib committed Nov 7, 2022
1 parent 1e3a99e commit 0d3bc1c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

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

7 changes: 3 additions & 4 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -173,15 +173,14 @@ deny = [
#{ name = "ansi_term", version = "=0.11.0", wrappers = [] },
]
# Certain crates/versions that will be skipped when doing duplicate detection.
skip = [
#{ name = "ansi_term", version = "=0.11.0" },
]
skip = []
# Similarly to `skip` allows you to skip certain crates during duplicate
# detection. Unlike skip, it also includes the entire tree of transitive
# dependencies starting at the specified crate, up to a certain depth, which is
# by default infinite
skip-tree = [
#{ name = "ansi_term", version = "=0.11.0", depth = 20 },
# Because of criterion...
{ name = "clap", version = "3.2" }
]

# This section is considered when running `cargo deny check sources`.
Expand Down

0 comments on commit 0d3bc1c

Please sign in to comment.