From 6d40f86278c03a3a7dabddc03fa2b62f477774c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 13:59:18 +0000 Subject: [PATCH] build(deps): bump bit_field from 0.10.1 to 0.10.2 Bumps [bit_field](https://github.com/phil-opp/rust-bit-field) from 0.10.1 to 0.10.2. - [Release notes](https://github.com/phil-opp/rust-bit-field/releases) - [Changelog](https://github.com/phil-opp/rust-bit-field/blob/master/Changelog.md) - [Commits](https://github.com/phil-opp/rust-bit-field/compare/v0.10.1...v0.10.2) --- updated-dependencies: - dependency-name: bit_field dependency-type: indirect 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 2b43480..cfa6b07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,9 +2,9 @@ # It is not intended for manual editing. [[package]] name = "bit_field" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcb6dd1c2376d2e096796e234a70e17e94cc2d5d54ff8ce42b28cef1d0d359a4" +checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61" [[package]] name = "bitflags"