summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRina Fujino <18257209+rina23q@users.noreply.github.com>2022-05-23 09:42:43 +0200
committerGitHub <noreply@github.com>2022-05-23 09:42:43 +0200
commitb770ec83dd4a38d72b94c4b37a6af6774ce9c836 (patch)
tree9fa4c91b2c0faaca773da9619dc5b28ebe5bca26
parent30efb357aca2f6fd446336713629ab1d6f0d38dc (diff)
(cargo release) bump version 0.7.0 (#1154)
-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_users/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--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 d18f31a3..a6878398 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -19,7 +19,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "agent_interface"
-version = "0.6.4"
+version = "0.7.0"
dependencies = [
"csv",
"download",
@@ -271,7 +271,7 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]
name = "batcher"
-version = "0.6.4"
+version = "0.7.0"
dependencies = [
"time",
"tokio",
@@ -358,7 +358,7 @@ checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
[[package]]
name = "c8y_api"
-version = "0.6.4"
+version = "0.7.0"
dependencies = [
"agent_interface",
"anyhow",
@@ -389,7 +389,7 @@ dependencies = [
[[package]]
name = "c8y_configuration_plugin"
-version = "0.6.4"
+version = "0.7.0"
dependencies = [
"anyhow",
"assert_matches",
@@ -417,7 +417,7 @@ dependencies = [
[[package]]
name = "c8y_log_plugin"
-version = "0.6.4"
+version = "0.7.0"
dependencies = [
"anyhow",
"assert_matches",
@@ -446,7 +446,7 @@ dependencies = [
[[package]]
name = "c8y_smartrest"
-version = "0.6.4"
+version = "0.7.0"
dependencies = [
"agent_interface",
"anyhow",
@@ -470,7 +470,7 @@ dependencies = [
[[package]]
name = "c8y_translator"
-version = "0.6.4"
+version = "0.7.0"
dependencies = [
"anyhow",
"assert-json-diff",
@@ -510,7 +510,7 @@ checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
[[package]]
name = "certificate"
-version = "0.6.4"
+version = "0.7.0"
dependencies = [
"anyhow",
"assert_matches",
@@ -588,7 +588,7 @@ dependencies = [
[[package]]
name = "clock"
-version = "0.6.4"
+version = "0.7.0"
dependencies = [
"mockall 0.10.2",
"time",
@@ -875,7 +875,7 @@ checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"
[[package]]
name = "download"
-version = "0.6.4"
+version = "0.7.0"
dependencies = [
"anyhow",
"backoff",
@@ -993,7 +993,7 @@ dependencies = [
[[package]]
name = "flockfile"
-version = "0.6.4"
+version = "0.7.0"
dependencies = [
"assert_matches",
"nix",
@@ -1466,7 +1466,7 @@ dependencies = [
[[package]]
name = "json-writer"
-version = "0.6.4"
+version = "0.7.0"
dependencies = [
"anyhow",
"serde_json",
@@ -1507,7 +1507,7 @@ dependencies = [
[[package]]
name = "logged_command"
-version = "0.6.4"
+version = "0.7.0"
dependencies = [
"anyhow",
"assert_matches",
@@ -1668,7 +1668,7 @@ dependencies = [
[[package]]
name = "mqtt_channel"
-version = "0.6.4"
+version = "0.7.0"
dependencies = [
"anyhow",
"async-trait",
@@ -1683,7 +1683,7 @@ dependencies = [
[[package]]
name = "mqtt_tests"
-version = "0.6.4"
+version = "0.7.0"
dependencies = [
"anyhow",
"fastrand",
@@ -2043,7 +2043,7 @@ dependencies = [
[[package]]
name = "plugin_sm"
-version = "0.6.4"
+version = "0.7.0"
dependencies = [
"agent_interface",
"anyhow",
@@ -2592,7 +2592,7 @@ dependencies = [
[[package]]
name = "sawtooth_publisher"
-version = "0.6.4"
+version = "0.7.0"
dependencies = [
"async-log",
"env_logger 0.9.0",
@@ -2854,7 +2854,7 @@ dependencies = [
[[package]]
name = "tedge"
-version = "0.6.4"
+version = "0.7.0"
dependencies = [
"anyhow",
"assert_cmd",
@@ -2887,7 +2887,7 @@ dependencies = [
[[package]]
name = "tedge_agent"
-version = "0.6.4"
+version = "0.7.0"
dependencies = [
"agent_interface",
"anyhow",
@@ -2920,7 +2920,7 @@ dependencies = [
[[package]]
name = "tedge_apama_plugin"
-version = "0.6.4"
+version = "0.7.0"
dependencies = [
"clap 3.1.18",
"roxmltree",
@@ -2931,7 +2931,7 @@ dependencies = [
[[package]]
name = "tedge_apt_plugin"
-version = "0.6.4"
+version = "0.7.0"
dependencies = [
"anyhow",
"clap 3.1.18",
@@ -2947,7 +2947,7 @@ dependencies = [
[[package]]
name = "tedge_config"
-version = "0.6.4"
+version = "0.7.0"
dependencies = [
"assert_matches",
"certificate",
@@ -2962,7 +2962,7 @@ dependencies = [
[[package]]
name = "tedge_dummy_plugin"
-version = "0.6.4"
+version = "0.7.0"
dependencies = [
"clap 3.1.18",
"thiserror",
@@ -2970,7 +2970,7 @@ dependencies = [
[[package]]
name = "tedge_mapper"
-version = "0.6.4"
+version = "0.7.0"
dependencies = [
"agent_interface",
"anyhow",
@@ -3013,7 +3013,7 @@ dependencies = [
[[package]]
name = "tedge_users"
-version = "0.6.4"
+version = "0.7.0"
dependencies = [
"thiserror",
"users",
@@ -3021,7 +3021,7 @@ dependencies = [
[[package]]
name = "tedge_utils"
-version = "0.6.4"
+version = "0.7.0"
dependencies = [
"anyhow",
"assert_matches",
@@ -3038,7 +3038,7 @@ dependencies = [
[[package]]
name = "tedge_watchdog"
-version = "0.6.4"
+version = "0.7.0"
dependencies = [
"anyhow",
"clap 3.1.18",
@@ -3114,7 +3114,7 @@ checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
[[package]]
name = "thin_edge_json"
-version = "0.6.4"
+version = "0.7.0"
dependencies = [
"anyhow",
"assert_matches",
diff --git a/crates/common/batcher/Cargo.toml b/crates/common/batcher/Cargo.toml
index 80b6004c..85978bca 100644
--- a/crates/common/batcher/Cargo.toml
+++ b/crates/common/batcher/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "batcher"
-version = "0.6.4"
+version = "0.7.0"
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 175f4ff2..f3266e5b 100644
--- a/crates/common/certificate/Cargo.toml
+++ b/crates/common/certificate/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "certificate"
-version = "0.6.4"
+version = "0.7.0"
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 bf2db2d8..68f679a1 100644
--- a/crates/common/clock/Cargo.toml
+++ b/crates/common/clock/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "clock"
-version = "0.6.4"
+version = "0.7.0"
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 7443418b..96052104 100644
--- a/crates/common/download/Cargo.toml
+++ b/crates/common/download/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "download"
-version = "0.6.4"
+version = "0.7.0"
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 96017c29..25914f2e 100644
--- a/crates/common/flockfile/Cargo.toml
+++ b/crates/common/flockfile/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "flockfile"
-version = "0.6.4"
+version = "0.7.0"
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 7b275c23..79e07148 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.6.4"
+version = "0.7.0"
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 ca0f4391..96a31c1a 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.6.4"
+version = "0.7.0"
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 cfa73363..eae1290e 100644
--- a/crates/common/mqtt_channel/Cargo.toml
+++ b/crates/common/mqtt_channel/Cargo.toml
@@ -3,7 +3,7 @@ name = "mqtt_channel"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
-version = "0.6.4"
+version = "0.7.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/crates/common/tedge_config/Cargo.toml b/crates/common/tedge_config/Cargo.toml
index c0367abe..8fc31075 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.6.4"
+version = "0.7.0"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/common/tedge_users/Cargo.toml b/crates/common/tedge_users/Cargo.toml
index e5e58f2e..d5aa3223 100644
--- a/crates/common/tedge_users/Cargo.toml
+++ b/crates/common/tedge_users/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_users"
-version = "0.6.4"
+version = "0.7.0"
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 95329275..cd798eaf 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.6.4"
+version = "0.7.0"
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 74d43dab..923c303b 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.6.4"
+version = "0.7.0"
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 b97a60dc..d2377a98 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.6.4"
+version = "0.7.0"
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 2803c8cb..78d7a9bf 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.6.4"
+version = "0.7.0"
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 2f7c2d2f..ed255f00 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.6.4"
+version = "0.7.0"
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 f8393219..83acc414 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.6.4"
+version = "0.7.0"
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 177e61d0..b2778458 100644
--- a/crates/core/tedge/Cargo.toml
+++ b/crates/core/tedge/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge"
-version = "0.6.4"
+version = "0.7.0"
edition = "2021"
rust-version = "1.58.1"
authors = ["thin-edge.io team <info@thin-edge.io>"]
diff --git a/crates/core/tedge_agent/Cargo.toml b/crates/core/tedge_agent/Cargo.toml
index 0e9a1a11..6a001bf9 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.6.4"
+version = "0.7.0"
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 b7561fb3..cb7c1c3d 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.6.4"
+version = "0.7.0"
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 73d3e659..7374eb5c 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.6.4"
+version = "0.7.0"
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 d2831614..d94c1341 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.6.4"
+version = "0.7.0"
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 1456aff0..16d995ee 100644
--- a/crates/tests/mqtt_tests/Cargo.toml
+++ b/crates/tests/mqtt_tests/Cargo.toml
@@ -2,7 +2,7 @@
name = "mqtt_tests"
edition = "2021"
rust-version = "1.58.1"
-version = "0.6.4"
+version = "0.7.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/crates/tests/sawtooth_publisher/Cargo.toml b/crates/tests/sawtooth_publisher/Cargo.toml
index 8c9da83f..48e0594e 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.6.4"
+version = "0.7.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/plugins/c8y_configuration_plugin/Cargo.toml b/plugins/c8y_configuration_plugin/Cargo.toml
index a36221fe..9de81a8b 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.4"
+version = "0.7.0"
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 ab98265d..54b202c4 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.6.4"
+version = "0.7.0"
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 4ee39d2a..81604d87 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.4"
+version = "0.7.0"
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 041443d8..50fca0cd 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.4"
+version = "0.7.0"
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 8fabfa37..fd9c88a2 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.4"
+version = "0.7.0"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"