From 07e4e3effa47e5d33dbe2bd6ed781aea31404368 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 04:16:34 +0000 Subject: [PATCH] Bump object from 0.28.3 to 0.28.4 Bumps [object](https://github.com/gimli-rs/object) from 0.28.3 to 0.28.4. - [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.28.3...0.28.4) --- updated-dependencies: - dependency-name: object dependency-type: direct:production update-type: version-update:semver-patch ... 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 01ecf3c46..db89347f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -303,9 +303,9 @@ dependencies = [ [[package]] name = "object" -version = "0.28.3" +version = "0.28.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40bec70ba014595f99f7aa110b84331ffe1ee9aece7fe6f387cc7e3ecda4d456" +checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 21f551eed..dff12aae8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,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.28.3", default-features = false, features = ["read"] } +object = { version = "0.28.4", default-features = false, features = ["read"] } pbkdf2 = { version = "0.11.0", default-features = false } pc-keyboard = "0.5.1" pic8259 = "0.10.2"