diff options
| author | Conrad Ludgate <conradludgate@gmail.com> | 2022-10-18 09:50:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-18 09:50:22 +0100 |
| commit | 5e2c438dabc74d7e87fad46c725501753a0a8a26 (patch) | |
| tree | c6e1b3aea892e7150cd1d94bd13c68ee2efcea42 /Cargo.toml | |
| parent | Add message begging for help lol 🐢 (#569) (diff) | |
| download | atuin-5e2c438dabc74d7e87fad46c725501753a0a8a26.zip | |
Upgrade clap (#568)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -66,8 +66,8 @@ chrono-english = "0.1.4" cli-table = { version = "0.4", default-features = false } base64 = "0.13.0" crossbeam-channel = "0.5.1" -clap = { version = "3.1.18", features = ["derive"] } -clap_complete = "3.1.4" +clap = { version = "4.0.14", features = ["derive"] } +clap_complete = "4.0.2" fs-err = "2.7" whoami = "1.1.2" rpassword = "7.0" |
