mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
cargo updates (#2474)
This commit is contained in:
parent
d72617f5c2
commit
40c79028ff
2 changed files with 346 additions and 266 deletions
603
Cargo.lock
generated
603
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -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" },
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue