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 0a67777..1ccc580 100644
--- a/mqtt-format/Cargo.toml
+++ b/mqtt-format/Cargo.toml
@@ -16,7 +16,7 @@ yoke = ["dep:yoke"]
[dependencies]
futures = "0.3.25"
-nom = "7.1.1"
+nom = "7.1.2"
nom-supreme = "0.8.0"
thiserror = "1.0.38"
yoke = { version = "0.6.1", features = ["derive"], optional = true }