diff --git a/Cargo.lock b/Cargo.lock index b36768e18..4691f358f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -303,9 +303,9 @@ dependencies = [ [[package]] name = "object" -version = "0.27.1" +version = "0.28.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9" +checksum = "40bec70ba014595f99f7aa110b84331ffe1ee9aece7fe6f387cc7e3ecda4d456" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index efcf1101c..55479882d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ libm = "0.2.2" linked_list_allocator = "0.9.1" littlewing = { version = "0.7.0", default-features = false } nom = { version = "7.1.1", default-features = false, features = ["alloc"] } -object = { version = "0.27.1", default-features = false, features = ["read"] } +object = { version = "0.28.3", default-features = false, features = ["read"] } pbkdf2 = { version = "0.11.0", default-features = false } pc-keyboard = "0.5.1" pic8259 = "0.10.2"