diff --git a/Cargo.toml b/Cargo.toml index 5075f40..4034675 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metrics_server" -version = "0.6.0" +version = "0.6.1" authors = ["Dan Bond "] edition = "2021" rust-version = "1.58" diff --git a/deny.toml b/deny.toml index 26920a1..938d0be 100644 --- a/deny.toml +++ b/deny.toml @@ -18,7 +18,7 @@ ignore = [] [licenses] # The lint level for crates which do not have a detectable license -unlicensed = "warn" +unlicensed = "deny" # List of explicitly allowed licenses allow = [ "Apache-2.0", @@ -31,7 +31,7 @@ allow = [ deny = [] # Lint level for licenses considered copyleft -copyleft = "warn" +copyleft = "deny" # Blanket approval or denial for OSI-approved or FSF Free/Libre licenses allow-osi-fsf-free = "neither" # Lint level used when no other predicates are matched