diff options
author | Alex Auvolat <alex@adnab.me> | 2022-09-13 13:11:44 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-09-13 13:11:44 +0200 |
commit | 28a4af73ca8c0f82314157939fc98c46f338e84a (patch) | |
tree | 74c3a0f53bf55502ec2778462e6d599d66bcc050 /src/rpc/Cargo.toml | |
parent | b823151a0bba7ee6c5f0f96c6b06355572528d94 (diff) | |
download | garage-28a4af73ca8c0f82314157939fc98c46f338e84a.tar.gz garage-28a4af73ca8c0f82314157939fc98c46f338e84a.zip |
Use netapp 0.5 published from crates.io
Diffstat (limited to 'src/rpc/Cargo.toml')
-rw-r--r-- | src/rpc/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rpc/Cargo.toml b/src/rpc/Cargo.toml index d7136401..079cfe34 100644 --- a/src/rpc/Cargo.toml +++ b/src/rpc/Cargo.toml @@ -45,8 +45,7 @@ tokio = { version = "1.0", default-features = false, features = ["rt", "rt-multi tokio-stream = { version = "0.1", features = ["net"] } opentelemetry = "0.17" -#netapp = { version = "0.4.5", features = ["telemetry"] } -netapp = { version = "0.5.0", git = "https://git.deuxfleurs.fr/lx/netapp", branch = "stream-body", features = ["telemetry"] } +netapp = { version = "0.5.0", features = ["telemetry"] } hyper = { version = "0.14", features = ["client", "http1", "runtime", "tcp"] } |