mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-13 19:37:48 +00:00
Merge pull request #7120 from sylvestre/deny-update
Refresh cargo.lock and update deny configuration
This commit is contained in:
commit
3eec55e531
2 changed files with 214 additions and 209 deletions
419
Cargo.lock
generated
419
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -26,6 +26,8 @@ allow = [
|
|||
"BSL-1.0",
|
||||
"CC0-1.0",
|
||||
"Unicode-DFS-2016",
|
||||
"Unicode-3.0",
|
||||
"Zlib",
|
||||
]
|
||||
confidence-threshold = 0.8
|
||||
|
||||
|
@ -91,6 +93,8 @@ skip = [
|
|||
{ name = "thiserror-impl", version = "1.0.69" },
|
||||
# bindgen
|
||||
{ name = "itertools", version = "0.13.0" },
|
||||
# indexmap
|
||||
{ name = "hashbrown", version = "0.14.5" },
|
||||
]
|
||||
# spell-checker: enable
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue