From b9c8e8c663875d32b4e2c83756b81af185710219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 13:50:36 +0000 Subject: [PATCH] build(deps): Bump endian-num from 0.1.0 to 0.1.1 Bumps [endian-num](https://github.com/rust-osdev/endian-num) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/rust-osdev/endian-num/releases) - [Commits](https://github.com/rust-osdev/endian-num/compare/v0.1.0...v0.1.1) --- updated-dependencies: - dependency-name: endian-num dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 044927f4fd..a2d930a8c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -416,9 +416,9 @@ checksum = "361a90feb7004eca4019fb28352a9465666b24f840f5c3cddf0ff13920590b89" [[package]] name = "endian-num" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0df1568147123f2170d703aada73a9f2e73a1464f93c8fb5e44ffbb7695134b9" +checksum = "1ad847bb2094f110bbdd6fa564894ca4556fd978958e93985420d680d3cb6d14" dependencies = [ "bitflags 2.5.0", "zerocopy",