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
2 changed files with 3 additions and 3 deletions

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"] }