diff options
author | Alex <alex@adnab.me> | 2024-06-18 12:40:07 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-06-18 12:40:07 +0000 |
commit | 770384cae1fa5999e7a973929504a152f02d59c1 (patch) | |
tree | c42953cff517cd29df50f9505e8ace41eb9074f9 /Cargo.lock | |
parent | d38509ef4b36a558c6aea71b52d27ba561ad57a4 (diff) | |
parent | a0f6bc5b7faa0d557179a7c4ed4c8d0facb9afa4 (diff) | |
download | garage-770384cae1fa5999e7a973929504a152f02d59c1.tar.gz garage-770384cae1fa5999e7a973929504a152f02d59c1.zip |
Merge pull request 'add rpc_public_addr_subnet config option' (#817) from flokli/garage:rpc_public_addr_subnet into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/817
Reviewed-by: Alex <alex@adnab.me>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1527,6 +1527,7 @@ dependencies = [ "garage_util", "gethostname", "hex", + "ipnet", "itertools 0.12.1", "k8s-openapi", "kube", |