forked from bytecodealliance/wasmtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update vets for gimli/object/etc. (bytecodealliance#6908)
Needed for bytecodealliance#6904
- Loading branch information
1 parent
2e4a5f7
commit 78dba9d
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -676,6 +676,12 @@ criteria = "safe-to-deploy" | |
delta = "0.19.0 -> 0.20.0" | ||
notes = "This version brings support for split-dwarf which while it uses the filesystem is always done at the behest of the caller, so everything is as expected for this update." | ||
|
||
[[audits.addr2line]] | ||
who = "Alex Crichton <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.20.0 -> 0.21.0" | ||
notes = "This version bump updated some dependencies and optimized some internals. All looks good." | ||
|
||
[[audits.adler]] | ||
who = "Alex Crichton <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
@@ -1138,6 +1144,16 @@ criteria = "safe-to-deploy" | |
version = "0.1.2" | ||
notes = "This should be portable to any POSIX system and seems like it should be part of the libc crate, but at any rate it's safe as is." | ||
|
||
[[audits.fallible-iterator]] | ||
who = "Alex Crichton <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.2.0 -> 0.3.0" | ||
notes = """ | ||
This major version update has a few minor breaking changes but everything | ||
this crate has to do with iterators and `Result` and such. No `unsafe` or | ||
anything like that, all looks good. | ||
""" | ||
|
||
[[audits.fd-lock]] | ||
who = "Pat Hickey <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
@@ -1278,6 +1294,15 @@ criteria = "safe-to-deploy" | |
delta = "0.27.0 -> 0.27.3" | ||
notes = "More support for more DWARF, nothing major in this update. Some small refactorings and updates to publication of the package but otherwise everything's in order." | ||
|
||
[[audits.gimli]] | ||
who = "Alex Crichton <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.27.3 -> 0.28.0" | ||
notes = """ | ||
Still looks like a good DWARF-parsing crate, nothing major was added or deleted | ||
and no `unsafe` code to review here. | ||
""" | ||
|
||
[[audits.glob]] | ||
who = "Jamey Sharp <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
@@ -1603,6 +1628,12 @@ criteria = "safe-to-deploy" | |
delta = "0.30.3 -> 0.31.1" | ||
notes = "A large-ish update to the crate but nothing out of the ordering. Support for new formats like xcoff, new constants, minor refactorings, etc. Nothing out of the ordinary." | ||
|
||
[[audits.object]] | ||
who = "Alex Crichton <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.31.1 -> 0.32.0" | ||
notes = "Various new features and refactorings as one would expect from an object parsing crate, all looks good." | ||
|
||
[[audits.once_cell]] | ||
who = "Chris Fallin <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters