diff --git a/Cargo.lock b/Cargo.lock index 3121c45..3ad6fda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,9 +260,9 @@ checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" [[package]] name = "object" -version = "0.38.1" +version = "0.39.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "271638cd5fa9cca89c4c304675ca658efc4e64a66c716b7cfe1afb4b9611dbbc" +checksum = "2e5a6c098c7a3b6547378093f5cc30bc54fd361ce711e05293a5cc589562739b" dependencies = [ "memchr", ] diff --git a/sbat-tool/Cargo.toml b/sbat-tool/Cargo.toml index 078110e..3860e2e 100644 --- a/sbat-tool/Cargo.toml +++ b/sbat-tool/Cargo.toml @@ -24,6 +24,6 @@ ascii = { version = "1.1.0", default-features = false } clap = { version = "4.4.8", features = ["derive"] } fs-err = "3.0.0" itertools = "0.14.0" -object = { version = "0.38.0", default-features = false, features = ["pe", "read", "std"] } +object = { version = "0.39.0", default-features = false, features = ["pe", "read", "std"] } sbat = { version = "1.0.0", path = "../sbat", features = ["std"] } tabled = { version = "0.20.0", default-features = false, features = ["std"] }