summaryrefslogtreecommitdiffstats
path: root/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 /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 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3b9f269..7e8777a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,7 @@ clap = { version = "4.0.32", optional = true, features = ["derive"] }
dashmap = "5.4.0"
futures = "0.3.25"
mqtt-format = { version = "0.2.0", path = "mqtt-format", features = ["yoke"] }
-nom = { version = "7.1.1" }
+nom = { version = "7.1.2" }
thiserror = "1.0.38"
tokio = { version = "1.23.0", default-features = false, features = [
"net",