diff --git a/Cargo.lock b/Cargo.lock index 289643c64..d2e662426 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -366,9 +366,9 @@ dependencies = [ [[package]] name = "object" -version = "0.36.1" +version = "0.36.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "081b846d1d56ddfc18fdf1a922e4f6e07a11768ea1b92dec44e42b72712ccfce" +checksum = "3f203fa8daa7bb185f760ae12bd8e097f63d17041dcdcaf675ac54cdf863170e" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 4a637adac..fd06ec58e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ littlewing = { version = "0.7.0", default-features = false } nom = { version = "7.1.3", default-features = false, features = ["alloc"] } num-bigint = { version = "0.4.6", default-features = false } num-traits = { version = "0.2.19", default-features = false } -object = { version = "0.36.1", default-features = false, features = ["read"] } +object = { version = "0.36.2", default-features = false, features = ["read"] } pbkdf2 = { version = "0.12.2", default-features = false, features = ["hmac"] } pc-keyboard = "0.6.1" pic8259 = "0.11.0"