aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-06-13 17:22:33 +0200
committerAlex Auvolat <alex@adnab.me>2023-06-13 17:22:33 +0200
commit9b46caa34baa71e737916705810e18aa26bcc005 (patch)
tree10560ceccb5946260178e8bfcdc4fcae75a6fa70 /Cargo.toml
parente3b04e83d7b168323083e9f0abc935e622c3409e (diff)
downloadnetapp-9b46caa34baa71e737916705810e18aa26bcc005.tar.gz
netapp-9b46caa34baa71e737916705810e18aa26bcc005.zip
update rmp-serde to v1.1v0.7.0next-0.7
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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 <alex@adnab.me>"]
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" }