From e388f1f9b1c9ce4bc60f94a0a4b68c8b3403cbf6 Mon Sep 17 00:00:00 2001 From: Lukasz Woznicki <75632179+makr11st@users.noreply.github.com> Date: Tue, 5 Oct 2021 22:32:30 +0100 Subject: [CIT-571] Download file and install integration (#444) Signed-off-by: Lukasz Woznicki --- Cargo.lock | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'Cargo.lock') 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", @@ -2701,6 +2702,19 @@ dependencies = [ "winapi-util", ] +[[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" @@ -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", -- cgit v1.2.3