From 90a3562ea3e5c61e2d4e18d3c31418f6e3fd3f9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 00:51:32 +0000 Subject: [PATCH] Bump binrw from 0.14.0 to 0.14.1 Bumps [binrw](https://github.com/jam1garner/binrw) from 0.14.0 to 0.14.1. - [Release notes](https://github.com/jam1garner/binrw/releases) - [Commits](https://github.com/jam1garner/binrw/compare/v0.14.0...v0.14.1) --- updated-dependencies: - dependency-name: binrw dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a609cf..b024a88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -76,9 +76,9 @@ checksum = "3d62b7694a562cdf5a74227903507c56ab2cc8bdd1f781ed5cb4cf9c9f810bfc" [[package]] name = "binrw" -version = "0.14.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f36b7cb3ab9ff6a2858650d8dc360e783a5d14dc29594db48c56a3c233cc265" +checksum = "7d4bca59c20d6f40c2cc0802afbe1e788b89096f61bdf7aeea6bf00f10c2909b" dependencies = [ "array-init", "binrw_derive", @@ -87,9 +87,9 @@ dependencies = [ [[package]] name = "binrw_derive" -version = "0.14.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20ea7a8c5c8eeffffac6d54d172444e15beffac6f817fac714460a9a9aa88da3" +checksum = "d8ba42866ce5bced2645bfa15e97eef2c62d2bdb530510538de8dd3d04efff3c" dependencies = [ "either", "owo-colors", diff --git a/Cargo.toml b/Cargo.toml index ff6d3ee..eb58f0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ version = "0.1.4" [dependencies] aes = "0.8.4" anyhow = "1.0.90" -binrw = "0.14.0" +binrw = "0.14.1" clap = "4.5.20" ctr = "0.9.2" hmac-sha256 = "1.1.7"