diff --git a/deny.toml b/deny.toml index a9aca16..f166ee4 100644 --- a/deny.toml +++ b/deny.toml @@ -61,4 +61,4 @@ skip-tree = [] unknown-registry = "deny" unknown-git = "deny" allow-registry = ["https://github.com/rust-lang/crates.io-index"] -allow-git = [] +allow-git = ["https://github.com/utkarshkukreti/markup.rs"] diff --git a/licensing/about.toml b/licensing/about.toml index 27a24b1..0525b50 100644 --- a/licensing/about.toml +++ b/licensing/about.toml @@ -41,8 +41,3 @@ license = "ISC" path = 'LICENSE' license = 'ISC' checksum = '5b698ca13897be3afdb7174256fa1574f8c6892b8bea1a66dd6469d3fe27885a' - -[sources] -allow-git = [ - "https://github.com/utkarshkukreti/markup.rs", -]