Bump ureq from 2.8.0 to 2.9.0 (#3207)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-11-21 14:35:01 -05:00 committed by GitHub
parent 5b93918bee
commit 1a783f95e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -39,5 +39,5 @@ strum = "0.25"
strum_macros = "0.25"
tempfile = "3"
thiserror = "1.0"
ureq = "^2.8.0"
ureq = "^2.9.0"
uuid = { version = "^1.6.0", features = ["serde", "v4"] }