diff --git a/Cargo.lock b/Cargo.lock index 77476ddb0..5fdb1f556 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -304,9 +304,9 @@ dependencies = [ [[package]] name = "object" -version = "0.27.1" +version = "0.28.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9" +checksum = "09f5c1ce85647898562dda29150dc08145cd9dda93088da524f6e664fa33fbf1" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index a366e711b..f5bf0316c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ libm = "0.2.1" linked_list_allocator = "0.9.1" littlewing = { version = "0.7.0", default-features = false } nom = { version = "7.1.0", default-features = false, features = ["alloc"] } -object = { version = "0.27.1", default-features = false, features = ["read"] } +object = { version = "0.28.2", default-features = false, features = ["read"] } pbkdf2 = { version = "0.10.0", default-features = false } pc-keyboard = "0.5.1" pic8259 = "0.10.2"