aboutsummaryrefslogtreecommitdiff
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
parentad81894bfd21e2c64c92f97546372a7227af56d2 (diff)
Update Rust crate chrono to 0.4.38
-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 3dcefd0..e9eba13 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.37" 136version = "0.4.38"
137source = "registry+https://github.com/rust-lang/crates.io-index" 137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e" 138checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
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 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"