chore(deps) Update Rust crate cargo_toml to 0.14 (#5928)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-12-31 12:55:19 -03:00 committed by GitHub
parent 281714e567
commit d703c7f459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ anyhow = "1"
quote = { version = "1", optional = true } quote = { version = "1", optional = true }
tauri-codegen = { version = "1.2.1", path = "../tauri-codegen", optional = true } tauri-codegen = { version = "1.2.1", path = "../tauri-codegen", optional = true }
tauri-utils = { version = "1.2.1", path = "../tauri-utils", features = [ "build", "resources" ] } tauri-utils = { version = "1.2.1", path = "../tauri-utils", features = [ "build", "resources" ] }
cargo_toml = "0.13" cargo_toml = "0.14"
serde_json = "1" serde_json = "1"
heck = "0.4" heck = "0.4"
json-patch = "0.3" json-patch = "0.3"