actually update rmp-serde to 1.1.2 for both garage and netapp dependency (fix #629)

This commit is contained in:
Alex Auvolat
2023-09-27 13:12:41 +02:00
parent ad82035b98
commit 897cbf2c27
6 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -32,7 +32,7 @@ rand = "0.8"
sha2 = "0.10"
chrono = "0.4"
rmp-serde = "0.15"
rmp-serde = "1.1.2"
serde = { version = "1.0", default-features = false, features = ["derive", "rc"] }
serde_json = "1.0"
toml = "0.6"
@@ -40,7 +40,7 @@ toml = "0.6"
futures = "0.3"
tokio = { version = "1.0", default-features = false, features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros", "sync", "signal", "fs"] }
netapp = "0.5"
netapp = "0.10"
http = "0.2"
hyper = "0.14"