Skip to content

Commit

Permalink
update cargo deny
Browse files Browse the repository at this point in the history
  • Loading branch information
GunnarMorrigan committed Nov 28, 2024
1 parent 1040da6 commit fd71dfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

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

exceptions = [
{ allow = ["Unicode-DFS-2016"], name = "unicode-ident" },
{ allow = ["OpenSSL"], name = "ring" }
]

[[licenses.clarify]]
Expand Down
1 change: 1 addition & 0 deletions examples/tcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "tcp"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
smol = { version = "2" }
Expand Down
1 change: 1 addition & 0 deletions fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "mqrstt-fuzz"
version = "0.0.0"
publish = false
edition = "2021"
license = "MIT"

[package.metadata]
cargo-fuzz = true
Expand Down

0 comments on commit fd71dfd

Please sign in to comment.