Browse Source

chore(deps) Update Rust crate includedir to 0.6.0 (#622)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] 5 years ago
parent
commit
7a26fe8743
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cli/tauri.js/test/jest/fixtures/app/src-tauri/Cargo.toml

+ 1 - 1
cli/tauri.js/test/jest/fixtures/app/src-tauri/Cargo.toml

@@ -26,7 +26,7 @@ serde = "1.0"
 serde_derive = "1.0"
 serde_derive = "1.0"
 tiny_http = "0.7"
 tiny_http = "0.7"
 phf = "0.8.0"
 phf = "0.8.0"
-includedir = "0.5.0"
+includedir = "0.6.0"
 tauri = { path = "../../../../../../../tauri", features = [ "all-api", "edge" ] }
 tauri = { path = "../../../../../../../tauri", features = [ "all-api", "edge" ] }
 
 
 [features]
 [features]