From 0df2149ab9fc8a2365bbd28bbbdc32f9b9e3c0f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 04:14:28 +0000 Subject: [PATCH] Bump object from 0.34.0 to 0.35.0 Bumps [object](https://github.com/gimli-rs/object) from 0.34.0 to 0.35.0. - [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/object/compare/0.34.0...0.35.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 b26405f..18ef312 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -368,9 +368,9 @@ dependencies = [ [[package]] name = "object" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7090bae93f8585aad99e595b7073c5de9ba89fbd6b4e9f0cdd7a10177273ac8" +checksum = "b8ec7ab813848ba4522158d5517a6093db1ded27575b070f4177b8d12b41db5e" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 86f2529..f518107 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.34.0", default-features = false, features = ["read"] } +object = { version = "0.35.0", default-features = false, features = ["read"] } pbkdf2 = { version = "0.12.2", default-features = false, features = ["hmac"] } pc-keyboard = "0.6.1" pic8259 = "0.11.0"