diff --git a/Cargo.lock b/Cargo.lock index 31a0171e3..f8f4d717f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -316,9 +316,9 @@ dependencies = [ [[package]] name = "object" -version = "0.30.0" +version = "0.30.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "239da7f290cfa979f43f85a8efeee9a8a76d0827c356d37f9d3d7254d6b537fb" +checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 93a78c872..8b757c191 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ littlewing = { version = "0.7.0", default-features = false } nom = { version = "7.1.2", default-features = false, features = ["alloc"] } num-bigint = { version = "0.4.3", default-features = false } num-traits = { version = "0.2.15", default-features = false } -object = { version = "0.30.0", default-features = false, features = ["read"] } +object = { version = "0.30.3", default-features = false, features = ["read"] } pbkdf2 = { version = "0.11.0", default-features = false } pc-keyboard = "0.6.1" pic8259 = "0.10.2"