Skip to content

Commit

Permalink
build(deps): bump bitflags from 2.3.1 to 2.3.2
Browse files Browse the repository at this point in the history
Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](bitflags/bitflags@2.3.1...2.3.2)

---
updated-dependencies:
- dependency-name: bitflags
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 13, 2023
1 parent 7acc04c commit 1b5a6a9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -470,17 +470,17 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"

[[package]]
name = "bitflags"
version = "2.3.1"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6776fc96284a0bb647b615056fc496d1fe1644a7ab01829818a6d91cae888b84"
checksum = "6dbe3c979c178231552ecba20214a8272df4e09f232a87aef4320cf06539aded"

[[package]]
name = "bitflags-serde-legacy"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b64e60c28b6d25ad92e8b367801ff9aa12b41d05fc8798055d296bace4a60cc"
dependencies = [
"bitflags 2.3.1",
"bitflags 2.3.2",
"serde",
]

Expand Down Expand Up @@ -5641,7 +5641,7 @@ dependencies = [
name = "zebra-chain"
version = "1.0.0-beta.25"
dependencies = [
"bitflags 2.3.1",
"bitflags 2.3.2",
"bitflags-serde-legacy",
"bitvec",
"blake2b_simd",
Expand Down Expand Up @@ -5746,7 +5746,7 @@ dependencies = [
name = "zebra-network"
version = "1.0.0-beta.25"
dependencies = [
"bitflags 2.3.1",
"bitflags 2.3.2",
"byteorder",
"bytes",
"chrono",
Expand Down
2 changes: 1 addition & 1 deletion zebra-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ bench = ["zebra-test"]

# Cryptography
bitvec = "1.0.1"
bitflags = "2.2.1"
bitflags = "2.3.2"
bitflags-serde-legacy = "0.1.1"
blake2b_simd = "1.0.1"
blake2s_simd = "1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion zebra-network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ progress-bar = [
proptest-impl = ["proptest", "proptest-derive", "zebra-chain/proptest-impl"]

[dependencies]
bitflags = "2.2.1"
bitflags = "2.3.2"
byteorder = "1.4.3"
bytes = "1.4.0"
chrono = { version = "0.4.26", default-features = false, features = ["clock", "std"] }
Expand Down

0 comments on commit 1b5a6a9

Please sign in to comment.