浏览代码

fix(deps): update rust crate attohttpc to 0.8.0 (#261)

Co-authored-by: Renovate Bot <renovatebot@gmail.com>
renovate[bot] 5 年之前
父节点
当前提交
769dcf2d3f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cli/tauri-cli/Cargo.toml

+ 1 - 1
cli/tauri-cli/Cargo.toml

@@ -34,7 +34,7 @@ uuid = { version = "0.8", features = ["v5"] }
 walkdir = "2"
 walkdir = "2"
 
 
 [target.'cfg(target_os = "windows")'.dependencies]
 [target.'cfg(target_os = "windows")'.dependencies]
-attohttpc = { version = "0.7.0" }
+attohttpc = { version = "0.8.0" }
 
 
 [target.'cfg(not(target_os = "linux"))'.dependencies]
 [target.'cfg(not(target_os = "linux"))'.dependencies]
 handlebars = { version = "2.0" }
 handlebars = { version = "2.0" }