Skip to content

Commit

Permalink
build(deps): bump serde from 1.0.136 to 1.0.137
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.136 to 1.0.137.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.136...v1.0.137)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 3, 2022
1 parent 1fe6668 commit 198ff40
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 51 deletions.
90 changes: 45 additions & 45 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
Expand Up @@ -37,7 +37,7 @@ lazy_static = "1.4.0"
rand_core = "0.6.3"
ripemd = "0.1.1"

serde = { version = "1.0.136", features = ["serde_derive", "rc"] }
serde = { version = "1.0.137", features = ["serde_derive", "rc"] }
serde_with = "1.13.0"
serde-big-array = "0.4.1"
# Matches version used by hdwallet
Expand Down

0 comments on commit 198ff40

Please sign in to comment.