From 88feea90b2657ef40f1a25a82bf6223cdfea248a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 04:14:01 +0000 Subject: [PATCH] build(deps): bump bitbybit from 1.3.2 to 1.3.3 Bumps [bitbybit](https://github.com/danlehmann/bitfield) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/danlehmann/bitfield/releases) - [Commits](https://github.com/danlehmann/bitfield/commits) --- updated-dependencies: - dependency-name: bitbybit dependency-type: direct:production update-type: version-update:semver-patch ... 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 097eeb2..1ad7505 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -46,9 +46,9 @@ checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61" [[package]] name = "bitbybit" -version = "1.3.2" +version = "1.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb157f9753a7cddfcf4a4f5fed928fbf4ce1b7b64b6bcc121d7a9f95d698997b" +checksum = "d317eeca82e7d88d606419a430590d83552bdceb899cb29904f63d694344b7fc" dependencies = [ "arbitrary-int", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 17f93e2..bcac1a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ num-traits = { version = "0.2", default-features = false, features = ["libm"] } smlang = "0.8.0" idsp = "0.15.0" embedded-hal = "0.2.7" -bitbybit = "1.3.2" +bitbybit = "1.3.3" arbitrary-int = "1.3.0" lm75 = "0.2" bytemuck = { version = "1.20.0", features = [