diff options
| author | Renovate Bot <[email protected]> | 2024-03-27 13:05:22 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2024-03-27 13:05:22 +0000 |
| commit | ad81894bfd21e2c64c92f97546372a7227af56d2 (patch) | |
| tree | 8925b9bad905933a695a0f88aac5596ba712c2ab /Cargo.toml | |
| parent | 180a6e7f58a7190c6fac57751d63eacb7b9ed063 (diff) | |
Update Rust crate clap to 4.5.4
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.37" | 9 | chrono = "0.4.37" |
| 10 | clap = { version = "4.5.3", features = ["env", "derive"] } | 10 | clap = { version = "4.5.4", 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" |
| 13 | eyre = "0.6.12" | 13 | eyre = "0.6.12" |
