Browse Source

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] 4 years ago
parent
commit
e7836cdb21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tooling/cli.rs/Cargo.toml

+ 1 - 1
tooling/cli.rs/Cargo.toml

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