Skip to content

Commit

Permalink
build(deps): bump the minor-and-patch-cargo-updates group with 2 upda…
Browse files Browse the repository at this point in the history
…tes (#3240)

Bumps the minor-and-patch-cargo-updates group with 2 updates: [data-encoding](https://github.com/ia0/data-encoding) and [bitflags](https://github.com/bitflags/bitflags).


Updates `data-encoding` from 2.6.0 to 2.7.0
- [Commits](https://github.com/ia0/data-encoding/commits)

Updates `bitflags` from 2.7.0 to 2.8.0
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](bitflags/bitflags@2.7.0...2.8.0)

---
updated-dependencies:
- dependency-name: data-encoding
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: bitflags
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-cargo-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent 65a03ac commit 4b2a0d9
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion keys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ curve25519-dalek = { version = "4.1.3", features = [
"digest",
"legacy_compatibility",
] }
data-encoding = "2.6"
data-encoding = "2.7"
ed25519-zebra = "4.0"
hex = "0.4"
itertools = "0.14"
Expand Down
2 changes: 1 addition & 1 deletion network-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ workspace = true

[dependencies]
async-trait = "0.1"
bitflags = { version = "2.7", features = ["serde"] }
bitflags = { version = "2.8", features = ["serde"] }
futures = { workspace = true }
log = { workspace = true }
multiaddr = "0.18"
Expand Down
2 changes: 1 addition & 1 deletion primitives/block/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ maintenance = { status = "experimental" }

[dependencies]
ark-ec = "0.4"
bitflags = { version = "2.7", features = ["serde"] }
bitflags = { version = "2.8", features = ["serde"] }
byteorder = "1.5"
hex = "0.4"
log = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion primitives/transaction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ workspace = true

[dependencies]
base64 = "0.22"
bitflags = { version = "2.7", features = ["serde"] }
bitflags = { version = "2.8", features = ["serde"] }
hex = "0.4"
log = { workspace = true }
serde = "1.0"
Expand Down

0 comments on commit 4b2a0d9

Please sign in to comment.