From 897cbf2c27e4477dde51eee5b73fa3267b4c7098 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 27 Sep 2023 13:12:41 +0200 Subject: actually update rmp-serde to 1.1.2 for both garage and netapp dependency (fix #629) --- src/rpc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rpc') diff --git a/src/rpc/Cargo.toml b/src/rpc/Cargo.toml index 2f22cd28..028c1367 100644 --- a/src/rpc/Cargo.toml +++ b/src/rpc/Cargo.toml @@ -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" ] -- cgit v1.2.3