diff options
| author | Renovate Bot <[email protected]> | 2024-03-27 12:06:53 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2024-03-27 12:06:53 +0000 |
| commit | 180a6e7f58a7190c6fac57751d63eacb7b9ed063 (patch) | |
| tree | b5fa27f40c5bde619bfd1474f7aac13a524e4a95 | |
| parent | 7e75ac58fc3d3657f659b95924f91ea9d7245dc5 (diff) | |
Update Rust crate chrono to 0.4.37
| -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.35" | 136 | version = "0.4.37" |
| 137 | source = "registry+https://github.com/rust-lang/crates.io-index" | 137 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 138 | checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a" | 138 | checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e" |
| 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.35" | 9 | chrono = "0.4.37" |
| 10 | clap = { version = "4.5.3", features = ["env", "derive"] } | 10 | clap = { version = "4.5.3", features = ["env", "derive"] } |
| 11 | color-eyre = "0.6.3" | 11 | color-eyre = "0.6.3" |
| 12 | cron = "0.12.1" | 12 | cron = "0.12.1" |
