diff options
author | Alex Auvolat <alex@adnab.me> | 2022-05-09 12:08:47 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-05-09 12:08:47 +0200 |
commit | def78c5e6f5da37a0d17b5652c525fbeccbc2e86 (patch) | |
tree | ce1f6fbc48a5b2bd45d5c7fad9176fe7d998ce50 /src/rpc | |
parent | 277a20ec449011daab961e17b5c6bd7f48e3c291 (diff) | |
download | garage-def78c5e6f5da37a0d17b5652c525fbeccbc2e86.tar.gz garage-def78c5e6f5da37a0d17b5652c525fbeccbc2e86.zip |
Update netapp to 0.4.4, fix #300v0.7.1netapp-0.4.4
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 efaacf2e..46d0dc1e 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.2", features = ["telemetry"] } +netapp = { version = "0.4.4", features = ["telemetry"] } hyper = { version = "0.14", features = ["client", "http1", "runtime", "tcp"] } |