summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorRina Fujino <18257209+rina23q@users.noreply.github.com>2022-05-18 11:30:12 +0200
committerGitHub <noreply@github.com>2022-05-18 11:30:12 +0200
commitad0dd5d9a535a4157ce679124e409ea153f7b91e (patch)
treea8dadc2e4220b7a1b3091375d1a53cf55d421b4e /plugins
parent88ef4b2fd0076811687a0b23ec21edad1ca2e0af (diff)
parent2a8d917cbb377395cfeb4abcf34580541df80ace (diff)
Merge branch 'main' into feature/1107/enhance-config-management
Diffstat (limited to 'plugins')
-rw-r--r--plugins/c8y_configuration_plugin/Cargo.toml4
-rw-r--r--plugins/log_request_plugin/Cargo.toml2
-rw-r--r--plugins/tedge_apama_plugin/Cargo.toml2
-rw-r--r--plugins/tedge_apt_plugin/Cargo.toml8
-rw-r--r--plugins/tedge_dummy_plugin/Cargo.toml2
5 files changed, 12 insertions, 6 deletions
diff --git a/plugins/c8y_configuration_plugin/Cargo.toml b/plugins/c8y_configuration_plugin/Cargo.toml
index 676cb092..a36221fe 100644
--- a/plugins/c8y_configuration_plugin/Cargo.toml
+++ b/plugins/c8y_configuration_plugin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "c8y_configuration_plugin"
-version = "0.6.3"
+version = "0.6.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
@@ -36,7 +36,7 @@ assert_matches = "1.5"
mockall = "0.11"
mockito = "0.31"
mqtt_tests = { path = "../../crates/tests/mqtt_tests" }
-serial_test = "0.5"
+serial_test = "0.6"
tempfile = "3.3"
test-case = "2.0"
toml = "0.5"
diff --git a/plugins/log_request_plugin/Cargo.toml b/plugins/log_request_plugin/Cargo.toml
index 1279addb..4cb07317 100644
--- a/plugins/log_request_plugin/Cargo.toml
+++ b/plugins/log_request_plugin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_logfile_request_plugin"
-version = "0.6.3"
+version = "0.6.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/plugins/tedge_apama_plugin/Cargo.toml b/plugins/tedge_apama_plugin/Cargo.toml
index 55bd90c1..4ee39d2a 100644
--- a/plugins/tedge_apama_plugin/Cargo.toml
+++ b/plugins/tedge_apama_plugin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_apama_plugin"
-version = "0.6.3"
+version = "0.6.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/plugins/tedge_apt_plugin/Cargo.toml b/plugins/tedge_apt_plugin/Cargo.toml
index dd06abe6..041443d8 100644
--- a/plugins/tedge_apt_plugin/Cargo.toml
+++ b/plugins/tedge_apt_plugin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_apt_plugin"
-version = "0.6.3"
+version = "0.6.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
@@ -21,6 +21,12 @@ csv = "1.1"
serde = { version = "1", features = ["derive"] }
[dev-dependencies]
+anyhow = "1.0"
+hamcrest2 = "0.3"
+reqwest = { version = "0.11", default-features = false, features = [ "blocking", "rustls-tls" ] }
+serial_test = "0.6"
+tedge_utils = { path = "../../crates/common/tedge_utils" }
+test-case = "2.0"
[features]
requires-sudo = []
diff --git a/plugins/tedge_dummy_plugin/Cargo.toml b/plugins/tedge_dummy_plugin/Cargo.toml
index 4acdbc11..8fabfa37 100644
--- a/plugins/tedge_dummy_plugin/Cargo.toml
+++ b/plugins/tedge_dummy_plugin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_dummy_plugin"
-version = "0.6.3"
+version = "0.6.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"