Skip to content

Commit

Permalink
build(deps): bump serde-big-array from 0.4.1 to 0.5.0 (#6188)
Browse files Browse the repository at this point in the history
Bumps [serde-big-array](https://github.com/est31/serde-big-array) from 0.4.1 to 0.5.0.
- [Release notes](https://github.com/est31/serde-big-array/releases)
- [Commits](est31/serde-big-array@v0.4.1...v0.5.0)

---
updated-dependencies:
- dependency-name: serde-big-array
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Feb 18, 2023
1 parent 0a922a3 commit d413790
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 zebra-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ tracing = "0.1.37"
hex = { version = "0.4.3", features = ["serde"] }
serde = { version = "1.0.152", features = ["serde_derive", "rc"] }
serde_with = "2.2.0"
serde-big-array = "0.4.1"
serde-big-array = "0.5.0"

# Processing
futures = "0.3.26"
Expand Down

0 comments on commit d413790

Please sign in to comment.