summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8e309ced..87577319 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -392,10 +392,14 @@ name = "c8y_configuration_plugin"
version = "0.6.1"
dependencies = [
"anyhow",
+ "assert_matches",
"c8y_api",
"c8y_smartrest",
+ "csv",
+ "download",
"mqtt_channel",
"serde",
+ "serde_json",
"tedge_config",
"tedge_utils",
"tempfile",