diff options
author | Alex Auvolat <alex@adnab.me> | 2022-07-25 18:19:35 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-07-29 12:25:03 +0200 |
commit | e935861854deed5d1ca66767fc51d9849201a4dd (patch) | |
tree | fd368113ae4ad4b672fbcaaf37be8666e2695411 /Cargo.lock | |
parent | f0ee3056d3357221d71ad7d346e419dc26b9e063 (diff) | |
download | garage-e935861854deed5d1ca66767fc51d9849201a4dd.tar.gz garage-e935861854deed5d1ca66767fc51d9849201a4dd.zip |
Factor out node request order selection logic & use in manager
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2158,7 +2158,7 @@ dependencies = [ [[package]] name = "netapp" version = "0.5.0" -source = "git+https://git.deuxfleurs.fr/lx/netapp?branch=stream-body#fed0542313824df295a7e322a9aebe8ba62f97b9" +source = "git+https://git.deuxfleurs.fr/lx/netapp?branch=stream-body#74e57016f63b6052cf6d539812859c3a46138eee" dependencies = [ "arc-swap", "async-trait", |