Skip to content

Commit

Permalink
chore(deps): bump serde_bytes from 0.10.5 to 0.11.1 (nervosnetwork#433)
Browse files Browse the repository at this point in the history
Bumps [serde_bytes](https://github.com/serde-rs/bytes) from 0.10.5 to 0.11.1.
- [Release notes](https://github.com/serde-rs/bytes/releases)
- [Commits](serde-rs/bytes@0.10.5...0.11.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot[bot] authored and doitian committed Apr 10, 2019
1 parent 378e223 commit 98f97e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 core/Cargo.toml
Expand Up @@ -20,4 +20,4 @@ ckb-util = { path = "../util" }
fnv = "1.0.3"
ckb-merkle-tree = {path = "../util/merkle-tree"}
faster-hex = "0.3"
serde_bytes = "0.10.5"
serde_bytes = "0.11.1"

0 comments on commit 98f97e2

Please sign in to comment.