summaryrefslogtreecommitdiffstats
path: root/mqtt-tester/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mqtt-tester/Cargo.toml')
-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 a2612d5..d50125f 100644
--- a/mqtt-tester/Cargo.toml
+++ b/mqtt-tester/Cargo.toml
@@ -11,7 +11,7 @@ async-trait = "0.1.66"
bytes = "1.4.0"
clap = { version = "4.1.8", features = ["derive"] }
futures = "0.3"
-miette = { version = "5.1.1", features = ["fancy"] }
+miette = { version = "5.6.0", features = ["fancy"] }
mqtt-format = { path = "../mqtt-format", version = "0.5.0" }
nom = { version = "7.1.3" }
textwrap = "0.16.0"