Bump serde_cbor from 0.11.1 to 0.11.2

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](https://github.com/pyfisch/cbor/compare/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>
This commit is contained in:
dependabot[bot]
2021-08-16 04:21:34 +00:00
committed by Henrik Friedrichsen
parent 6b8e1d33dc
commit 8c710f67ce
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -3036,9 +3036,9 @@ dependencies = [
[[package]]
name = "serde_cbor"
version = "0.11.1"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e18acfa2f90e8b735b2836ab8d538de304cbb6729a7360729ea5a895d15a622"
checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
dependencies = [
"half",
"serde",

View File

@@ -46,7 +46,7 @@ strum = "0.21.0"
strum_macros = "0.21.1"
regex = "1"
ioctl-rs = { version = "0.2", optional = true }
serde_cbor = "0.11.1"
serde_cbor = "0.11.2"
pancurses = { version = "0.16.1", features = ["win32"] }
[dependencies.cursive]