diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a502a76..439a4f4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @primait/shared-services +* @primait/developer-experience diff --git a/deny.toml b/deny.toml index 619ebfa..4d7a197 100644 --- a/deny.toml +++ b/deny.toml @@ -3,12 +3,20 @@ all-features = true [output] feature-depth = 1 +[advisories] +ignore = [ + "RUSTSEC-2024-0384", + "instant@0.1.13", + { crate = "instant@0.1.13", reason = "Instant is need for WASM, we don't care about WASM" }, +] + [licenses] allow = [ "Apache-2.0", "BSD-3-Clause", "MIT", "Unicode-DFS-2016", + "Unicode-3.0", "Zlib", ] @@ -35,4 +43,4 @@ deny = [ [sources] unknown-registry = "warn" unknown-git = "warn" -allow-registry = ["https://github.com/rust-lang/crates.io-index"] \ No newline at end of file +allow-registry = ["https://github.com/rust-lang/crates.io-index"]