Skip to content

Commit 59ef4df

Browse files
authored
Ignore derivative in Cargo deny (#3708)
`derivative` is marked as unmaintained by RUSTSEC but still used in Charon. We exclude it from the deny check until `derivative` is replaced in Charon (AeneasVerif/charon#459). By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.
1 parent 26c078e commit 59ef4df

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

deny.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Copyright Kani Contributors
22
# SPDX-License-Identifier: Apache-2.0 OR MIT
33

4+
[graph]
5+
# derivative is marked as unmaintained by RUSTSEC but still used in
6+
# Charon. We exclude it from the deny check until derivative is replaced
7+
# from Charon (https://github.com/AeneasVerif/charon/pull/459).
8+
exclude = ["derivative"]
9+
410
# This section is considered when running `cargo deny check advisories`
511
# More documentation for the advisories section can be found here:
612
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html

0 commit comments

Comments
 (0)