Skip to content

Commit fd71dfd

Browse files
update cargo deny
1 parent 1040da6 commit fd71dfd

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

deny.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22

33
[licenses]
44
confidence-threshold = 0.95
5-
allow = ["MPL-2.0", "Apache-2.0", "MIT", "BSD-3-Clause", "ISC", "Unicode-3.0"]
5+
allow = ["MPL-2.0", "Apache-2.0", "MIT", "Unicode-3.0"]
66

77
exceptions = [
88
{ allow = ["Unicode-DFS-2016"], name = "unicode-ident" },
9-
{ allow = ["OpenSSL"], name = "ring" }
109
]
1110

1211
[[licenses.clarify]]

examples/tcp/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "tcp"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "MIT"
56

67
[dependencies]
78
smol = { version = "2" }

fuzz/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "mqrstt-fuzz"
33
version = "0.0.0"
44
publish = false
55
edition = "2021"
6+
license = "MIT"
67

78
[package.metadata]
89
cargo-fuzz = true

0 commit comments

Comments
 (0)