浏览代码

chore(deps) Update Rust crate cargo_toml to 0.11 (#3365)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] 3 年之前
父节点
当前提交
27b1a0719a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/tauri-build/Cargo.toml

+ 1 - 1
core/tauri-build/Cargo.toml

@@ -21,7 +21,7 @@ anyhow = "1"
 quote = { version = "1", optional = true }
 tauri-codegen = { version = "1.0.0-beta.4", path = "../tauri-codegen", optional = true }
 tauri-utils = { version = "1.0.0-beta.0", path = "../tauri-utils", features = [ "build", "resources" ] }
-cargo_toml = "0.10"
+cargo_toml = "0.11"
 serde_json = "1"
 
 [target."cfg(windows)".dependencies]