diff --git a/Cargo.lock b/Cargo.lock index 36c3e6c..f74e00c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -393,9 +393,9 @@ dependencies = [ [[package]] name = "object" -version = "0.37.3" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" +checksum = "b8b28f24bd43920cd8e0bc4f9c6553e8b93221c512cb9a1014987fc89d36f830" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 8e6fb3c..6d36679 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,6 @@ clap = { version = "4.4.7", features = ["derive"] } cms = { version = "0.2.0", default-features = false } der = { version = "0.7.0", default-features = false } digest = { version = "0.10.0", default-features = false } -object = { version = "0.37.0", default-features = false, features = ["pe", "read_core", "unaligned"] } +object = { version = "0.38.0", default-features = false, features = ["pe", "read_core", "unaligned"] } sha1 = { version = "0.10.0", default-features = false } sha2 = { version = "0.10.0", default-features = false }