diff options
author | Martin Fischer <martin@push-f.com> | 2022-07-27 14:18:19 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-07-27 14:25:02 +0200 |
commit | 67ec7cc93838b9522d7cfe711043201caa9e2a8c (patch) | |
tree | f4f81c7503a3fcfadb2557ad160d669ddaf2fa91 /Cargo.toml | |
parent | ae8eade8ec0497c5ce23f5a35caba997fd2045f1 (diff) |
update clap dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ git2 = "0.13" url = "2.2" -clap = "3.0.0-beta.2" +clap = { version = "3.2.15", features = ["derive"] } chrono = "0.4" multer = "2.0.0" mime_guess = "2.0" |