Browse Source

chore(deps) Update Rust crate tiny_http to 0.7 (#570)

renovate[bot] 5 years ago
parent
commit
945110a810
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

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