Skip to content

Commit 98e0379

Browse files
committed
fix cargo deny deprecation warnings
1 parent 4fe52dc commit 98e0379

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

deny.toml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
[licenses]
2-
unlicensed = "deny"
3-
allow = ["MIT", "Apache-2.0", "BSD-2-Clause", "BSD-3-Clause", "CC0-1.0", "ISC", "MPL-2.0"]
4-
copyleft = "warn"
5-
default = "deny"
2+
allow = [
3+
"MIT",
4+
"Apache-2.0",
5+
"BSD-2-Clause",
6+
"BSD-3-Clause",
7+
"CC0-1.0",
8+
"ISC",
9+
"MPL-2.0",
10+
]
611

712
[advisories]
13+
version = 2
814
# No fix for RSA, and this is a dependency from ssh_key crate to handle rsa ssh key.
915
# https://rustsec.org/advisories/RUSTSEC-2023-0071
1016
ignore = ["RUSTSEC-2023-0071"]

0 commit comments

Comments
 (0)