summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLukasz Woznicki <75632179+makr11st@users.noreply.github.com>2021-10-05 22:32:30 +0100
committerGitHub <noreply@github.com>2021-10-05 22:32:30 +0100
commite388f1f9b1c9ce4bc60f94a0a4b68c8b3403cbf6 (patch)
tree0391eec49719b6f060e3e59b41941b6103d089de /Cargo.lock
parentae836f1695a20419abe6ef0a21ba046a2621189c (diff)
[CIT-571] Download file and install integration (#444)
Signed-off-by: Lukasz Woznicki <lukasz.woznicki@softwareag.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock20
1 files changed, 17 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9c1b82ad..9ed3963a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1707,6 +1707,7 @@ dependencies = [
"anyhow",
"assert_matches",
"async-trait",
+ "download",
"json_sm",
"serde",
"serde_json",
@@ -2566,7 +2567,6 @@ dependencies = [
"assert_cmd",
"async-trait",
"chrono",
- "clock",
"flockfile",
"futures",
"json_sm",
@@ -2647,6 +2647,7 @@ dependencies = [
"tedge_users",
"tedge_utils",
"tempfile",
+ "test-case",
"thin_edge_json",
"thiserror",
"tokio",
@@ -2702,6 +2703,19 @@ dependencies = [
]
[[package]]
+name = "test-case"
+version = "1.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "3b114ece25254e97bf48dd4bfc2a12bad0647adacfe4cae1247a9ca6ad302cec"
+dependencies = [
+ "cfg-if 1.0.0",
+ "proc-macro2 1.0.29",
+ "quote 1.0.9",
+ "syn 1.0.76",
+ "version_check",
+]
+
+[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2795,9 +2809,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
-version = "1.12.0"
+version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c2c2416fdedca8443ae44b4527de1ea633af61d8f7169ffa6e72c5b53d24efcc"
+checksum = "b4efe6fc2395938c8155973d7be49fe8d03a843726e285e100a8a383cc0154ce"
dependencies = [
"autocfg",
"bytes",