diff options
| author | Renovate Bot <[email protected]> | 2024-02-11 06:05:23 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2024-02-11 06:05:23 +0000 |
| commit | 3ce4a597cf5c0047bfb6245274bd879cefc4eeb1 (patch) | |
| tree | a4f8991b6859fdeacc732b6b1ad85d78165af05c | |
| parent | 553f317d72d2679c52c570da3040249a96a1e9f4 (diff) | |
Update Rust crate chrono to 0.4.34
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
| @@ -133,9 +133,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | |||
| 133 | 133 | ||
| 134 | [[package]] | 134 | [[package]] |
| 135 | name = "chrono" | 135 | name = "chrono" |
| 136 | version = "0.4.33" | 136 | version = "0.4.34" |
| 137 | source = "registry+https://github.com/rust-lang/crates.io-index" | 137 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 138 | checksum = "9f13690e35a5e4ace198e7beea2895d29f3a9cc55015fcebe6336bd2010af9eb" | 138 | checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b" |
| 139 | dependencies = [ | 139 | dependencies = [ |
| 140 | "android-tzdata", | 140 | "android-tzdata", |
| 141 | "iana-time-zone", | 141 | "iana-time-zone", |
| @@ -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] |
| 9 | chrono = "0.4.33" | 9 | chrono = "0.4.34" |
| 10 | clap = { version = "4.5.0", features = ["env", "derive"] } | 10 | clap = { version = "4.5.0", features = ["env", "derive"] } |
| 11 | color-eyre = "0.6.2" | 11 | color-eyre = "0.6.2" |
| 12 | cron = "0.12.0" | 12 | cron = "0.12.0" |
