diff options
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
| @@ -226,9 +226,9 @@ checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" | |||
| 226 | 226 | ||
| 227 | [[package]] | 227 | [[package]] |
| 228 | name = "cron" | 228 | name = "cron" |
| 229 | version = "0.12.0" | 229 | version = "0.12.1" |
| 230 | source = "registry+https://github.com/rust-lang/crates.io-index" | 230 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 231 | checksum = "1ff76b51e4c068c52bfd2866e1567bee7c567ae8f24ada09fd4307019e25eab7" | 231 | checksum = "6f8c3e73077b4b4a6ab1ea5047c37c57aee77657bc8ecd6f29b0af082d0b0c07" |
| 232 | dependencies = [ | 232 | dependencies = [ |
| 233 | "chrono", | 233 | "chrono", |
| 234 | "nom", | 234 | "nom", |
| @@ -9,7 +9,7 @@ edition = "2021" | |||
| 9 | chrono = "0.4.34" | 9 | chrono = "0.4.34" |
| 10 | clap = { version = "4.5.0", features = ["env", "derive"] } | 10 | clap = { version = "4.5.0", features = ["env", "derive"] } |
| 11 | color-eyre = "0.6.2" | 11 | color-eyre = "0.6.2" |
| 12 | cron = "0.12.0" | 12 | cron = "0.12.1" |
| 13 | eyre = "0.6.12" | 13 | eyre = "0.6.12" |
| 14 | serde = { version = "1.0.196", features = ["derive"] } | 14 | serde = { version = "1.0.196", features = ["derive"] } |
| 15 | toml = "0.8.10" | 15 | toml = "0.8.10" |
