aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-02-22 17:34:46 +0100
committerAlex Auvolat <alex@adnab.me>2022-03-14 10:54:11 +0100
commit0cc31ee16994d11f4446186c817d8492b0b54f6b (patch)
tree69899a65c04db7ffec1fcbbac77c73f24f77bf51 /src/rpc
parentdc8d0496ccd1b577fe6c0a1c172a8794531fa0a6 (diff)
downloadgarage-0cc31ee16994d11f4446186c817d8492b0b54f6b.tar.gz
garage-0cc31ee16994d11f4446186c817d8492b0b54f6b.zip
add missing netapp telemetry feature
Diffstat (limited to 'src/rpc')
-rw-r--r--src/rpc/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/Cargo.toml b/src/rpc/Cargo.toml
index 94d6f682..72393921 100644
--- a/src/rpc/Cargo.toml
+++ b/src/rpc/Cargo.toml
@@ -48,7 +48,7 @@ opentelemetry = "0.17"
#netapp = { version = "0.3.0", git = "https://git.deuxfleurs.fr/lx/netapp" }
#netapp = { version = "0.4", path = "../../../netapp", features = ["telemetry"] }
-netapp = "0.4"
+netapp = { version = "0.4", features = ["telemetry"] }
hyper = { version = "0.14", features = ["client", "http1", "runtime", "tcp"] }