mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
chore(deps) Update Rust crate attohttpc to 0.16.3 (#1279)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
4
cli/tauri-bundler/Cargo.lock
generated
4
cli/tauri-bundler/Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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" ] }
|
||||
|
||||
Reference in New Issue
Block a user