Bumps [ureq](https://github.com/algesten/ureq) from 2.8.0 to 2.9.1.
- [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md)
- [Commits](https://github.com/algesten/ureq/compare/2.8.0...2.9.1)

---
updated-dependencies:
- dependency-name: ureq
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-11-28 02:18:42 +00:00 коммит произвёл GitHub
Родитель 7682c4d8ea
Коммит 20f4c5641f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 3 удалений

4
Cargo.lock сгенерированный
Просмотреть файл

@ -2762,9 +2762,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
[[package]]
name = "ureq"
version = "2.8.0"
version = "2.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5ccd538d4a604753ebc2f17cd9946e89b77bf87f6a8e2309667c6f2e87855e3"
checksum = "f8cdd25c339e200129fe4de81451814e5228c9b771d57378817d6117cc2b3f97"
dependencies = [
"base64 0.21.5",
"flate2",

Просмотреть файл

@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
tungstenite = { version = "0.20.1", features = ["rustls-tls-webpki-roots"] }
serde_json = "1.0.108"
ureq = "2.8.0"
ureq = "2.9.1"
flexi_logger = { version = "0.27.2", features = ["colors"] }
log = "0.4.20"
base64 = "0.21.5"