summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPro <twisted.fall@gmail.com>2024-02-09 21:50:53 +0100
committerPro <twisted.fall@gmail.com>2024-02-09 21:50:53 +0100
commit3fe862d63b4be68f62f8de737c5322ce22ea8dd9 (patch)
treeaf204fc81bd4dc849ea20faf16a4c7e62104c94b /Cargo.toml
parentfbf408b649322c7587dbda34656774a458c2ad46 (diff)
Update nom and iso8601 dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 38a1ec5..b13dc98 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,8 +13,8 @@ repository = "https://git.beyermatthi.as/kairos"
[dependencies]
chrono = "0.4"
-nom = "3"
-iso8601 = "0.2"
+nom = "7"
+iso8601 = "0.6"
thiserror = "1"
filters = { version = "0.4", optional = true }