aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2024-04-15 10:06:06 +0000
committerRenovate Bot <[email protected]>2024-04-15 10:06:06 +0000
commitb2e986927616a982f4453499d43e3609d6041c83 (patch)
treed3a3a1980c4dac8f7d3062920b5e9c92b820cce4 /Cargo.toml
parentad81894bfd21e2c64c92f97546372a7227af56d2 (diff)
Update Rust crate chrono to 0.4.38
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 0ccfa0e..200f619 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7 7
8[dependencies] 8[dependencies]
9chrono = "0.4.37" 9chrono = "0.4.38"
10clap = { version = "4.5.4", 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"