diff options
author | Alex Auvolat <alex@adnab.me> | 2021-12-14 11:31:22 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-12-14 11:31:22 +0100 |
commit | d13066b12bc03e49c233a065294595c2da3b1f3d (patch) | |
tree | 365e00a90ecf079d28defd9de050dad6e9041c9b /Cargo.lock | |
parent | 7488d8e907dadc3e91c8c8920fdc38f42c455b50 (diff) | |
download | tricot-d13066b12bc03e49c233a065294595c2da3b1f3d.tar.gz tricot-d13066b12bc03e49c233a065294595c2da3b1f3d.zip |
Implement basic domain accesibility check before asking for certificatedocker-25
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -2146,6 +2146,7 @@ dependencies = [ "tokio 1.14.0", "tokio-rustls", "tokio-util", + "uuid", ] [[package]] @@ -2234,6 +2235,15 @@ dependencies = [ ] [[package]] +name = "uuid" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" +dependencies = [ + "getrandom", +] + +[[package]] name = "vcpkg" version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" |