cargo updates (#2474)

This commit is contained in:
extrawurst 2025-01-10 13:43:08 +01:00 committed by GitHub
parent d72617f5c2
commit 40c79028ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 346 additions and 266 deletions

603
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -8,6 +8,7 @@ allow = [
"ISC",
"MPL-2.0",
"Unicode-3.0",
"Zlib",
]
[advisories]
@ -20,11 +21,6 @@ ignore = [
"RUSTSEC-2024-0384",
]
[[licenses.exceptions]]
allow = ["Unicode-DFS-2016"]
name = "unicode-ident"
version = "1.0.3"
[bans]
multiple-versions = "deny"
skip-tree = [
@ -49,4 +45,7 @@ skip-tree = [
# * `parking_lot_core v0.9.10`
# * `filetime v0.2.23`
{ name = "redox_syscall" },
# currently needed due to:
# * `gix-hashtable v0.6.0`
{ name = "hashbrown" },
]