Skip to content

Commit

Permalink
fix deny.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Nov 27, 2024
1 parent 100ad81 commit d9bfaf8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,11 @@ allow = [
"BSD-2-Clause",
"BSD-3-Clause",
"BSL-1.0",
"CC0-1.0",
"ISC",
"MIT",
"MIT-0",
"MPL-2.0",
"Unicode-3.0",
"Unlicense",
"Zlib",
]

[[licenses.clarify]]
Expand All @@ -49,7 +46,6 @@ crate = "unicode-ident"
version = 2
ignore = [
"RUSTSEC-2023-0071", # rsa sidechannel
"RUSTSEC-2024-0370", # proc-macro-error unmaintained
]

[bans]
Expand All @@ -59,3 +55,4 @@ deny = [{ name = "tokio", deny-multiple-versions = true }]
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = ["https://github.com/vincent-herlemont/native_db"]

0 comments on commit d9bfaf8

Please sign in to comment.