From 9b46caa34baa71e737916705810e18aa26bcc005 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 13 Jun 2023 17:22:33 +0200 Subject: update rmp-serde to v1.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 42136e4..7145a06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netapp" -version = "0.6.1" +version = "0.7.0" authors = ["Alex Auvolat "] edition = "2018" license-file = "LICENSE" @@ -27,7 +27,7 @@ tokio-util = { version = "0.7", default-features = false, features = ["compat", tokio-stream = "0.1.7" serde = { version = "1.0", default-features = false, features = ["derive", "rc"] } -rmp-serde = "0.15" +rmp-serde = "1.1" hex = "0.4.3" rand = { version = "0.8" } -- cgit v1.2.3