aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-12-14 11:31:22 +0100
committerAlex Auvolat <alex@adnab.me>2021-12-14 11:31:22 +0100
commitd13066b12bc03e49c233a065294595c2da3b1f3d (patch)
tree365e00a90ecf079d28defd9de050dad6e9041c9b /Cargo.lock
parent7488d8e907dadc3e91c8c8920fdc38f42c455b50 (diff)
downloadtricot-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.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a094835..c05bdc0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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"