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
@@ -49,7 +49,7 @@ tokio = { version = "1.0", default-features = false, features = ["rt", "rt-multi
tokio-stream = { version = "0.1", features = ["net"] }
opentelemetry = "0.17"
netapp = { version = "=0.5.2", features = ["telemetry"] }
netapp = { version = "0.10", features = ["telemetry"] }
[features]
kubernetes-discovery = [ "kube", "k8s-openapi", "schemars" ]