diff options
author | Alex Auvolat <alex@adnab.me> | 2021-10-21 12:25:42 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-10-21 12:34:05 +0200 |
commit | 1dc7cc793638693c4000e13b43f4a7d117b1ea23 (patch) | |
tree | 08acdb9725c26dd0165fdaea567607c47d873c68 | |
parent | 5e986c443f014d96bd0c27113fcf4571f2e1e881 (diff) | |
download | garage-1dc7cc793638693c4000e13b43f4a7d117b1ea23.tar.gz garage-1dc7cc793638693c4000e13b43f4a7d117b1ea23.zip |
update netapp to fix connection bug
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -874,7 +874,7 @@ dependencies = [ [[package]] name = "netapp" version = "0.3.0" -source = "git+https://git.deuxfleurs.fr/lx/netapp#e9add586a5fd6304473b9138b920e325629346f5" +source = "git+https://git.deuxfleurs.fr/lx/netapp#57327f10e2536a89004f3a1def83ed16243c1a3e" dependencies = [ "arc-swap", "async-trait", |