Skip to content

Commit af0241f

Browse files
chore(deps): bump bitflags from 2.4.0 to 2.4.1 (#803)
Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.4.0...2.4.1) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7eaf527 commit af0241f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/primitives/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ alloy-rlp = { version = "0.3", default-features = false, features = ["derive"] }
2020
hashbrown = "0.14"
2121
auto_impl = "1.1"
2222
bitvec = { version = "1", default-features = false, features = ["alloc"] }
23-
bitflags = { version = "2.4.0", default-features = false }
23+
bitflags = { version = "2.4.1", default-features = false }
2424

2525
# For setting the CfgEnv KZGSettings. Enabled by c-kzg flag.
2626
c-kzg = { version = "0.1.1", default-features = false, optional = true }

0 commit comments

Comments
 (0)