From 567cdb35e25c0291dba275db0abfbfe3bc3b2b5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 17:16:20 +0000 Subject: [PATCH] chore(deps): Bump rmpv from 1.0.0 to 1.0.1 Bumps [rmpv](https://github.com/3Hren/msgpack-rust) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/3Hren/msgpack-rust/releases) - [Commits](https://github.com/3Hren/msgpack-rust/commits) --- updated-dependencies: - dependency-name: rmpv 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 085d25317c66b0..2cbd83e1b487c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6991,9 +6991,9 @@ dependencies = [ [[package]] name = "rmpv" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de8813b3a2f95c5138fe5925bfb8784175d88d6bff059ba8ce090aa891319754" +checksum = "2e0e0214a4a2b444ecce41a4025792fc31f77c7bb89c46d253953ea8c65701ec" dependencies = [ "num-traits", "rmp", diff --git a/Cargo.toml b/Cargo.toml index e9666a33da9dda..780fd7c946ca52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -203,7 +203,7 @@ serde_yaml = { version = "0.9.25", default-features = false } # Messagepack rmp-serde = { version = "1.1.1", default-features = false, optional = true } -rmpv = { version = "1.0.0", default-features = false, features = ["with-serde"], optional = true } +rmpv = { version = "1.0.1", default-features = false, features = ["with-serde"], optional = true } # Prost / Protocol Buffers prost = { version = "0.11", default-features = false, features = ["std"] }