summaryrefslogtreecommitdiffstats
path: root/mqtt-tester
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-20 05:12:24 +0000
committerGitHub <noreply@github.com>2023-02-20 05:12:24 +0000
commit7b7758e39494fcad384710e91ce4df71aa3d2321 (patch)
treea3899f16ba4ec65b39d5ba20be40b98846abd37a /mqtt-tester
parent6218dcdb681501f9c691d9f1fbff2889a1eba61a (diff)
Build(deps): Bump clap from 4.1.4 to 4.1.6
Bumps [clap](https://github.com/clap-rs/clap) from 4.1.4 to 4.1.6. - [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/v4.1.4...v4.1.6) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'mqtt-tester')
-rw-r--r--mqtt-tester/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mqtt-tester/Cargo.toml b/mqtt-tester/Cargo.toml
index 07de49a..39bc259 100644
--- a/mqtt-tester/Cargo.toml
+++ b/mqtt-tester/Cargo.toml
@@ -9,7 +9,7 @@ edition = "2021"
ansi_term = "0.12.1"
async-trait = "0.1.64"
bytes = "1.4.0"
-clap = { version = "4.1.4", features = ["derive"] }
+clap = { version = "4.1.6", features = ["derive"] }
futures = "0.3"
miette = { version = "5.1.1", features = ["fancy"] }
mqtt-format = { path = "../mqtt-format", version = "0.5.0" }