summaryrefslogtreecommitdiffstats
path: root/mqtt-format/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mqtt-format/Cargo.toml')
-rw-r--r--mqtt-format/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mqtt-format/Cargo.toml b/mqtt-format/Cargo.toml
index 670862e..cf82871 100644
--- a/mqtt-format/Cargo.toml
+++ b/mqtt-format/Cargo.toml
@@ -18,7 +18,7 @@ yoke = ["dep:yoke"]
futures = "0.3.26"
nom = "7.1.3"
nom-supreme = "0.8.0"
-thiserror = "1.0.38"
+thiserror = "1.0.39"
yoke = { version = "0.7.0", features = ["derive"], optional = true }
[dev-dependencies]