From 886a4518a2474c1031190ab123c2a48e4812ce9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 10:32:10 +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 a3c2533..d9eb1cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -912,9 +912,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 9219aa0..782b98b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ byteorder = "1.4.3" serde = { version = "1.0.128", features = ["derive"] } serde_json = "1.0.66" bincode = "1.3.3" -serde_cbor = "0.11.1" +serde_cbor = "0.11.2" base64 = "0.13.0" num-bigint = "0.4.0" num-traits = "0.2.14"