chore(deps): bump ureq from 2.10.0 to 2.10.1

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-08-13 02:37:09 +00:00 коммит произвёл GitHub
Родитель 4a81d4eaa5
Коммит 172e1d97fd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -3084,9 +3084,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
[[package]]
name = "ureq"
version = "2.10.0"
version = "2.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72139d247e5f97a3eff96229a7ae85ead5328a39efe76f8bf5a06313d505b6ea"
checksum = "b74fc6b57825be3373f7054754755f03ac3a8f5d70015ccad699ba2029956f4a"
dependencies = [
"base64 0.22.1",
"flate2",

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

@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
tungstenite = { version = "0.23.0", features = ["rustls-tls-webpki-roots", "url"] }
serde_json = "1.0.120"
ureq = "2.10.0"
ureq = "2.10.1"
flexi_logger = { version = "0.28.5", features = ["colors"] }
log = "0.4.22"
base64 = "0.22.1"