diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2025-01-01 21:02:33 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2025-01-01 21:02:33 +0100 |
commit | 4fd3607bb9c0c1fa9c476860d44424c89150b2f6 (patch) | |
tree | d98c9c005f44dd6cd7eb42be3936e4bd94366038 /Cargo.toml | |
parent | b47f2bf0004a063fb8112fbfd0b27193c79b28e3 (diff) | |
download | icaltool-4fd3607bb9c0c1fa9c476860d44424c89150b2f6.tar.gz icaltool-4fd3607bb9c0c1fa9c476860d44424c89150b2f6.tar.bz2 icaltool-4fd3607bb9c0c1fa9c476860d44424c89150b2f6.zip |
Update dependencies.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,5 +6,5 @@ edition = "2018" [dependencies] chrono = "0.4.6" -ical = "0.5.0" +ical = "0.7.0" regex = "1.1.0" |