Bump ureq from 2.6.2 to 2.7.1 (#9590)

This commit is contained in:
dependabot[bot]
2023-07-03 09:45:18 +00:00
committed by GitHub
parent 5d9e2455f7
commit 9cd494cdfa
2 changed files with 8 additions and 14 deletions

View File

@@ -91,7 +91,7 @@ terminal_size = "0.2"
titlecase = "2.0"
toml = "0.7"
unicode-segmentation = "1.10"
ureq = { version = "2.6", default-features = false, features = ["charset", "gzip", "json", "native-tls"] }
ureq = { version = "2.7", default-features = false, features = ["charset", "gzip", "json", "native-tls"] }
url = "2.2"
uuid = { version = "1.3", features = ["v4"] }
wax = { version = "0.5" }