summaryrefslogtreecommitdiffstats
path: root/mqtt-format/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-01-02 07:21:56 +0000
committerGitHub <noreply@github.com>2023-01-02 07:21:56 +0000
commitb24ddcf0edffd8699c1426b655a20a1f9ff3c93a (patch)
tree1ff8e0ae8327ce217e8cca3f02ad60925e626b79 /mqtt-format/Cargo.toml
parent388ff139c9551e1b8b077fcdcf72a09fff4e525b (diff)
parent85e2746813fae17c5deb7188cd2385d18779b768 (diff)
Merge #92
92: Bump nom from 7.1.1 to 7.1.2 r=TheNeikos a=dependabot[bot] Bumps [nom](https://github.com/Geal/nom) from 7.1.1 to 7.1.2. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 }