aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2024-03-27 12:06:53 +0000
committerRenovate Bot <[email protected]>2024-03-27 12:06:53 +0000
commit180a6e7f58a7190c6fac57751d63eacb7b9ed063 (patch)
treeb5fa27f40c5bde619bfd1474f7aac13a524e4a95
parent7e75ac58fc3d3657f659b95924f91ea9d7245dc5 (diff)
Update Rust crate chrono to 0.4.37
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4d559aa..5d6a5ac 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -133,9 +133,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
133 133
134[[package]] 134[[package]]
135name = "chrono" 135name = "chrono"
136version = "0.4.35" 136version = "0.4.37"
137source = "registry+https://github.com/rust-lang/crates.io-index" 137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a" 138checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e"
139dependencies = [ 139dependencies = [
140 "android-tzdata", 140 "android-tzdata",
141 "iana-time-zone", 141 "iana-time-zone",
diff --git a/Cargo.toml b/Cargo.toml
index 36c3055..6c96902 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.35" 9chrono = "0.4.37"
10clap = { version = "4.5.3", features = ["env", "derive"] } 10clap = { version = "4.5.3", features = ["env", "derive"] }
11color-eyre = "0.6.3" 11color-eyre = "0.6.3"
12cron = "0.12.1" 12cron = "0.12.1"