From 1058830520cd152bc692d590cfc03e83a501bb55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 04:57:12 +0000 Subject: [PATCH] Bump object from 0.32.2 to 0.33.0 Bumps [object](https://github.com/gimli-rs/object) from 0.32.2 to 0.33.0. - [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/object/compare/0.32.2...0.33.0) --- 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 3c51033e4..9a3e7a475 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -368,9 +368,9 @@ dependencies = [ [[package]] name = "object" -version = "0.32.2" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" +checksum = "d8dd6c0cdf9429bce006e1362bfce61fa1bfd8c898a643ed8d2b471934701d3d" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index afe397afc..6bb4da7bd 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.18", default-features = false } -object = { version = "0.32.2", default-features = false, features = ["read"] } +object = { version = "0.33.0", default-features = false, features = ["read"] } pbkdf2 = { version = "0.12.2", default-features = false, features = ["hmac"] } pc-keyboard = "0.6.1" pic8259 = "0.10.3"