@@ -1171,6 +1171,17 @@ criteria = "safe-to-deploy"
1171
1171
delta = "0.8.14 -> 0.8.19"
1172
1172
aggregated-from = "https://raw.githubusercontent.com/mozilla/glean/main/supply-chain/audits.toml"
1173
1173
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
+
1174
1185
[[audits.mozilla.audits.digest]]
1175
1186
who = "Mike Hommey <
[email protected] >"
1176
1187
criteria = "safe-to-deploy"
@@ -1298,6 +1309,16 @@ criteria = "safe-to-deploy"
1298
1309
delta = "1.13.1 -> 1.14.0"
1299
1310
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"
1300
1311
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
+
1301
1322
[[audits.mozilla.audits.ppv-lite86]]
1302
1323
who = "Mike Hommey <
[email protected] >"
1303
1324
criteria = "safe-to-deploy"
@@ -1372,6 +1393,24 @@ criteria = "safe-to-deploy"
1372
1393
version = "0.1.0"
1373
1394
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"
1374
1395
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
+
1375
1414
[[audits.mozilla.audits.typenum]]
1376
1415
who = "Mike Hommey <
[email protected] >"
1377
1416
criteria = "safe-to-deploy"
0 commit comments