Skip to content

Commit

Permalink
Bump serde_cbor from 0.11.1 to 0.11.2 (#1293)
Browse files Browse the repository at this point in the history
Bumps [serde_cbor](https://github.com/pyfisch/cbor) from 0.11.1 to 0.11.2.
- [Release notes](https://github.com/pyfisch/cbor/releases)
- [Commits](pyfisch/cbor@v0.11.1...v0.11.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 17, 2021
1 parent b724b94 commit 882c9c0
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 relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ subtle-encoding = "0.5"
async-trait = "0.1.50"
humantime-serde = "1.0.0"
serde = "1.0.125"
serde_cbor = "0.11.1"
serde_cbor = "0.11.2"
serde_derive = "1.0"
sled = { version = "0.34.4", features = ["no_metrics", "no_logs"] }
thiserror = "1.0.26"
Expand Down

0 comments on commit 882c9c0

Please sign in to comment.