diff options
author | Alex Auvolat <alex@adnab.me> | 2022-09-02 14:33:12 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-09-02 14:33:12 +0200 |
commit | 6226f5ceca7828d096890c3dbc5b9fbc3f7c4b14 (patch) | |
tree | 7b2f3a4bc8cba63062e8445566cfe5e9bf7f534c /src/rpc/Cargo.toml | |
parent | eb97e13a6a02106520665011f5d30b60e37b730e (diff) | |
download | garage-6226f5ceca7828d096890c3dbc5b9fbc3f7c4b14.tar.gz garage-6226f5ceca7828d096890c3dbc5b9fbc3f7c4b14.zip |
Update to netapp 0.4.5 - fixed ping
Diffstat (limited to 'src/rpc/Cargo.toml')
-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 80a1975c..5757fe8d 100644 --- a/src/rpc/Cargo.toml +++ b/src/rpc/Cargo.toml @@ -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"] } |