From d0e6634b3d19139367d2796dc564800d96a5fbed Mon Sep 17 00:00:00 2001 From: Cristiano Piemontese Date: Wed, 13 Nov 2024 12:35:24 +0100 Subject: [PATCH] Update CODEOWNERS (#123) --- .github/CODEOWNERS | 2 +- deny.toml | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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"]