diff options
| author | Renovate Bot <[email protected]> | 2024-02-08 17:05:38 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2024-02-08 17:05:38 +0000 |
| commit | 553f317d72d2679c52c570da3040249a96a1e9f4 (patch) | |
| tree | 743b7f307b7e017f173831ba2241772effb367ed /Cargo.toml | |
| parent | aad975c36f1e3971f45336cc0b0fefc3fc1b6a41 (diff) | |
Update Rust crate clap to 4.5.0
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -7,7 +7,7 @@ edition = "2021" | |||
| 7 | 7 | ||
| 8 | [dependencies] | 8 | [dependencies] |
| 9 | chrono = "0.4.33" | 9 | chrono = "0.4.33" |
| 10 | clap = { version = "4.4.18", 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" |
| 13 | eyre = "0.6.12" | 13 | eyre = "0.6.12" |
