Skip to content

Commit d860bc3

Browse files
committed
chore: Update comment in deny.toml
1 parent a542da0 commit d860bc3

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

deny.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,18 @@ ignore = [
2020
# that the crate is no longer maintained and recommends that users migrate away from it.
2121
#
2222
# There currently is no way for us to negate this advisory, because that crate is not used
23-
# directly by us. We need to wait for new versions of oci-spec and getset.
23+
# directly by us. We need to wait for new versions of oci-spec and getset. See the following
24+
# issue which tracks moving to a newer getset version: https://github.com/youki-dev/oci-spec-rs/issues/340
2425
#
2526
# proc-macro-error2 v2.0.1
2627
# └── getset v0.1.6
2728
# └── oci-spec v0.9.0
2829
# └── boil v0.2.1
30+
#
31+
# Alternate crates are:
32+
#
33+
# - https://crates.io/crates/manyhow
34+
# - https://github.com/SergioBenitez/proc-macro2-diagnostics
2935
"RUSTSEC-2026-0173",
3036
]
3137

0 commit comments

Comments
 (0)