diff --git a/Cargo.toml b/Cargo.toml index 9257ca1..b309547 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/deny.toml b/deny.toml index ddc170a..88d2a23 100644 --- a/deny.toml +++ b/deny.toml @@ -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. @@ -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]