From ef422f587cc1e5696761ac194dfd16a749759a23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 05:11:21 +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 ed807949ac259..bafaadb1a13ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6992,9 +6992,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 a1a579547f57b..a88c40ec60010 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.2", 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"] }