Update netapp to 0.4.4, fix #300

This commit is contained in:
Alex Auvolat
2022-05-09 12:08:47 +02:00
parent 277a20ec44
commit def78c5e6f
3 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -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 = { version = "0.4.2", features = ["telemetry"] }
netapp = { version = "0.4.4", features = ["telemetry"] }
hyper = { version = "0.14", features = ["client", "http1", "runtime", "tcp"] }