From 8c710f67ce28ffb5caee40b28714410ce2d1151d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 04:21:34 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 34103f8..736aa5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index c132b78..9527e8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]