summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMaxime “pep” Buquet <pep@bouah.net>2022-03-16 08:01:36 +0100
committerMaxime “pep” Buquet <pep@bouah.net>2022-08-21 17:19:58 +0200
commit429c382f608dcf298931ce679e30ae1e6b702c37 (patch)
tree724cb658da3b22479159c6051e99fae211bef362 /Cargo.toml
parent8600e053e447091a16862aa91a58ba216a052c38 (diff)
downloadpoezio-429c382f608dcf298931ce679e30ae1e6b702c37.tar.gz
poezio-429c382f608dcf298931ce679e30ae1e6b702c37.tar.bz2
poezio-429c382f608dcf298931ce679e30ae1e6b702c37.tar.xz
poezio-429c382f608dcf298931ce679e30ae1e6b702c37.zip
roezio: Update nom from 4 to 7.1
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
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 da78abef..fa1271f2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ authors = [
[dependencies]
pyo3 = { version = "0.16", features = ["extension-module"] }
-nom = "4"
+nom = "7.1"
chrono = "0.4"
ncurses = "5"
lazy_static = "1"