diff options
author | Alex <alex@adnab.me> | 2022-09-14 16:37:18 +0200 |
---|---|---|
committer | Alex <alex@adnab.me> | 2022-09-14 16:37:18 +0200 |
commit | 82600acf776acecfa73fbf23d4c7107eaae81e09 (patch) | |
tree | 19bb547df310c40ead34b14b6bad3c8e1d408397 /Cargo.lock | |
parent | 80fdbfb0aa1b7186db3aeef888c0954748a35c62 (diff) | |
parent | e46dc2a8ef8a12e49aed3883b34b538b5f65ca31 (diff) | |
download | garage-82600acf776acecfa73fbf23d4c7107eaae81e09.tar.gz garage-82600acf776acecfa73fbf23d4c7107eaae81e09.zip |
Merge pull request 'Allow for hostnames in bootstrap_peers and rpc_public_addr (fix #353)' (#383) from resolve-peer-names into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/383
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2032,9 +2032,9 @@ dependencies = [ [[package]] name = "netapp" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14fa05cce4c65d4cc5277b2525c5054fca0e51db82416d9f43fb916575233774" +checksum = "06c7cbf05d7cd6e4bc51340934d60c798010bf1856769cf8508caaac1db23db6" dependencies = [ "arc-swap", "async-trait", |