From 48b1f36ac167ba9cfb0636ad7ff395b84be2b9db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 12:26:15 +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 ++-- alioth/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bea4613..6f789df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,9 +129,9 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[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/alioth/Cargo.toml b/alioth/Cargo.toml index 3ea6951..bbc87b2 100644 --- a/alioth/Cargo.toml +++ b/alioth/Cargo.toml @@ -13,7 +13,7 @@ test-hv = [] [dependencies] zerocopy = { version = "0.7.32", features = ["derive", "alloc"] } bitflags = "2.4.0" -bitfield = "0.16.1" +bitfield = "0.17.0" log = "0.4" mio = { version = "1", features = ["os-poll", "os-ext", "net"] } libc = "0.2.158"