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/util | |
parent | b823151a0bba7ee6c5f0f96c6b06355572528d94 (diff) | |
download | garage-28a4af73ca8c0f82314157939fc98c46f338e84a.tar.gz garage-28a4af73ca8c0f82314157939fc98c46f338e84a.zip |
Use netapp 0.5 published from crates.io
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/Cargo.toml b/src/util/Cargo.toml index c648e13b..8e978fc2 100644 --- a/src/util/Cargo.toml +++ b/src/util/Cargo.toml @@ -39,8 +39,7 @@ toml = "0.5" futures = "0.3" tokio = { version = "1.0", default-features = false, features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros", "sync", "signal", "fs"] } -#netapp = "0.4" -netapp = { version = "0.5", git = "https://git.deuxfleurs.fr/lx/netapp", branch = "stream-body", features = ["telemetry"] } +netapp = "0.5" http = "0.2" hyper = "0.14" |