mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-06 11:10:10 +03:00
chore(deps) Update Rust crate ureq to 2.5 (#4661)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
9b7caab672
commit
b47d8c88c5
4
tooling/cli/Cargo.lock
generated
4
tooling/cli/Cargo.lock
generated
@ -3205,9 +3205,9 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ureq"
|
name = "ureq"
|
||||||
version = "2.4.0"
|
version = "2.5.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9399fa2f927a3d327187cbd201480cee55bee6ac5d3c77dd27f0c6814cff16d5"
|
checksum = "b97acb4c28a254fd7a4aeec976c46a7fa404eac4d7c134b30c75144846d7cb8f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64",
|
"base64",
|
||||||
"chunked_transfer",
|
"chunked_transfer",
|
||||||
|
@ -46,7 +46,7 @@ handlebars = "4.3"
|
|||||||
include_dir = "0.7"
|
include_dir = "0.7"
|
||||||
minisign = "0.7"
|
minisign = "0.7"
|
||||||
base64 = "0.13.0"
|
base64 = "0.13.0"
|
||||||
ureq = "2.4"
|
ureq = "2.5"
|
||||||
os_info = "3.4"
|
os_info = "3.4"
|
||||||
semver = "1.0"
|
semver = "1.0"
|
||||||
regex = "1.6.0"
|
regex = "1.6.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user