diff --git a/Cargo.lock b/Cargo.lock index 652d7b4..51b9a5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -860,9 +860,9 @@ dependencies = [ [[package]] name = "cw-asset" -version = "3.1.0" +version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "431e57314dceabd29a682c78bb3ff7c641f8bdc8b915400bb9956cb911e8e571" +checksum = "c999a12f8cd8736f6f86e9a4ede5905530cb23cfdef946b9da1c506ad1b70799" dependencies = [ "cosmwasm-schema", "cosmwasm-std", diff --git a/Makefile.toml b/Makefile.toml index edb9782..2586f22 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -56,7 +56,7 @@ args = ["fmt", "--all", "--","--verbose", "--check"] [tasks.deny] command = "cargo" -args = ["deny", "check"] +args = ["deny", "--all-features", "check"] [tasks.check] toolchain = "${RUST_VERSION}" diff --git a/deny.toml b/deny.toml index 6467b65..ce7e96c 100644 --- a/deny.toml +++ b/deny.toml @@ -34,7 +34,8 @@ confidence-threshold = 0.93 allow = ["Apache-2.0", "MIT", "BSD-3-Clause", "MPL-2.0", "ISC"] exceptions = [ { allow = ["Unicode-DFS-2016"], name = "unicode-ident" }, - { allow = ["OpenSSL"], name = "ring" } + { allow = ["OpenSSL"], name = "ring" }, + { allow = ["GPL-3.0"], name = "astroport-incentives" } ] [[licenses.clarify]]