Skip to content

Commit

Permalink
build: add instant to the cargo-deny ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianbenavides committed Nov 12, 2024
1 parent 021ab69 commit 04815e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions tools/cargo-deny/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ exceptions = [
{ allow = ["Apache-2.0 WITH LLVM-exception"], name = "wast", version = "*" },
{ allow = ["Apache-2.0 WITH LLVM-exception"], name = "wasm-encoder", version = "*" },
{ allow = ["OpenSSL"], name = "aws-lc-sys", version = "*" },

# used by ockam_app_lib only as a build dependency
{ allow = ["MPL-2.0"], name = "cbindgen", version = "*" },
]
Expand Down Expand Up @@ -57,10 +56,13 @@ ignore = [
# Pulled-in by `cddl-cat` which is used for validating
# CDDL schema conformance in tests.
"RUSTSEC-2021-0127",

# yaml-rust is unmaintained. Switching to maintained fork yaml-rust2 is tricky
# Tracked here https://github.com/build-trust/ockam/issues/7807
"RUSTSEC-2024-0320",
#
# `instant` is unmaintained and used by `indicatif` as of Nov 2024
# `indicatif` is planning to replace the dependency: https://github.com/console-rs/indicatif/pull/667
"RUSTSEC-2024-0384",
]
# Users who require or prefer Git to use SSH cloning instead of HTTPS,
# such as implemented via "insteadOf" rules in Git config, can still
Expand Down

0 comments on commit 04815e5

Please sign in to comment.