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
+1 -1
View File
@@ -39,7 +39,7 @@ futures-util = "0.3"
tokio = { version = "1.0", default-features = false, features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros", "sync", "signal", "fs"] }
opentelemetry = "0.17"
netapp = "0.5"
netapp = "0.10"
[features]
default = [ "sled", "lmdb", "sqlite" ]