diff options
author | Alex Auvolat <alex@adnab.me> | 2022-05-09 11:54:34 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-05-09 11:54:34 +0200 |
commit | 677c47154817857c806ec755bae6cf1b83023cc3 (patch) | |
tree | 0fe5068f4635e751a070fc3fb061884dacbe0614 /Cargo.lock | |
parent | faecefc7a8ce91582b33f3da45a3ba4669afeffe (diff) | |
download | netapp-677c47154817857c806ec755bae6cf1b83023cc3.tar.gz netapp-677c47154817857c806ec755bae6cf1b83023cc3.zip |
Handle the possibility of several alternative IP addresses for peers
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -433,7 +433,7 @@ dependencies = [ [[package]] name = "netapp" -version = "0.4.1" +version = "0.4.3" dependencies = [ "arc-swap", "async-trait", |