소스 검색

chore(deps) Update Rust crate cargo_toml to 0.17 (dev) (#8154)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 1 년 전
부모
커밋
ec78f1613a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/tauri-build/Cargo.toml

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

@@ -30,7 +30,7 @@ anyhow = "1"
 quote = { version = "1", optional = true }
 tauri-codegen = { version = "2.0.0-alpha.10", path = "../tauri-codegen", optional = true }
 tauri-utils = { version = "2.0.0-alpha.10", path = "../tauri-utils", features = [ "build", "resources" ] }
-cargo_toml = "0.16"
+cargo_toml = "0.17"
 serde = "1"
 serde_json = "1"
 heck = "0.4"