@@ -975,6 +975,12 @@ criteria = "safe-to-deploy"
975
975
delta = " 0.22.0 -> 0.24.1"
976
976
notes = " Lots of internal code refactorings and code movement. Nothing out of place however."
977
977
978
+ [[audits .addr2line ]]
979
+ who =
" Alex Crichton <[email protected] >"
980
+ criteria = " safe-to-deploy"
981
+ delta = " 0.24.1 -> 0.25.0"
982
+ notes = " All minor changes, even a net reduction of `unsafe`."
983
+
978
984
[[audits .adler ]]
979
985
who =
" Alex Crichton <[email protected] >"
980
986
criteria = " safe-to-deploy"
@@ -2034,6 +2040,12 @@ criteria = "safe-to-deploy"
2034
2040
delta = " 0.31.0 -> 0.31.1"
2035
2041
notes = " No fundmanetally new `unsafe` code, some small refactoring of existing code. Lots of changes in tests, not as many changes in the rest of the crate. More dwarf!"
2036
2042
2043
+ [[audits .gimli ]]
2044
+ who =
" Alex Crichton <[email protected] >"
2045
+ criteria = " safe-to-deploy"
2046
+ delta = " 0.31.1 -> 0.32.0"
2047
+ notes = " Ever more DWARF to parse, but also no new `unsafe` and everything looks like gimli."
2048
+
2037
2049
[[audits .glob ]]
2038
2050
who =
" Jamey Sharp <[email protected] >"
2039
2051
criteria = " safe-to-deploy"
@@ -2662,6 +2674,12 @@ criteria = "safe-to-deploy"
2662
2674
delta = " 0.36.0 -> 0.36.5"
2663
2675
notes = " No new unsafe code, lots of new relocations/objects support, everything looks nominal"
2664
2676
2677
+ [[audits .object ]]
2678
+ who =
" Alex Crichton <[email protected] >"
2679
+ criteria = " safe-to-deploy"
2680
+ delta = " 0.36.5 -> 0.37.1"
2681
+ notes = " New object file formats, new formatting, new other minor changes, no new `unsafe`."
2682
+
2665
2683
[[audits .once_cell ]]
2666
2684
who =
" Chris Fallin <[email protected] >"
2667
2685
criteria = " safe-to-deploy"
@@ -4375,6 +4393,12 @@ user-id = 2915 # Amanieu d'Antras (Amanieu)
4375
4393
start = " 2023-06-29"
4376
4394
end = " 2024-07-14"
4377
4395
4396
+ [[trusted .backtrace ]]
4397
+ criteria = " safe-to-deploy"
4398
+ user-id = 55123 # rust-lang-owner
4399
+ start = " 2025-05-06"
4400
+ end = " 2026-07-08"
4401
+
4378
4402
[[trusted .bstr ]]
4379
4403
criteria = " safe-to-deploy"
4380
4404
user-id = 189 # Andrew Gallant (BurntSushi)
0 commit comments