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.
This commit is contained in:
Jamey Sharp
2023-02-17 16:36:21 -08:00
committed by GitHub
parent 7ec925122d
commit 539c42e590
3 changed files with 12 additions and 3 deletions

View File

@@ -174,7 +174,7 @@ windows-sys = "0.45.0"
env_logger = "0.9"
rustix = "0.36.7"
log = { version = "0.4.8", default-features = false }
object = { version = "0.30.1", default-features = false, features = ['read_core', 'elf', 'std'] }
object = { version = "0.30.3", default-features = false, features = ['read_core', 'elf', 'std'] }
gimli = { version = "0.27.0", default-features = false, features = ['read', 'std'] }
clap = { version = "3.2.0", features = ["color", "suggestions", "derive"] }
hashbrown = "0.13"