We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730f854 commit fbff9d3Copy full SHA for fbff9d3
1 file changed
deny.toml
@@ -30,21 +30,11 @@ skip-tree = [
30
# this is needed for:
31
# `bwrap v1.3.0` (https://github.com/micl2e2/bwrap/pull/4)
32
{ name = "unicode-width" },
33
- # currently needed due to `ratatui v0.29.0`
34
- { name = "unicode-truncate" },
35
- # currently needed due to:
36
- # * `redox_users v0.4.6`
37
- # * `syntect v5.2.0`
38
- { name = "thiserror" },
39
# currently needed due to:
40
# * `windows v0.57.0`
41
# * `iana-time-zone v0.1.60`
42
{ name = "windows-core" },
43
44
- # * `parking_lot_core v0.9.10`
45
- # * `filetime v0.2.23`
46
- { name = "redox_syscall" },
47
48
# * `gix-hashtable v0.6.0`
49
{ name = "hashbrown" },
50
# 2022-10-26 `getrandom` and `rustix` were added when `gitoxide` was
0 commit comments