From 908845320a20a206e638af62d357676599538cb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:29:51 +0000 Subject: [PATCH] build(deps): bump bitfield from 0.16.1 to 0.17.0 Bumps [bitfield](https://github.com/dzamlo/rust-bitfield) from 0.16.1 to 0.17.0. - [Changelog](https://github.com/dzamlo/rust-bitfield/blob/master/CHANGELOG.md) - [Commits](https://github.com/dzamlo/rust-bitfield/compare/v0.16.1...v0.17.0) --- updated-dependencies: - dependency-name: bitfield dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- circuits/Cargo.toml | 2 +- runner/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0d2dc2ad9..cab9367a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -165,9 +165,9 @@ checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" [[package]] name = "bitfield" -version = "0.16.1" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5acf59e2452f0c4b968b15ce4b9468f57b45f7733b919d68b19fcc39264bfb8" +checksum = "f798d2d157e547aa99aab0967df39edd0b70307312b6f8bd2848e6abe40896e0" [[package]] name = "bitflags" diff --git a/circuits/Cargo.toml b/circuits/Cargo.toml index 0f93b489e..3a2fb56e9 100644 --- a/circuits/Cargo.toml +++ b/circuits/Cargo.toml @@ -12,7 +12,7 @@ version = "0.1.0" [dependencies] anyhow = { version = "1.0", default-features = false } arrayvec = { version = "0.7", default-features = false } -bitfield = "0.16" +bitfield = "0.17" expr = { path = "../expr" } itertools = "0.13" log = "0.4" diff --git a/runner/Cargo.toml b/runner/Cargo.toml index 5c7778e1c..e61c374e3 100644 --- a/runner/Cargo.toml +++ b/runner/Cargo.toml @@ -11,7 +11,7 @@ version = "0.1.0" [dependencies] anyhow = { version = "1.0", default-features = false } -bitfield = "0.16" +bitfield = "0.17" elf = { version = "0.7" } env_logger = { version = "0.11" } im = "15.1"