summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-22 13:42:30 +0000
committerGitHub <noreply@github.com>2022-07-22 13:42:30 +0000
commit4f6968f18e42b9d48662697c1320a25f8a11a4d7 (patch)
treebd1b745579b33fb7ffc996f5452abf59812d02fa
parent8fa35179dfc8ded124c3295b913a468ffb4f6588 (diff)
Bump clap from 3.2.12 to 3.2.14
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.12 to 3.2.14. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.2.12...v3.2.14) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock22
-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--plugins/c8y_configuration_plugin/Cargo.toml2
-rw-r--r--plugins/c8y_log_plugin/Cargo.toml2
6 files changed, 16 insertions, 16 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7d7fce58..eacd250a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -395,7 +395,7 @@ dependencies = [
"assert_matches",
"c8y_api",
"c8y_smartrest",
- "clap 3.2.12",
+ "clap 3.2.14",
"csv",
"download",
"mockall",
@@ -423,7 +423,7 @@ dependencies = [
"assert_matches",
"c8y_api",
"c8y_smartrest",
- "clap 3.2.12",
+ "clap 3.2.14",
"csv",
"easy_reader",
"filetime",
@@ -548,9 +548,9 @@ dependencies = [
[[package]]
name = "clap"
-version = "3.2.12"
+version = "3.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ab8b79fe3946ceb4a0b1c080b4018992b8d27e9ff363644c1c9b6387c854614d"
+checksum = "54635806b078b7925d6e36810b1755f2a4b5b4d57560432c1ecf60bcbe10602b"
dependencies = [
"atty",
"bitflags",
@@ -2822,7 +2822,7 @@ dependencies = [
"assert_matches",
"base64",
"certificate",
- "clap 3.2.12",
+ "clap 3.2.14",
"hyper",
"mockito",
"mqtt_tests",
@@ -2855,7 +2855,7 @@ dependencies = [
"assert-json-diff",
"assert_cmd",
"async-trait",
- "clap 3.2.12",
+ "clap 3.2.14",
"flockfile",
"futures",
"mqtt_channel",
@@ -2881,7 +2881,7 @@ dependencies = [
name = "tedge_apama_plugin"
version = "0.7.3"
dependencies = [
- "clap 3.2.12",
+ "clap 3.2.14",
"roxmltree",
"tedge_test_utils",
"thiserror",
@@ -2893,7 +2893,7 @@ name = "tedge_apt_plugin"
version = "0.7.3"
dependencies = [
"anyhow",
- "clap 3.2.12",
+ "clap 3.2.14",
"csv",
"hamcrest2",
"reqwest",
@@ -2923,7 +2923,7 @@ dependencies = [
name = "tedge_dummy_plugin"
version = "0.7.3"
dependencies = [
- "clap 3.2.12",
+ "clap 3.2.14",
"thiserror",
]
@@ -2940,7 +2940,7 @@ dependencies = [
"c8y_api",
"c8y_smartrest",
"c8y_translator",
- "clap 3.2.12",
+ "clap 3.2.14",
"clock",
"csv",
"download",
@@ -3007,7 +3007,7 @@ name = "tedge_watchdog"
version = "0.7.3"
dependencies = [
"anyhow",
- "clap 3.2.12",
+ "clap 3.2.14",
"freedesktop_entry_parser",
"futures",
"mqtt_channel",
diff --git a/crates/core/tedge_agent/Cargo.toml b/crates/core/tedge_agent/Cargo.toml
index f1ab0bdb..5b40aa28 100644
--- a/crates/core/tedge_agent/Cargo.toml
+++ b/crates/core/tedge_agent/Cargo.toml
@@ -25,7 +25,7 @@ stop-on-upgrade = false
agent_interface = { path = "../agent_interface" }
anyhow = "1.0"
async-trait = "0.1"
-clap = { version = "3.0", features = ["cargo", "derive"] }
+clap = { version = "3.2", features = ["cargo", "derive"] }
flockfile = { path = "../../common/flockfile" }
futures = "0.3"
mqtt_channel = { path = "../../common/mqtt_channel" }
diff --git a/crates/core/tedge_mapper/Cargo.toml b/crates/core/tedge_mapper/Cargo.toml
index 99b9f941..6f32e9b7 100644
--- a/crates/core/tedge_mapper/Cargo.toml
+++ b/crates/core/tedge_mapper/Cargo.toml
@@ -45,7 +45,7 @@ plugin_sm = { path = "../plugin_sm" }
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
-clap = { version = "3.0", features = ["cargo", "derive"] }
+clap = { version = "3.2", features = ["cargo", "derive"] }
tedge_config = { path = "../../common/tedge_config" }
tedge_utils = { path = "../../common/tedge_utils", features = ["logging"] }
thin_edge_json = { path = "../thin_edge_json" }
diff --git a/crates/core/tedge_watchdog/Cargo.toml b/crates/core/tedge_watchdog/Cargo.toml
index c44baf4c..e79bbccb 100644
--- a/crates/core/tedge_watchdog/Cargo.toml
+++ b/crates/core/tedge_watchdog/Cargo.toml
@@ -18,7 +18,7 @@ assets = [
[dependencies]
anyhow = "1.0"
-clap = { version = "3.0", features = ["cargo", "derive"] }
+clap = { version = "3.2", features = ["cargo", "derive"] }
futures = "0.3.21"
mqtt_channel = { path = "../../common/mqtt_channel" }
nanoid = "0.4.0"
diff --git a/plugins/c8y_configuration_plugin/Cargo.toml b/plugins/c8y_configuration_plugin/Cargo.toml
index 4eb226bd..5910558f 100644
--- a/plugins/c8y_configuration_plugin/Cargo.toml
+++ b/plugins/c8y_configuration_plugin/Cargo.toml
@@ -18,7 +18,7 @@ assets = [
anyhow = "1.0"
c8y_api = { path = "../../crates/core/c8y_api" }
c8y_smartrest = { path = "../../crates/core/c8y_smartrest" }
-clap = { version = "3.0", features = ["cargo", "derive"] }
+clap = { version = "3.2", features = ["cargo", "derive"] }
csv = "1.1"
download = { path = "../../crates/common/download" }
mqtt_channel = { path = "../../crates/common/mqtt_channel" }
diff --git a/plugins/c8y_log_plugin/Cargo.toml b/plugins/c8y_log_plugin/Cargo.toml
index 42569086..fc3d3209 100644
--- a/plugins/c8y_log_plugin/Cargo.toml
+++ b/plugins/c8y_log_plugin/Cargo.toml
@@ -19,7 +19,7 @@ assets = [
anyhow = "1.0"
c8y_api = { path = "../../crates/core/c8y_api" }
c8y_smartrest = { path = "../../crates/core/c8y_smartrest" }
-clap = { version = "3.0", features = ["cargo", "derive"] }
+clap = { version = "3.2", features = ["cargo", "derive"] }
csv = "1.1"
easy_reader = "0.5"
glob = "0.3"