aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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 6c96902..0ccfa0e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"
7 7
8[dependencies] 8[dependencies]
9chrono = "0.4.37" 9chrono = "0.4.37"
10clap = { version = "4.5.3", features = ["env", "derive"] } 10clap = { version = "4.5.4", features = ["env", "derive"] }
11color-eyre = "0.6.3" 11color-eyre = "0.6.3"
12cron = "0.12.1" 12cron = "0.12.1"
13eyre = "0.6.12" 13eyre = "0.6.12"