From d8bc9d808cd2451416045fb0b6f3d7b49b91d798 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Dec 2021 19:50:44 +0000 Subject: [PATCH] Bump object from 0.27.1 to 0.28.1 Bumps [object](https://github.com/gimli-rs/object) from 0.27.1 to 0.28.1. - [Release notes](https://github.com/gimli-rs/object/releases) - [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/object/compare/0.27.1...0.28.1) --- updated-dependencies: - dependency-name: object dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c9f7307c7..bd324f08d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -304,9 +304,9 @@ dependencies = [ [[package]] name = "object" -version = "0.27.1" +version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9" +checksum = "7ce8b38d41f9f3618fc23f908faae61510f8d8ce2d99cbe910641e8f1971f084" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 353bcb1f6..9374a46b6 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.1", default-features = false, features = ["read"] } pbkdf2 = { version = "0.10.0", default-features = false } pc-keyboard = "0.5.1" pic8259 = "0.10.2"