mirror of
https://github.com/chatmail/core.git
synced 2026-05-04 22:06:29 +03:00
Fix remaining cargo-deny warnings
This commit is contained in:
@@ -45,6 +45,9 @@ skip = [
|
|||||||
{ name = "proc-macro2", version = "<1.0" },
|
{ name = "proc-macro2", version = "<1.0" },
|
||||||
{ name = "portable-atomic", version = "<1.0" },
|
{ name = "portable-atomic", version = "<1.0" },
|
||||||
{ name = "spin", version = "<0.9.6" },
|
{ name = "spin", version = "<0.9.6" },
|
||||||
|
{ name = "convert_case", version = "0.4.0" },
|
||||||
|
{ name = "clap_lex", version = "0.2.4" },
|
||||||
|
{ name = "clap", version = "3.2.23" },
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
@@ -76,4 +79,7 @@ license-files = [
|
|||||||
github = [
|
github = [
|
||||||
"async-email",
|
"async-email",
|
||||||
"deltachat",
|
"deltachat",
|
||||||
|
"n0-computer",
|
||||||
|
"quinn-rs",
|
||||||
|
"dignifiedquire",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user