summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock38
-rw-r--r--common/batcher/Cargo.toml2
-rw-r--r--common/certificate/Cargo.toml2
-rw-r--r--common/clock/Cargo.toml2
-rw-r--r--common/flockfile/Cargo.toml2
-rw-r--r--common/json_writer/Cargo.toml2
-rw-r--r--common/mqtt_client/Cargo.toml2
-rw-r--r--common/tedge_users/Cargo.toml2
-rw-r--r--common/tedge_utils/Cargo.toml2
-rw-r--r--mapper/cumulocity/c8y_translator_lib/Cargo.toml2
-rw-r--r--mapper/tedge_mapper/Cargo.toml2
-rw-r--r--mapper/thin_edge_json/Cargo.toml2
-rw-r--r--sm/json_sm/Cargo.toml2
-rw-r--r--sm/plugin_sm/Cargo.toml2
-rw-r--r--sm/plugins/tedge_apt_plugin/Cargo.toml2
-rw-r--r--sm/plugins/tedge_dummy_plugin/Cargo.toml2
-rw-r--r--sm/tedge_agent/Cargo.toml2
-rw-r--r--tedge/Cargo.toml2
-rw-r--r--tedge_config/Cargo.toml2
19 files changed, 38 insertions, 36 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 37f13638..80a9eb22 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
+version = 3
+
[[package]]
name = "addr2line"
version = "0.16.0"
@@ -218,7 +220,7 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]
name = "batcher"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"chrono",
"tokio",
@@ -308,7 +310,7 @@ checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
[[package]]
name = "c8y_translator_lib"
-version = "0.2.3"
+version = "0.2.4"
dependencies = [
"anyhow",
"assert-json-diff",
@@ -347,7 +349,7 @@ checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"
[[package]]
name = "certificate"
-version = "0.2.3"
+version = "0.2.4"
dependencies = [
"anyhow",
"assert_matches",
@@ -403,7 +405,7 @@ dependencies = [
[[package]]
name = "clock"
-version = "0.2.3"
+version = "0.2.4"
dependencies = [
"chrono",
"mockall",
@@ -732,7 +734,7 @@ dependencies = [
[[package]]
name = "flockfile"
-version = "0.2.3"
+version = "0.2.4"
dependencies = [
"assert_matches",
"log",
@@ -1184,7 +1186,7 @@ checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
[[package]]
name = "json-writer"
-version = "0.2.3"
+version = "0.2.4"
dependencies = [
"anyhow",
"serde_json",
@@ -1193,7 +1195,7 @@ dependencies = [
[[package]]
name = "json_sm"
-version = "0.2.3"
+version = "0.2.4"
dependencies = [
"nanoid",
"regex",
@@ -1381,7 +1383,7 @@ dependencies = [
[[package]]
name = "mqtt_client"
-version = "0.2.3"
+version = "0.2.4"
dependencies = [
"anyhow",
"async-log",
@@ -1669,7 +1671,7 @@ dependencies = [
[[package]]
name = "plugin_sm"
-version = "0.2.3"
+version = "0.2.4"
dependencies = [
"anyhow",
"async-trait",
@@ -2474,7 +2476,7 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
[[package]]
name = "tedge"
-version = "0.2.3"
+version = "0.2.4"
dependencies = [
"anyhow",
"assert_cmd",
@@ -2506,7 +2508,7 @@ dependencies = [
[[package]]
name = "tedge_agent"
-version = "0.2.3"
+version = "0.2.4"
dependencies = [
"anyhow",
"async-trait",
@@ -2539,7 +2541,7 @@ dependencies = [
[[package]]
name = "tedge_apt_plugin"
-version = "0.1.1"
+version = "0.1.2"
dependencies = [
"structopt",
"thiserror",
@@ -2547,7 +2549,7 @@ dependencies = [
[[package]]
name = "tedge_config"
-version = "0.2.3"
+version = "0.2.4"
dependencies = [
"assert_matches",
"certificate",
@@ -2561,7 +2563,7 @@ dependencies = [
[[package]]
name = "tedge_dummy_plugin"
-version = "0.0.0"
+version = "0.0.1"
dependencies = [
"structopt",
"thiserror",
@@ -2569,7 +2571,7 @@ dependencies = [
[[package]]
name = "tedge_mapper"
-version = "0.2.3"
+version = "0.2.4"
dependencies = [
"anyhow",
"assert-json-diff",
@@ -2603,7 +2605,7 @@ dependencies = [
[[package]]
name = "tedge_users"
-version = "0.2.3"
+version = "0.2.4"
dependencies = [
"thiserror",
"users",
@@ -2611,7 +2613,7 @@ dependencies = [
[[package]]
name = "tedge_utils"
-version = "0.2.3"
+version = "0.2.4"
dependencies = [
"anyhow",
"assert_matches",
@@ -2657,7 +2659,7 @@ dependencies = [
[[package]]
name = "thin_edge_json"
-version = "0.2.3"
+version = "0.2.4"
dependencies = [
"anyhow",
"chrono",
diff --git a/common/batcher/Cargo.toml b/common/batcher/Cargo.toml
index f2380496..28d8372b 100644
--- a/common/batcher/Cargo.toml
+++ b/common/batcher/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "batcher"
-version = "0.1.0"
+version = "0.2.4"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/common/certificate/Cargo.toml b/common/certificate/Cargo.toml
index 027fa5b5..39334129 100644
--- a/common/certificate/Cargo.toml
+++ b/common/certificate/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "certificate"
-version = "0.2.3"
+version = "0.2.4"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/common/clock/Cargo.toml b/common/clock/Cargo.toml
index a504dae2..8e4bb2cc 100644
--- a/common/clock/Cargo.toml
+++ b/common/clock/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "clock"
-version = "0.2.3"
+version = "0.2.4"
edition = "2018"
[dependencies]
diff --git a/common/flockfile/Cargo.toml b/common/flockfile/Cargo.toml
index 0ddf9f44..4e107956 100644
--- a/common/flockfile/Cargo.toml
+++ b/common/flockfile/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "flockfile"
-version = "0.2.3"
+version = "0.2.4"
authors = ["Software AG <thin-edge-team@softwareag.com>"]
edition = "2018"
diff --git a/common/json_writer/Cargo.toml b/common/json_writer/Cargo.toml
index 46c01b9c..5253196d 100644
--- a/common/json_writer/Cargo.toml
+++ b/common/json_writer/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "json-writer"
-version = "0.2.3"
+version = "0.2.4"
edition = "2018"
[dependencies]
diff --git a/common/mqtt_client/Cargo.toml b/common/mqtt_client/Cargo.toml
index 2b62cf37..9123bffe 100644
--- a/common/mqtt_client/Cargo.toml
+++ b/common/mqtt_client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mqtt_client"
-version = "0.2.3"
+version = "0.2.4"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/common/tedge_users/Cargo.toml b/common/tedge_users/Cargo.toml
index 74a0d222..bd00b458 100644
--- a/common/tedge_users/Cargo.toml
+++ b/common/tedge_users/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_users"
-version = "0.2.3"
+version = "0.2.4"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/common/tedge_utils/Cargo.toml b/common/tedge_utils/Cargo.toml
index 9b6bf2cb..2952ab76 100644
--- a/common/tedge_utils/Cargo.toml
+++ b/common/tedge_utils/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_utils"
-version = "0.2.3"
+version = "0.2.4"
edition = "2018"
authors = ["thin-edge.io team <info@thin-edge.io>"]
license = "Apache-2.0"
diff --git a/mapper/cumulocity/c8y_translator_lib/Cargo.toml b/mapper/cumulocity/c8y_translator_lib/Cargo.toml
index 58482625..4fa06c84 100644
--- a/mapper/cumulocity/c8y_translator_lib/Cargo.toml
+++ b/mapper/cumulocity/c8y_translator_lib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "c8y_translator_lib"
-version = "0.2.3"
+version = "0.2.4"
authors = ["Software AG <thin-edge-team@softwareag.com>"]
edition = "2018"
diff --git a/mapper/tedge_mapper/Cargo.toml b/mapper/tedge_mapper/Cargo.toml
index d8242840..0a19eb6b 100644
--- a/mapper/tedge_mapper/Cargo.toml
+++ b/mapper/tedge_mapper/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_mapper"
-version = "0.2.3"
+version = "0.2.4"
edition = "2018"
authors = ["thin-edge.io team <info@thin-edge.io>"]
license = "Apache-2.0"
diff --git a/mapper/thin_edge_json/Cargo.toml b/mapper/thin_edge_json/Cargo.toml
index be50aca1..8063fed3 100644
--- a/mapper/thin_edge_json/Cargo.toml
+++ b/mapper/thin_edge_json/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "thin_edge_json"
-version = "0.2.3"
+version = "0.2.4"
authors = ["Software AG <thin-edge-team@softwareag.com>"]
edition = "2018"
diff --git a/sm/json_sm/Cargo.toml b/sm/json_sm/Cargo.toml
index 6ed7e80e..451804df 100644
--- a/sm/json_sm/Cargo.toml
+++ b/sm/json_sm/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "json_sm"
-version = "0.2.3"
+version = "0.2.4"
edition = "2018"
authors = ["thin-edge.io team <info@thin-edge.io>"]
license = "Apache-2.0"
diff --git a/sm/plugin_sm/Cargo.toml b/sm/plugin_sm/Cargo.toml
index 5ca4b2e3..b4f22512 100644
--- a/sm/plugin_sm/Cargo.toml
+++ b/sm/plugin_sm/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "plugin_sm"
-version = "0.2.3"
+version = "0.2.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"
diff --git a/sm/plugins/tedge_apt_plugin/Cargo.toml b/sm/plugins/tedge_apt_plugin/Cargo.toml
index 653138ae..760b2b53 100644
--- a/sm/plugins/tedge_apt_plugin/Cargo.toml
+++ b/sm/plugins/tedge_apt_plugin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_apt_plugin"
-version = "0.1.1"
+version = "0.2.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"
license = "Apache-2.0"
diff --git a/sm/plugins/tedge_dummy_plugin/Cargo.toml b/sm/plugins/tedge_dummy_plugin/Cargo.toml
index 76c1aad0..88a9aaff 100644
--- a/sm/plugins/tedge_dummy_plugin/Cargo.toml
+++ b/sm/plugins/tedge_dummy_plugin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_dummy_plugin"
-version = "0.0.0"
+version = "0.2.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"
license = "Apache-2.0"
diff --git a/sm/tedge_agent/Cargo.toml b/sm/tedge_agent/Cargo.toml
index 19d7319b..a61d07d7 100644
--- a/sm/tedge_agent/Cargo.toml
+++ b/sm/tedge_agent/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_agent"
-version = "0.2.3"
+version = "0.2.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"
diff --git a/tedge/Cargo.toml b/tedge/Cargo.toml
index 0ac59d6c..ff57bd8a 100644
--- a/tedge/Cargo.toml
+++ b/tedge/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge"
-version = "0.2.3"
+version = "0.2.4"
edition = "2018"
authors = ["thin-edge.io team <info@thin-edge.io>"]
license = "Apache-2.0"
diff --git a/tedge_config/Cargo.toml b/tedge_config/Cargo.toml
index 903eb9c0..8a4ab031 100644
--- a/tedge_config/Cargo.toml
+++ b/tedge_config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_config"
-version = "0.2.3"
+version = "0.2.4"
authors = ["Software AG <thin-edge-team@softwareag.com>"]
edition = "2018"