Skip to content

Commit 539c42e

Browse files
authored
Audit object crate update to 0.30.3 (#5827)
This audit is needed for #5619. I'm going ahead and updating Cargo.toml and Cargo.lock at the same time because no source code changes are required for this update.
1 parent 7ec9251 commit 539c42e

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ windows-sys = "0.45.0"
174174
env_logger = "0.9"
175175
rustix = "0.36.7"
176176
log = { version = "0.4.8", default-features = false }
177-
object = { version = "0.30.1", default-features = false, features = ['read_core', 'elf', 'std'] }
177+
object = { version = "0.30.3", default-features = false, features = ['read_core', 'elf', 'std'] }
178178
gimli = { version = "0.27.0", default-features = false, features = ['read', 'std'] }
179179
clap = { version = "3.2.0", features = ["color", "suggestions", "derive"] }
180180
hashbrown = "0.13"

supply-chain/audits.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,15 @@ who = "Chris Fallin <[email protected]>"
517517
criteria = "safe-to-deploy"
518518
delta = "0.29.0 -> 0.30.1"
519519

520+
[[audits.object]]
521+
who = "Jamey Sharp <[email protected]>"
522+
criteria = "safe-to-deploy"
523+
delta = "0.30.1 -> 0.30.3"
524+
notes = """
525+
No unsafe blocks or I/O in the diff. The only changes clearly implement what
526+
the changelog says is new in these versions.
527+
"""
528+
520529
[[audits.once_cell]]
521530
who = "Chris Fallin <[email protected]>"
522531
criteria = "safe-to-deploy"

0 commit comments

Comments
 (0)