Skip to content

Commit 36b05fd

Browse files
committed
chore: add cargo-vet exemptions for older dependency versions
Add exemptions for cmake 0.1.57, console 0.15.11, insta 1.46.3, simd-adler32 0.3.8, and unicode-segmentation 1.13.1 alongside the existing exemptions for their newer versions. These older versions are in Cargo.lock and need exemptions for cargo-vet to pass in CI.
1 parent f7a9edd commit 36b05fd

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

supply-chain/config.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,10 @@ criteria = "safe-to-deploy"
206206
version = "1.1.0"
207207
criteria = "safe-to-deploy"
208208

209+
[[exemptions.cmake]]
210+
version = "0.1.57"
211+
criteria = "safe-to-deploy"
212+
209213
[[exemptions.cmake]]
210214
version = "0.1.58"
211215
criteria = "safe-to-deploy"
@@ -234,6 +238,10 @@ criteria = "safe-to-deploy"
234238
version = "0.9.0"
235239
criteria = "safe-to-deploy"
236240

241+
[[exemptions.console]]
242+
version = "0.15.11"
243+
criteria = "safe-to-run"
244+
237245
[[exemptions.console]]
238246
version = "0.16.3"
239247
criteria = "safe-to-run"
@@ -570,6 +578,10 @@ criteria = "safe-to-deploy"
570578
version = "2.13.0"
571579
criteria = "safe-to-deploy"
572580

581+
[[exemptions.insta]]
582+
version = "1.46.3"
583+
criteria = "safe-to-run"
584+
573585
[[exemptions.insta]]
574586
version = "1.47.0"
575587
criteria = "safe-to-run"
@@ -1174,6 +1186,10 @@ criteria = "safe-to-deploy"
11741186
version = "0.9.1"
11751187
criteria = "safe-to-deploy"
11761188

1189+
[[exemptions.simd-adler32]]
1190+
version = "0.3.8"
1191+
criteria = "safe-to-deploy"
1192+
11771193
[[exemptions.simd-adler32]]
11781194
version = "0.3.9"
11791195
criteria = "safe-to-deploy"
@@ -1370,6 +1386,10 @@ criteria = "safe-to-deploy"
13701386
version = "0.1.25"
13711387
criteria = "safe-to-deploy"
13721388

1389+
[[exemptions.unicode-segmentation]]
1390+
version = "1.13.1"
1391+
criteria = "safe-to-deploy"
1392+
13731393
[[exemptions.unicode-segmentation]]
13741394
version = "1.13.2"
13751395
criteria = "safe-to-deploy"

0 commit comments

Comments
 (0)