chore(deps) Update Rust crate clap to 3.0.0-beta.4 (#2478)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-08-24 12:26:22 -03:00 committed by GitHub
parent 68df388940
commit e7836cdb21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ name = "cargo-tauri"
path = "src/main.rs"
[dependencies]
clap = { version = "3.0.0-beta.2", features = [ "yaml" ] }
clap = { version = "3.0.0-beta.4", features = [ "yaml" ] }
anyhow = "1.0"
tauri-bundler = { version = "1.0.0-beta.4", path = "../bundler" }
colored = "2.0"