Skip to content

Commit

Permalink
Bump serde_cbor from 0.6.1 to 0.10.2 (#199)
Browse files Browse the repository at this point in the history
Bumps [serde_cbor](https://github.com/pyfisch/cbor) from 0.6.1 to 0.10.2.
- [Release notes](https://github.com/pyfisch/cbor/releases)
- [Commits](pyfisch/cbor@v0.6.1...v0.10.2)

---
updated-dependencies:
- dependency-name: serde_cbor
  dependency-type: direct:production
...

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 Jul 18, 2023
1 parent d7d2e03 commit c274ee9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
21 changes: 9 additions & 12 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 mbedtls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ path = "../mbedtls-platform-support"
[dev-dependencies]
libc = "0.2.0"
rand = "0.4.0"
serde_cbor = "0.6"
serde_cbor = "0.10"
hex = "0.3"
hyper = { version = "0.10.16", default-features = false }
async-stream = "0.3.0"
Expand Down

0 comments on commit c274ee9

Please sign in to comment.