summaryrefslogtreecommitdiffstats
path: root/mqtt-tester
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-09 04:14:18 +0000
committerGitHub <noreply@github.com>2023-01-09 04:14:18 +0000
commit0c9896ab5a2065f09667959e1c21b1ad28755bb9 (patch)
treeb396ec7e83cc02acab7100e8dcd24afd8fa4761d /mqtt-tester
parent3e982eca010844f5ff4e33508769a967e55d5bf2 (diff)
Bump textwrap from 0.15.2 to 0.16.0
Bumps [textwrap](https://github.com/mgeisler/textwrap) from 0.15.2 to 0.16.0. - [Release notes](https://github.com/mgeisler/textwrap/releases) - [Changelog](https://github.com/mgeisler/textwrap/blob/master/CHANGELOG.md) - [Commits](https://github.com/mgeisler/textwrap/compare/0.15.2...0.16.0) --- updated-dependencies: - dependency-name: textwrap dependency-type: direct:production update-type: version-update:semver-minor ... 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 8578971..52b5a7d 100644
--- a/mqtt-tester/Cargo.toml
+++ b/mqtt-tester/Cargo.toml
@@ -13,5 +13,5 @@ futures = "0.3"
miette = { version = "5.1.1", features = ["fancy"] }
mqtt-format = { path = "../mqtt-format", version = "0.4.0" }
nom = { version = "7.1.2" }
-textwrap = "0.15.0"
+textwrap = "0.16.0"
tokio = { version = "1.20", features = ["macros", "process", "rt", "rt-multi-thread", "io-util", "time"] }