Skip to content

Commit

Permalink
Merge pull request #28745 from nrainer-materialize/lint/fix-deprecati…
Browse files Browse the repository at this point in the history
…on-warning

lint: fix deprecation warning
  • Loading branch information
nrainer-materialize authored Aug 3, 2024
2 parents a2b19f7 + cdd5549 commit 3360ca8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ wrappers = [
]

[advisories]
version = 2
ignore = [
# Consider switching `yaml-rust` to the actively maintained `yaml-rust2` fork of the original project
"RUSTSEC-2024-0320",
Expand All @@ -237,6 +238,7 @@ ignore = [
# Must be manually kept in sync with about.toml.
# See: https://github.com/EmbarkStudios/cargo-about/issues/201
[licenses]
version = 2
allow = [
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
Expand All @@ -251,7 +253,7 @@ allow = [
"Zlib",
"Unicode-DFS-2016",
]
copyleft = "deny"
# copyleft is denied by default
private = { ignore = true }
[[licenses.clarify]]
name = "ring"
Expand Down

0 comments on commit 3360ca8

Please sign in to comment.