Update to netapp 0.4.2 (a tiny fix)

This commit is contained in:
Alex Auvolat
2022-04-07 10:37:06 +02:00
committed by Gitea
parent cb5836d53c
commit 94f1e48fff
6 changed files with 23 additions and 23 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.1", features = ["telemetry"] }
netapp = { version = "0.4.2", features = ["telemetry"] }
hyper = { version = "0.14", features = ["client", "http1", "runtime", "tcp"] }