chore(deps) Update Tauri CLI (#1413)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-03-31 02:17:22 -03:00 committed by GitHub
parent 3427425a30
commit 6dbe1763d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

4
cli/core/Cargo.lock generated
View File

@ -1769,9 +1769,9 @@ dependencies = [
[[package]]
name = "serde_with"
version = "1.7.0"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f23bb4df023db259e4423c8a5c248d75d83c0e20c8f0063254f41b859a65ab3"
checksum = "e557c650adfb38b32a5aec07082053253c703bc3cec654b27a5dbcf61995bb9b"
dependencies = [
"rustversion",
"serde",

View File

@ -18,7 +18,7 @@ colored = "2.0"
once_cell = "1.7"
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
serde_with = "1.6"
serde_with = "1.8"
notify = "4.0"
shared_child = "0.3"
toml_edit = "0.2"
@ -29,7 +29,7 @@ valico = "3.6"
handlebars = "3.5"
include_dir = "0.6"
dialoguer = "0.8"
ureq = "2.0"
ureq = "2.1"
os_info = "3.0"
semver = "0.11"
regex = "1.4"
@ -38,7 +38,7 @@ regex = "1.4"
schemars = "0.8"
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
serde_with = "1.6"
serde_with = "1.8"
[target."cfg(target_os = \"linux\")".dependencies]
heck = "0.3"