diff options
author | Alex Auvolat <alex@adnab.me> | 2022-04-07 10:37:06 +0200 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2022-04-07 11:50:03 +0200 |
commit | 94f1e48fff7652f6b7195fea4570d3fa8b5c98f6 (patch) | |
tree | 3786a28628480c3655f83d86a09a5c20ef4662cb /src/rpc | |
parent | cb5836d53cfa0183d62ce1f20497d87a99ed39a3 (diff) | |
download | garage-94f1e48fff7652f6b7195fea4570d3fa8b5c98f6.tar.gz garage-94f1e48fff7652f6b7195fea4570d3fa8b5c98f6.zip |
Update to netapp 0.4.2 (a tiny fix)
Diffstat (limited to 'src/rpc')
-rw-r--r-- | src/rpc/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/Cargo.toml b/src/rpc/Cargo.toml index 29591053..efaacf2e 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 = { version = "0.4.1", features = ["telemetry"] } +netapp = { version = "0.4.2", features = ["telemetry"] } hyper = { version = "0.14", features = ["client", "http1", "runtime", "tcp"] } |