Skip to content

Commit 785830d

Browse files
committed
cargo vet prune
1 parent 70de0ab commit 785830d

File tree

2 files changed

+39
-12
lines changed

2 files changed

+39
-12
lines changed

qa/supply-chain/config.toml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,6 @@ criteria = "safe-to-deploy"
163163
version = "0.7.8"
164164
criteria = "safe-to-deploy"
165165

166-
[[exemptions.deranged]]
167-
version = "0.3.10"
168-
criteria = "safe-to-deploy"
169-
170166
[[exemptions.digest]]
171167
version = "0.9.0"
172168
criteria = "safe-to-deploy"
@@ -395,10 +391,6 @@ criteria = "safe-to-deploy"
395391
version = "1.6.0"
396392
criteria = "safe-to-deploy"
397393

398-
[[exemptions.powerfmt]]
399-
version = "0.2.0"
400-
criteria = "safe-to-deploy"
401-
402394
[[exemptions.ppv-lite86]]
403395
version = "0.2.16"
404396
criteria = "safe-to-deploy"
@@ -539,10 +531,6 @@ criteria = "safe-to-deploy"
539531
version = "0.3.30"
540532
criteria = "safe-to-deploy"
541533

542-
[[exemptions.time-macros]]
543-
version = "0.2.7"
544-
criteria = "safe-to-deploy"
545-
546534
[[exemptions.tokio]]
547535
version = "1.35.0"
548536
criteria = "safe-to-deploy"

qa/supply-chain/imports.lock

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,6 +1171,17 @@ criteria = "safe-to-deploy"
11711171
delta = "0.8.14 -> 0.8.19"
11721172
aggregated-from = "https://raw.githubusercontent.com/mozilla/glean/main/supply-chain/audits.toml"
11731173

1174+
[[audits.mozilla.audits.deranged]]
1175+
who = "Alex Franchuk <[email protected]>"
1176+
criteria = "safe-to-deploy"
1177+
version = "0.3.11"
1178+
notes = """
1179+
This crate contains a decent bit of `unsafe` code, however all internal
1180+
unsafety is verified with copious assertions (many are compile-time), and
1181+
otherwise the unsafety is documented and left to the caller to verify.
1182+
"""
1183+
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"
1184+
11741185
[[audits.mozilla.audits.digest]]
11751186
who = "Mike Hommey <[email protected]>"
11761187
criteria = "safe-to-deploy"
@@ -1298,6 +1309,16 @@ criteria = "safe-to-deploy"
12981309
delta = "1.13.1 -> 1.14.0"
12991310
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"
13001311

1312+
[[audits.mozilla.audits.powerfmt]]
1313+
who = "Alex Franchuk <[email protected]>"
1314+
criteria = "safe-to-deploy"
1315+
version = "0.2.0"
1316+
notes = """
1317+
A tiny bit of unsafe code to implement functionality that isn't in stable rust
1318+
yet, but it's all valid. Otherwise it's a pretty simple crate.
1319+
"""
1320+
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"
1321+
13011322
[[audits.mozilla.audits.ppv-lite86]]
13021323
who = "Mike Hommey <[email protected]>"
13031324
criteria = "safe-to-deploy"
@@ -1372,6 +1393,24 @@ criteria = "safe-to-deploy"
13721393
version = "0.1.0"
13731394
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"
13741395

1396+
[[audits.mozilla.audits.time-macros]]
1397+
who = "Kershaw Chang <[email protected]>"
1398+
criteria = "safe-to-deploy"
1399+
version = "0.2.6"
1400+
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"
1401+
1402+
[[audits.mozilla.audits.time-macros]]
1403+
who = "Kershaw Chang <[email protected]>"
1404+
criteria = "safe-to-deploy"
1405+
delta = "0.2.6 -> 0.2.10"
1406+
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"
1407+
1408+
[[audits.mozilla.audits.time-macros]]
1409+
who = "Alex Franchuk <[email protected]>"
1410+
criteria = "safe-to-deploy"
1411+
delta = "0.2.10 -> 0.2.18"
1412+
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"
1413+
13751414
[[audits.mozilla.audits.typenum]]
13761415
who = "Mike Hommey <[email protected]>"
13771416
criteria = "safe-to-deploy"

0 commit comments

Comments
 (0)