Skip to content

Commit

Permalink
Fix deny
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Dec 12, 2023
1 parent 5cc2bb7 commit 6181227
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,17 @@ deny = [{ name = "openssl" }, { name = "curl" }]
skip = [
# several users of this old version
{ name = "bitflags", version = "=1.3.2" },
# imara-diff uses an old version
{ name = "hashbrown", version = "=0.12.3" },
# toml-edit is user a newer version :p
{ name = "indexmap", version = "=1.9.3" },
# gix dependes on 2 versions, but will (hopefully) be fixed next relesae
{ name = "faster-hex", version = "=0.8.1" },
# trust-dns-resolver pulls in a new version than the rest of them use (including itself)
{ name = "socket2", version = "=0.4.10" },
# A bunch of users still of syn 1.0 :p
{ name = "syn", version = "=1.0.109" },
]
skip-tree = []
skip-tree = [
# sigh
{ name = "windows-sys", version = "=0.48.0" },
]

[sources]
unknown-registry = "deny"
Expand Down

0 comments on commit 6181227

Please sign in to comment.