File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 2222# we only support the following targets below
2323[graph ]
2424all-features = true
25- targets = [
26- { triple = " x86_64-unknown-linux-gnu" },
27- { triple = " x86_64-unknown-linux-musl" },
28- { triple = " x86_64-apple-darwin" },
29- { triple = " aarch64-unknown-linux-gnu" },
30- { triple = " aarch64-apple-darwin" },
31- { triple = " x86_64-pc-windows-msvc" },
32- ]
3325
3426[advisories ]
3527# We use version 2 of the advisory config, which
@@ -38,6 +30,11 @@ targets = [
3830#
3931# See also: https://github.com/EmbarkStudios/cargo-deny/pull/611
4032version = 2
33+ ignore = [
34+ # `paste` is used in `azure_core` and we can't bump higher since
35+ # it'll be a lot of breaking changes and we're not ready for it.
36+ " RUSTSEC-2024-0436" ,
37+ ]
4138
4239[bans ]
4340multiple-versions = " warn"
You can’t perform that action at this time.
0 commit comments