-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove duplicate hashbrown dependency by moving to basic-toml
- Loading branch information
Showing
9 changed files
with
86 additions
and
120 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,17 +11,17 @@ ignore = [] | |
|
||
[licenses] | ||
allow = [ | ||
"MIT", | ||
"Apache-2.0", | ||
"Unicode-3.0", | ||
"Unicode-DFS-2016", | ||
"WTFPL", | ||
"BSL-1.0", | ||
"CC0-1.0", | ||
"BSD-3-Clause", | ||
"ISC", | ||
"Zlib", | ||
"BSD-2-Clause", | ||
"MIT", | ||
"Apache-2.0", | ||
"Unicode-3.0", | ||
"Unicode-DFS-2016", | ||
"WTFPL", | ||
"BSL-1.0", | ||
"CC0-1.0", | ||
"BSD-3-Clause", | ||
"ISC", | ||
"Zlib", | ||
"BSD-2-Clause", | ||
] | ||
confidence-threshold = 0.8 | ||
exceptions = [] | ||
|
@@ -35,17 +35,15 @@ external-default-features = "allow" | |
allow = [] | ||
deny = [] | ||
skip = [ | ||
{ crate = "[email protected]", reason = "tower has not upgraded to 1.0 yet" }, | ||
{ crate = "[email protected]", reason = "gix pulls in two separate versions" }, | ||
{ crate = "[email protected]", reason = "gix has not upgraded their version of dashmap" }, | ||
{ crate = "[email protected]", reason = "tower has not upgraded to 1.0 yet" }, | ||
{ crate = "[email protected]", reason = "gix pulls in two separate versions" }, | ||
] | ||
skip-tree = [ | ||
{ name = "matchers", reason = "tracing-subscriber's env-filter pulls in an ancient regex version" } | ||
{ name = "matchers", reason = "tracing-subscriber's env-filter pulls in an ancient regex version" }, | ||
] | ||
|
||
[sources] | ||
unknown-registry = "warn" | ||
unknown-git = "warn" | ||
allow-registry = ["https://github.com/rust-lang/crates.io-index"] | ||
allow-git = [] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.