aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/Cargo.toml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-09-02 14:33:12 +0200
committerAlex Auvolat <alex@adnab.me>2022-09-02 14:33:12 +0200
commit6226f5ceca7828d096890c3dbc5b9fbc3f7c4b14 (patch)
tree7b2f3a4bc8cba63062e8445566cfe5e9bf7f534c /src/rpc/Cargo.toml
parenteb97e13a6a02106520665011f5d30b60e37b730e (diff)
downloadgarage-6226f5ceca7828d096890c3dbc5b9fbc3f7c4b14.tar.gz
garage-6226f5ceca7828d096890c3dbc5b9fbc3f7c4b14.zip
Update to netapp 0.4.5 - fixed ping
Diffstat (limited to 'src/rpc/Cargo.toml')
-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 80a1975c..5757fe8d 100644
--- a/src/rpc/Cargo.toml
+++ b/src/rpc/Cargo.toml
@@ -47,7 +47,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 = { version = "0.4.4", features = ["telemetry"] }
+netapp = { version = "0.4.5", features = ["telemetry"] }
hyper = { version = "0.14", features = ["client", "http1", "runtime", "tcp"] }