From 64cbc6915523987a32c1de02ea3b3f9f99a39499 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 13:38:57 +0000 Subject: [PATCH] chore(deps): update rust crate rmpv to 1.0.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46604b3d8..8b61eee6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2235,9 +2235,9 @@ dependencies = [ [[package]] name = "rmpv" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e0e0214a4a2b444ecce41a4025792fc31f77c7bb89c46d253953ea8c65701ec" +checksum = "e540282f11751956c82bc5529a7fb71b871b998fbf9cf06c2419b22e1b4350df" dependencies = [ "num-traits", "rmp", diff --git a/Cargo.toml b/Cargo.toml index 7508e71e6..27f4b7250 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ wit-bindgen = "0.24.0" wit-bindgen-rt = "0.24.0" rmp = "0.8.14" rmp-serde = "1.1.2" -rmpv = "1.0.1" +rmpv = "1.0.2" serde = { version = "1.0.197", features = ["derive"] } tonic = { version = "0.11.0", default-features = false } serde_json = "1.0.115"