summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVersioneer <info@thin-edge.io>2022-07-20 09:57:15 +0000
committerVersioneer <info@thin-edge.io>2022-07-20 09:57:15 +0000
commit7fc02d1eccb8487d9721885ee5fb37def56f1da5 (patch)
tree752f41e0333ba4c43e47ed2d0a9c5a58f3fabb37
parentfc7ab6d7b7c3a429014a6ac12215e16c6a5216e1 (diff)
(cargo release) bump version
-rw-r--r--Cargo.lock56
-rw-r--r--crates/common/batcher/Cargo.toml2
-rw-r--r--crates/common/certificate/Cargo.toml2
-rw-r--r--crates/common/clock/Cargo.toml2
-rw-r--r--crates/common/download/Cargo.toml2
-rw-r--r--crates/common/flockfile/Cargo.toml2
-rw-r--r--crates/common/json_writer/Cargo.toml2
-rw-r--r--crates/common/logged_command/Cargo.toml2
-rw-r--r--crates/common/mqtt_channel/Cargo.toml2
-rw-r--r--crates/common/tedge_config/Cargo.toml2
-rw-r--r--crates/common/tedge_utils/Cargo.toml2
-rw-r--r--crates/core/agent_interface/Cargo.toml2
-rw-r--r--crates/core/c8y_api/Cargo.toml2
-rw-r--r--crates/core/c8y_smartrest/Cargo.toml2
-rw-r--r--crates/core/c8y_translator/Cargo.toml2
-rw-r--r--crates/core/plugin_sm/Cargo.toml2
-rw-r--r--crates/core/tedge/Cargo.toml2
-rw-r--r--crates/core/tedge_agent/Cargo.toml2
-rw-r--r--crates/core/tedge_mapper/Cargo.toml2
-rw-r--r--crates/core/tedge_watchdog/Cargo.toml2
-rw-r--r--crates/core/thin_edge_json/Cargo.toml2
-rw-r--r--crates/tests/mqtt_tests/Cargo.toml2
-rw-r--r--crates/tests/sawtooth_publisher/Cargo.toml2
-rw-r--r--crates/tests/tedge_test_utils/Cargo.toml2
-rw-r--r--plugins/c8y_configuration_plugin/Cargo.toml2
-rw-r--r--plugins/c8y_log_plugin/Cargo.toml2
-rw-r--r--plugins/tedge_apama_plugin/Cargo.toml2
-rw-r--r--plugins/tedge_apt_plugin/Cargo.toml2
-rw-r--r--plugins/tedge_dummy_plugin/Cargo.toml2
29 files changed, 56 insertions, 56 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 74badb8d..cf775c91 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -19,7 +19,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "agent_interface"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"csv",
"download",
@@ -271,7 +271,7 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]
name = "batcher"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"time",
"tokio",
@@ -358,7 +358,7 @@ checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
[[package]]
name = "c8y_api"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"agent_interface",
"anyhow",
@@ -389,7 +389,7 @@ dependencies = [
[[package]]
name = "c8y_configuration_plugin"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"anyhow",
"assert_matches",
@@ -417,7 +417,7 @@ dependencies = [
[[package]]
name = "c8y_log_plugin"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"anyhow",
"assert_matches",
@@ -447,7 +447,7 @@ dependencies = [
[[package]]
name = "c8y_smartrest"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"agent_interface",
"anyhow",
@@ -472,7 +472,7 @@ dependencies = [
[[package]]
name = "c8y_translator"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"anyhow",
"assert-json-diff",
@@ -509,7 +509,7 @@ checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
[[package]]
name = "certificate"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"anyhow",
"assert_matches",
@@ -587,7 +587,7 @@ dependencies = [
[[package]]
name = "clock"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"mockall 0.10.2",
"time",
@@ -874,7 +874,7 @@ checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"
[[package]]
name = "download"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"anyhow",
"backoff",
@@ -1001,7 +1001,7 @@ dependencies = [
[[package]]
name = "flockfile"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"assert_matches",
"nix 0.23.1",
@@ -1474,7 +1474,7 @@ dependencies = [
[[package]]
name = "json-writer"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"anyhow",
"serde_json",
@@ -1515,7 +1515,7 @@ dependencies = [
[[package]]
name = "logged_command"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"anyhow",
"assert_matches",
@@ -1680,7 +1680,7 @@ dependencies = [
[[package]]
name = "mqtt_channel"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"anyhow",
"async-trait",
@@ -1695,7 +1695,7 @@ dependencies = [
[[package]]
name = "mqtt_tests"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"anyhow",
"fastrand",
@@ -2067,7 +2067,7 @@ dependencies = [
[[package]]
name = "plugin_sm"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"agent_interface",
"anyhow",
@@ -2607,7 +2607,7 @@ dependencies = [
[[package]]
name = "sawtooth_publisher"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"async-log",
"env_logger 0.9.0",
@@ -2876,7 +2876,7 @@ dependencies = [
[[package]]
name = "tedge"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"anyhow",
"assert_cmd",
@@ -2909,7 +2909,7 @@ dependencies = [
[[package]]
name = "tedge_agent"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"agent_interface",
"anyhow",
@@ -2940,7 +2940,7 @@ dependencies = [
[[package]]
name = "tedge_apama_plugin"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"clap 3.2.12",
"roxmltree",
@@ -2951,7 +2951,7 @@ dependencies = [
[[package]]
name = "tedge_apt_plugin"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"anyhow",
"clap 3.2.12",
@@ -2967,7 +2967,7 @@ dependencies = [
[[package]]
name = "tedge_config"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"assert_matches",
"certificate",
@@ -2982,7 +2982,7 @@ dependencies = [
[[package]]
name = "tedge_dummy_plugin"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"clap 3.2.12",
"thiserror",
@@ -2990,7 +2990,7 @@ dependencies = [
[[package]]
name = "tedge_mapper"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"agent_interface",
"anyhow",
@@ -3033,7 +3033,7 @@ dependencies = [
[[package]]
name = "tedge_test_utils"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"anyhow",
"tempfile",
@@ -3042,7 +3042,7 @@ dependencies = [
[[package]]
name = "tedge_utils"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"anyhow",
"assert_matches",
@@ -3065,7 +3065,7 @@ dependencies = [
[[package]]
name = "tedge_watchdog"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"anyhow",
"clap 3.2.12",
@@ -3151,7 +3151,7 @@ checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
[[package]]
name = "thin_edge_json"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"anyhow",
"assert_matches",
diff --git a/crates/common/batcher/Cargo.toml b/crates/common/batcher/Cargo.toml
index f71182ab..75ad7cd1 100644
--- a/crates/common/batcher/Cargo.toml
+++ b/crates/common/batcher/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "batcher"
-version = "0.7.2"
+version = "0.7.3"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/common/certificate/Cargo.toml b/crates/common/certificate/Cargo.toml
index dacf2123..9581209e 100644
--- a/crates/common/certificate/Cargo.toml
+++ b/crates/common/certificate/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "certificate"
-version = "0.7.2"
+version = "0.7.3"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/common/clock/Cargo.toml b/crates/common/clock/Cargo.toml
index 6f0db77c..99d3d3d4 100644
--- a/crates/common/clock/Cargo.toml
+++ b/crates/common/clock/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "clock"
-version = "0.7.2"
+version = "0.7.3"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/common/download/Cargo.toml b/crates/common/download/Cargo.toml
index e4977cb5..0c9b0f41 100644
--- a/crates/common/download/Cargo.toml
+++ b/crates/common/download/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "download"
-version = "0.7.2"
+version = "0.7.3"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/common/flockfile/Cargo.toml b/crates/common/flockfile/Cargo.toml
index acfc4245..90b000fe 100644
--- a/crates/common/flockfile/Cargo.toml
+++ b/crates/common/flockfile/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "flockfile"
-version = "0.7.2"
+version = "0.7.3"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/common/json_writer/Cargo.toml b/crates/common/json_writer/Cargo.toml
index 1b6e9d95..84b360df 100644
--- a/crates/common/json_writer/Cargo.toml
+++ b/crates/common/json_writer/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "json-writer"
-version = "0.7.2"
+version = "0.7.3"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/common/logged_command/Cargo.toml b/crates/common/logged_command/Cargo.toml
index e86c0a68..550debb8 100644
--- a/crates/common/logged_command/Cargo.toml
+++ b/crates/common/logged_command/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "logged_command"
-version = "0.7.2"
+version = "0.7.3"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/common/mqtt_channel/Cargo.toml b/crates/common/mqtt_channel/Cargo.toml
index b800e720..22b68aad 100644
--- a/crates/common/mqtt_channel/Cargo.toml
+++ b/crates/common/mqtt_channel/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mqtt_channel"
-version = "0.7.2"
+version = "0.7.3"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/common/tedge_config/Cargo.toml b/crates/common/tedge_config/Cargo.toml
index 71c9df24..8b13c726 100644
--- a/crates/common/tedge_config/Cargo.toml
+++ b/crates/common/tedge_config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_config"
-version = "0.7.2"
+version = "0.7.3"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/common/tedge_utils/Cargo.toml b/crates/common/tedge_utils/Cargo.toml
index d74c1f14..f8903534 100644
--- a/crates/common/tedge_utils/Cargo.toml
+++ b/crates/common/tedge_utils/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_utils"
-version = "0.7.2"
+version = "0.7.3"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/core/agent_interface/Cargo.toml b/crates/core/agent_interface/Cargo.toml
index 0bc6c09e..64d4db54 100644
--- a/crates/core/agent_interface/Cargo.toml
+++ b/crates/core/agent_interface/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "agent_interface"
-version = "0.7.2"
+version = "0.7.3"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/core/c8y_api/Cargo.toml b/crates/core/c8y_api/Cargo.toml
index 0757aa96..8743768b 100644
--- a/crates/core/c8y_api/Cargo.toml
+++ b/crates/core/c8y_api/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "c8y_api"
-version = "0.7.2"
+version = "0.7.3"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/core/c8y_smartrest/Cargo.toml b/crates/core/c8y_smartrest/Cargo.toml
index 01c271b3..0aaf9c37 100644
--- a/crates/core/c8y_smartrest/Cargo.toml
+++ b/crates/core/c8y_smartrest/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "c8y_smartrest"
-version = "0.7.2"
+version = "0.7.3"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/core/c8y_translator/Cargo.toml b/crates/core/c8y_translator/Cargo.toml
index ad391ea0..68280b04 100644
--- a/crates/core/c8y_translator/Cargo.toml
+++ b/crates/core/c8y_translator/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "c8y_translator"
-version = "0.7.2"
+version = "0.7.3"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/core/plugin_sm/Cargo.toml b/crates/core/plugin_sm/Cargo.toml
index 79b777c5..09e5d02c 100644
--- a/crates/core/plugin_sm/Cargo.toml
+++ b/crates/core/plugin_sm/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "plugin_sm"
-version = "0.7.2"
+version = "0.7.3"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/core/tedge/Cargo.toml b/crates/core/tedge/Cargo.toml
index 20043aaa..1dcdcb52 100644
--- a/crates/core/tedge/Cargo.toml
+++ b/crates/core/tedge/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge"
-version = "0.7.2"
+version = "0.7.3"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/core/tedge_agent/Cargo.toml b/crates/core/tedge_agent/Cargo.toml
index 922b5dd5..f1ab0bdb 100644
--- a/crates/core/tedge_agent/Cargo.toml
+++ b/crates/core/tedge_agent/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_agent"
-version = "0.7.2"
+version = "0.7.3"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/core/tedge_mapper/Cargo.toml b/crates/core/tedge_mapper/Cargo.toml
index bb68c8db..99b9f941 100644
--- a/crates/core/tedge_mapper/Cargo.toml
+++ b/crates/core/tedge_mapper/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_mapper"
-version = "0.7.2"
+version = "0.7.3"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/core/tedge_watchdog/Cargo.toml b/crates/core/tedge_watchdog/Cargo.toml
index adf39247..c44baf4c 100644
--- a/crates/core/tedge_watchdog/Cargo.toml
+++ b/crates/core/tedge_watchdog/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_watchdog"
-version = "0.7.2"
+version = "0.7.3"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/core/thin_edge_json/Cargo.toml b/crates/core/thin_edge_json/Cargo.toml
index 5c631268..b8003832 100644
--- a/crates/core/thin_edge_json/Cargo.toml
+++ b/crates/core/thin_edge_json/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "thin_edge_json"
-version = "0.7.2"
+version = "0.7.3"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/tests/mqtt_tests/Cargo.toml b/crates/tests/mqtt_tests/Cargo.toml
index d3cc4f84..989c510b 100644
--- a/crates/tests/mqtt_tests/Cargo.toml
+++ b/crates/tests/mqtt_tests/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mqtt_tests"
-version = "0.7.2"
+version = "0.7.3"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/tests/sawtooth_publisher/Cargo.toml b/crates/tests/sawtooth_publisher/Cargo.toml
index 617e2f91..4a0a3aa3 100644
--- a/crates/tests/sawtooth_publisher/Cargo.toml
+++ b/crates/tests/sawtooth_publisher/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sawtooth_publisher"
-version = "0.7.2"
+version = "0.7.3"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"
diff --git a/crates/tests/tedge_test_utils/Cargo.toml b/crates/tests/tedge_test_utils/Cargo.toml
index 5831811e..669c5095 100644
--- a/crates/tests/tedge_test_utils/Cargo.toml
+++ b/crates/tests/tedge_test_utils/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_test_utils"
-version = "0.7.2"
+version = "0.7.3"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/plugins/c8y_configuration_plugin/Cargo.toml b/plugins/c8y_configuration_plugin/Cargo.toml
index 337801d0..4eb226bd 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.7.2"
+version = "0.7.3"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/plugins/c8y_log_plugin/Cargo.toml b/plugins/c8y_log_plugin/Cargo.toml
index b61f705b..42569086 100644
--- a/plugins/c8y_log_plugin/Cargo.toml
+++ b/plugins/c8y_log_plugin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "c8y_log_plugin"
-version = "0.7.2"
+version = "0.7.3"
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 c4188d71..16014c94 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.7.2"
+version = "0.7.3"
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 631d7a0b..168f64f6 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.7.2"
+version = "0.7.3"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/plugins/tedge_dummy_plugin/Cargo.toml b/plugins/tedge_dummy_plugin/Cargo.toml
index 0b79d58c..def78ce1 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.7.2"
+version = "0.7.3"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"