From 3b35658eacc6a74a83f6363fb9d39cc3d9ad859d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 04:15:51 +0000 Subject: [PATCH] Bump object from 0.29.0 to 0.32.1 Bumps [object](https://github.com/gimli-rs/object) from 0.29.0 to 0.32.1. - [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/object/compare/0.29.0...0.32.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 9caa045..27ce83a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -283,9 +283,9 @@ dependencies = [ [[package]] name = "object" -version = "0.29.0" +version = "0.32.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53" +checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 094e567..04daa17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ littlewing = { version = "0.7.0", default-features = false } nom = { version = "7.1.1", default-features = false, features = ["alloc"] } num-bigint = { version = "0.4.3", default-features = false } num-traits = { version = "0.2.15", default-features = false } -object = { version = "0.29.0", default-features = false, features = ["read"] } +object = { version = "0.32.1", default-features = false, features = ["read"] } pbkdf2 = { version = "0.11.0", default-features = false } pc-keyboard = "0.6.1" pic8259 = "0.10.2"