Update to netapp 0.4.5 - fixed ping

This commit is contained in:
Alex Auvolat
2022-09-02 14:33:12 +02:00
parent eb97e13a6a
commit 6226f5ceca
4 changed files with 44 additions and 78 deletions
+1 -1
View File
@@ -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"] }