Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ bitflags = "2.11.0"
serde_with = { version = "3.14.0", features = ["hex"] }
jsonwebtoken = "10.3.0"
cose-rust = "0.1.7"
ear = "0.4.0"
ear = "0.5.0"
clap = { version = "4.4.10", features = ["derive"] }
openssl = "0.10.72"
6 changes: 4 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ allow = [
# Considered Copyleft, but permitted in this project
"MPL-2.0",
"Unicode-3.0",
"BSD-3-Clause",
"MIT-0",
]

# The confidence threshold for detecting a license from license text.
Expand Down Expand Up @@ -133,8 +135,8 @@ expression = "MIT AND ISC AND OpenSSL"
# and the crate will be checked normally, which may produce warnings or errors
# depending on the rest of your configuration
license-files = [
# Each entry is a crate relative path, and the (opaque) hash of its contents
{ path = "LICENSE", hash = 0xbd0eed23 }
# Each entry is a crate relative path, and the (opaque) hash of its contents
{ path = "LICENSE", hash = 0xbd0eed23 },
]

[licenses.private]
Expand Down
Loading