diff --git a/.deny.toml b/.deny.toml index adb01da4..9121ae29 100644 --- a/.deny.toml +++ b/.deny.toml @@ -38,16 +38,10 @@ allow = [ private = { ignore = false } unused-allowed-license = "deny" -[[licenses.clarify]] -expression = "MIT AND ISC" -license-files = [{ hash = 0xbd0eed23, path = "LICENSE" }] -name = "ring" - [sources] allow-git = [ "https://github.com/EspressoSystems/jellyfish.git", "https://github.com/logos-blockchain/logos-blockchain.git", - "https://github.com/logos-blockchain/logos-blockchain-testing.git", ] unknown-git = "deny" unknown-registry = "deny"