summaryrefslogtreecommitdiffstats
path: root/mqtt-tester
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-25 09:02:45 +0000
committerGitHub <noreply@github.com>2024-03-25 09:02:45 +0000
commit7879090a57df31697781739e949faa63eb321369 (patch)
tree3db15afecca812de1f6dd926d531c537dd077662 /mqtt-tester
parentd9517965f7057f4930b861ed29eb5e66515a7248 (diff)
Bump miette from 5.10.0 to 7.2.0
Bumps [miette](https://github.com/zkat/miette) from 5.10.0 to 7.2.0. - [Release notes](https://github.com/zkat/miette/releases) - [Changelog](https://github.com/zkat/miette/blob/main/CHANGELOG.md) - [Commits](https://github.com/zkat/miette/compare/miette-derive-v5.10.0...miette-derive-v7.2.0) --- updated-dependencies: - dependency-name: miette dependency-type: direct:production update-type: version-update:semver-major ... 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 0a3f0a7..8d4ab31 100644
--- a/mqtt-tester/Cargo.toml
+++ b/mqtt-tester/Cargo.toml
@@ -11,7 +11,7 @@ async-trait = "0.1.68"
bytes = "1.4.0"
clap = { version = "4.2.1", features = ["derive"] }
futures = "0.3"
-miette = { version = "5.7.0", features = ["fancy"] }
+miette = { version = "7.2.0", features = ["fancy"] }
mqtt-format = { path = "../mqtt-format", version = "0.5.0" }
nom = { version = "7.1.3" }
textwrap = "0.16.0"