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 /Cargo.lock | |
parent | b823151a0bba7ee6c5f0f96c6b06355572528d94 (diff) | |
download | garage-28a4af73ca8c0f82314157939fc98c46f338e84a.tar.gz garage-28a4af73ca8c0f82314157939fc98c46f338e84a.zip |
Use netapp 0.5 published from crates.io
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2033,7 +2033,8 @@ dependencies = [ [[package]] name = "netapp" version = "0.5.0" -source = "git+https://git.deuxfleurs.fr/lx/netapp?branch=stream-body#0f799a7768997c37e3e1b6861c097c4cd934acde" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "14fa05cce4c65d4cc5277b2525c5054fca0e51db82416d9f43fb916575233774" dependencies = [ "arc-swap", "async-trait", |