aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2024-02-11 06:05:23 +0000
committerRenovate Bot <[email protected]>2024-02-11 06:05:23 +0000
commit3ce4a597cf5c0047bfb6245274bd879cefc4eeb1 (patch)
treea4f8991b6859fdeacc732b6b1ad85d78165af05c
parent553f317d72d2679c52c570da3040249a96a1e9f4 (diff)
Update Rust crate chrono to 0.4.34
-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 2bbca25..d9ecf18 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.33" 136version = "0.4.34"
137source = "registry+https://github.com/rust-lang/crates.io-index" 137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "9f13690e35a5e4ace198e7beea2895d29f3a9cc55015fcebe6336bd2010af9eb" 138checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b"
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 e8b6c59..53b4189 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.33" 9chrono = "0.4.34"
10clap = { version = "4.5.0", features = ["env", "derive"] } 10clap = { version = "4.5.0", features = ["env", "derive"] }
11color-eyre = "0.6.2" 11color-eyre = "0.6.2"
12cron = "0.12.0" 12cron = "0.12.0"