diff options
| author | Renovate Bot <[email protected]> | 2024-01-13 16:05:42 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2024-01-13 16:05:42 +0000 |
| commit | 9133e8f8a5afbdf12fa9cf1182ad34f99698f23c (patch) | |
| tree | d61fa96bf4d169f0fc51362876f83b4f5d691685 /Cargo.toml | |
| parent | 456146a18a652705e88b953fc7842e161bbaad3f (diff) | |
Update Rust crate clap to 4.4.16
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.31" | 9 | chrono = "0.4.31" |
| 10 | clap = { version = "4.4.12", features = ["env", "derive"] } | 10 | clap = { version = "4.4.16", 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.11" | 13 | eyre = "0.6.11" |
