Browse Source

chore(deps) Update Rust crate attohttpc to 0.16.3 (#1279)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] 4 years ago
parent
commit
d7f9abec06
2 changed files with 3 additions and 3 deletions
  1. 2 2
      cli/tauri-bundler/Cargo.lock
  2. 1 1
      cli/tauri-bundler/Cargo.toml

+ 2 - 2
cli/tauri-bundler/Cargo.lock

@@ -44,9 +44,9 @@ checksum = "450575f58f7bee32816abbff470cbc47797397c2a81e0eaced4b98436daf52e1"
 
 [[package]]
 name = "attohttpc"
-version = "0.16.1"
+version = "0.16.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ba5b30bf3a0aead269fd5dd69b385a3e90c2b55f4f215d1bdf52c3883f5fa7fa"
+checksum = "fdb8867f378f33f78a811a8eb9bf108ad99430d7aad43315dd9319c827ef6247"
 dependencies = [
  "flate2",
  "http",

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

@@ -38,7 +38,7 @@ lazy_static = { version = "1.4" }
 handlebars = { version = "3.5" }
 
 [target."cfg(target_os = \"windows\")".dependencies]
-attohttpc = { version = "0.16.1" }
+attohttpc = { version = "0.16.3" }
 regex = { version = "1" }
 runas = "0.2"
 uuid = { version = "0.8", features = [ "v5" ] }