From 6659817fd64835412cb01008828d4d89877da07b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 04:29:49 +0000 Subject: [PATCH] Bump object from 0.32.1 to 0.32.2 Bumps [object](https://github.com/gimli-rs/object) from 0.32.1 to 0.32.2. - [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/object/commits) --- 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 62f3a907..e7e0804b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -386,9 +386,9 @@ dependencies = [ [[package]] name = "object" -version = "0.32.1" +version = "0.32.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0" +checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index dbc2f0a8..a73fee5f 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.4", default-features = false } num-traits = { version = "0.2.17", default-features = false } -object = { version = "0.32.1", default-features = false, features = ["read"] } +object = { version = "0.32.2", default-features = false, features = ["read"] } pbkdf2 = { version = "0.12.2", default-features = false, features = ["hmac"] } pc-keyboard = "0.6.1" pic8259 = "0.10.3"