Bump ureq from 2.7.1 to 2.8.0 (#10573)

This commit is contained in:
dependabot[bot] 2023-10-02 09:55:58 +00:00 committed by GitHub
parent 4b9ec03110
commit 6c6d215197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -5606,9 +5606,9 @@ checksum = "1865806a559042e51ab5414598446a5871b561d21b6764f2eabb0dd481d880a6"
[[package]]
name = "ureq"
version = "2.7.1"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b11c96ac7ee530603dcdf68ed1557050f374ce55a5a07193ebf8cbc9f8927e9"
checksum = "f5ccd538d4a604753ebc2f17cd9946e89b77bf87f6a8e2309667c6f2e87855e3"
dependencies = [
"base64",
"encoding_rs",

View File

@ -86,7 +86,7 @@ terminal_size = "0.3"
titlecase = "2.0"
toml = "0.8"
unicode-segmentation = "1.10"
ureq = { version = "2.7", default-features = false, features = ["charset", "gzip", "json", "native-tls"] }
ureq = { version = "2.8", default-features = false, features = ["charset", "gzip", "json", "native-tls"] }
url = "2.2"
uu_cp = "0.0.21"
uuid = { version = "1.3", features = ["v4"] }