Update serde_cbor requirement from 0.9.0 to 0.10.2 (#809)

Updates the requirements on [serde_cbor](https://github.com/pyfisch/cbor) to permit the latest version.
- [Release notes](https://github.com/pyfisch/cbor/releases)
- [Commits](https://github.com/pyfisch/cbor/compare/v0.9.0...v0.10.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-12-15 13:48:46 -05:00 committed by Justin Starry
parent 5d5a9534c7
commit 631995a33a

View File

@ -29,7 +29,7 @@ proc-macro-hack = "0.5"
proc-macro-nested = "0.1" proc-macro-nested = "0.1"
rmp-serde = { version = "0.13.7", optional = true } rmp-serde = { version = "0.13.7", optional = true }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_cbor = { version = "0.9.0", optional = true } serde_cbor = { version = "0.10.2", optional = true }
serde_json = "1.0" serde_json = "1.0"
serde_yaml = { version = "0.8.3", optional = true } serde_yaml = { version = "0.8.3", optional = true }
slab = "0.4" slab = "0.4"