Skip to content

Commit

Permalink
Fix cargo-deny issues (#1874)
Browse files Browse the repository at this point in the history
* Update hickory

* Relax deny rules

* update deny
  • Loading branch information
Ifropc authored Feb 13, 2025
1 parent 1afcf24 commit e0a9ca3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,9 @@ skip = [

# wasm-gen update
{ crate = "byteorder", reason = "temp", version = "1.5.0" },

# async libraries depend on the older version (async-io and hyper)
{ crate = "socket2", reason = "temp", version = "0.4.10" },
]
# Similarly to `skip` allows you to skip certain crates during duplicate
# detection. Unlike skip, it also includes the entire tree of transitive
Expand Down

0 comments on commit e0a9ca3

Please sign in to comment.