summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVersioneer <info@thin-edge.io>2022-09-14 10:00:15 +0000
committerVersioneer <info@thin-edge.io>2022-09-14 10:00:15 +0000
commitd4023b31a6d13d2c4391215239c060069fa2cb6c (patch)
tree65dc713a01675cb1bf38841403f21b19b705d42c
parent7c00d72a042071a7d0aaafa26ec9c267d3724704 (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 e55d6429..4270664b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -19,7 +19,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "agent_interface"
-version = "0.7.4"
+version = "0.7.5"
dependencies = [
"csv",
"download",
@@ -271,7 +271,7 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]
name = "batcher"
-version = "0.7.4"
+version = "0.7.5"
dependencies = [
"time",
"tokio",
@@ -358,7 +358,7 @@ checksum = "f0b3de4a0c5e67e16066a0715723abd91edc2f9001d09c46e1dca929351e130e"
[[package]]
name = "c8y_api"
-version = "0.7.4"
+version = "0.7.5"
dependencies = [
"agent_interface",
"anyhow",
@@ -389,7 +389,7 @@ dependencies = [
[[package]]
name = "c8y_configuration_plugin"
-version = "0.7.4"
+version = "0.7.5"
dependencies = [
"anyhow",
"assert_matches",
@@ -418,7 +418,7 @@ dependencies = [
[[package]]
name = "c8y_log_plugin"
-version = "0.7.4"
+version = "0.7.5"
dependencies = [
"anyhow",
"assert_matches",
@@ -448,7 +448,7 @@ dependencies = [
[[package]]
name = "c8y_smartrest"
-version = "0.7.4"
+version = "0.7.5"
dependencies = [
"agent_interface",
"anyhow",
@@ -473,7 +473,7 @@ dependencies = [
[[package]]
name = "c8y_translator"
-version = "0.7.4"
+version = "0.7.5"
dependencies = [
"anyhow",
"assert-json-diff",
@@ -510,7 +510,7 @@ checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
[[package]]
name = "certificate"
-version = "0.7.4"
+version = "0.7.5"
dependencies = [
"anyhow",
"assert_matches",
@@ -591,7 +591,7 @@ dependencies = [
[[package]]
name = "clock"
-version = "0.7.4"
+version = "0.7.5"
dependencies = [
"mockall",
"time",
@@ -866,7 +866,7 @@ checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"
[[package]]
name = "download"
-version = "0.7.4"
+version = "0.7.5"
dependencies = [
"anyhow",
"backoff",
@@ -984,7 +984,7 @@ dependencies = [
[[package]]
name = "flockfile"
-version = "0.7.4"
+version = "0.7.5"
dependencies = [
"assert_matches",
"nix",
@@ -1457,7 +1457,7 @@ dependencies = [
[[package]]
name = "json-writer"
-version = "0.7.4"
+version = "0.7.5"
dependencies = [
"anyhow",
"serde_json",
@@ -1498,7 +1498,7 @@ dependencies = [
[[package]]
name = "logged_command"
-version = "0.7.4"
+version = "0.7.5"
dependencies = [
"anyhow",
"assert_matches",
@@ -1636,7 +1636,7 @@ dependencies = [
[[package]]
name = "mqtt_channel"
-version = "0.7.4"
+version = "0.7.5"
dependencies = [
"anyhow",
"async-trait",
@@ -1651,7 +1651,7 @@ dependencies = [
[[package]]
name = "mqtt_tests"
-version = "0.7.4"
+version = "0.7.5"
dependencies = [
"anyhow",
"fastrand",
@@ -1984,7 +1984,7 @@ dependencies = [
[[package]]
name = "plugin_sm"
-version = "0.7.4"
+version = "0.7.5"
dependencies = [
"agent_interface",
"anyhow",
@@ -2503,7 +2503,7 @@ dependencies = [
[[package]]
name = "sawtooth_publisher"
-version = "0.7.4"
+version = "0.7.5"
dependencies = [
"async-log",
"env_logger 0.9.0",
@@ -2777,7 +2777,7 @@ dependencies = [
[[package]]
name = "tedge"
-version = "0.7.4"
+version = "0.7.5"
dependencies = [
"anyhow",
"assert_cmd",
@@ -2808,7 +2808,7 @@ dependencies = [
[[package]]
name = "tedge_agent"
-version = "0.7.4"
+version = "0.7.5"
dependencies = [
"agent_interface",
"anyhow",
@@ -2840,7 +2840,7 @@ dependencies = [
[[package]]
name = "tedge_apama_plugin"
-version = "0.7.4"
+version = "0.7.5"
dependencies = [
"clap 3.2.14",
"roxmltree",
@@ -2851,7 +2851,7 @@ dependencies = [
[[package]]
name = "tedge_apt_plugin"
-version = "0.7.4"
+version = "0.7.5"
dependencies = [
"anyhow",
"clap 3.2.14",
@@ -2867,7 +2867,7 @@ dependencies = [
[[package]]
name = "tedge_config"
-version = "0.7.4"
+version = "0.7.5"
dependencies = [
"assert_matches",
"certificate",
@@ -2882,7 +2882,7 @@ dependencies = [
[[package]]
name = "tedge_dummy_plugin"
-version = "0.7.4"
+version = "0.7.5"
dependencies = [
"clap 3.2.14",
"thiserror",
@@ -2890,7 +2890,7 @@ dependencies = [
[[package]]
name = "tedge_mapper"
-version = "0.7.4"
+version = "0.7.5"
dependencies = [
"agent_interface",
"anyhow",
@@ -2933,7 +2933,7 @@ dependencies = [
[[package]]
name = "tedge_test_utils"
-version = "0.7.4"
+version = "0.7.5"
dependencies = [
"anyhow",
"tempfile",
@@ -2942,7 +2942,7 @@ dependencies = [
[[package]]
name = "tedge_utils"
-version = "0.7.4"
+version = "0.7.5"
dependencies = [
"assert_matches",
"async-stream",
@@ -2964,7 +2964,7 @@ dependencies = [
[[package]]
name = "tedge_watchdog"
-version = "0.7.4"
+version = "0.7.5"
dependencies = [
"anyhow",
"clap 3.2.14",
@@ -3050,7 +3050,7 @@ checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
[[package]]
name = "thin_edge_json"
-version = "0.7.4"
+version = "0.7.5"
dependencies = [
"anyhow",
"assert_matches",
diff --git a/crates/common/batcher/Cargo.toml b/crates/common/batcher/Cargo.toml
index 94fced44..4ce627a3 100644
--- a/crates/common/batcher/Cargo.toml
+++ b/crates/common/batcher/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "batcher"
-version = "0.7.4"
+version = "0.7.5"
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 d06f3c2b..c4d0d2f2 100644
--- a/crates/common/certificate/Cargo.toml
+++ b/crates/common/certificate/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "certificate"
-version = "0.7.4"
+version = "0.7.5"
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 8bbf6eb0..fdee7c89 100644
--- a/crates/common/clock/Cargo.toml
+++ b/crates/common/clock/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "clock"
-version = "0.7.4"
+version = "0.7.5"
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 2145f716..f1df6e04 100644
--- a/crates/common/download/Cargo.toml
+++ b/crates/common/download/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "download"
-version = "0.7.4"
+version = "0.7.5"
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 deec952e..a8b0a0d7 100644
--- a/crates/common/flockfile/Cargo.toml
+++ b/crates/common/flockfile/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "flockfile"
-version = "0.7.4"
+version = "0.7.5"
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 f5e00d94..c2769222 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.4"
+version = "0.7.5"
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 41c651d1..6c3ded94 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.4"
+version = "0.7.5"
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 87117c74..15d70da9 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.4"
+version = "0.7.5"
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 dae900eb..159ab362 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.4"
+version = "0.7.5"
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 f860c7b2..d4628625 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.4"
+version = "0.7.5"
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 91d69b49..331fdb54 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.4"
+version = "0.7.5"
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 dc1f1ac2..7b15352b 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.4"
+version = "0.7.5"
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 6b10f5a9..e7663330 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.4"
+version = "0.7.5"
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 1c83cab8..52e3293c 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.4"
+version = "0.7.5"
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 14bba627..1c7d65a7 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.4"
+version = "0.7.5"
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 495aa091..9d978451 100644
--- a/crates/core/tedge/Cargo.toml
+++ b/crates/core/tedge/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge"
-version = "0.7.4"
+version = "0.7.5"
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 55097eca..dfe8331f 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.4"
+version = "0.7.5"
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 a1d2dd65..b803686d 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.4"
+version = "0.7.5"
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 6648c9f4..8dbfa785 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.4"
+version = "0.7.5"
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 35b0a872..cab44e83 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.4"
+version = "0.7.5"
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 7dde2b65..628f8dbe 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.4"
+version = "0.7.5"
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 4493625e..1cae12d7 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.4"
+version = "0.7.5"
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 af759889..ccb47f66 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.4"
+version = "0.7.5"
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 3d72f7f4..c3bf652a 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.4"
+version = "0.7.5"
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 73a50f48..b179a3f8 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.4"
+version = "0.7.5"
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 3bd37b2b..0a2af3e0 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.4"
+version = "0.7.5"
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 99acbc0a..bd7b6de1 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.4"
+version = "0.7.5"
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 7dc38715..7f36230f 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.4"
+version = "0.7.5"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"