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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user