Skip to content

Commit

Permalink
Update ureq requirement from 2.5.0 to 3.0.1
Browse files Browse the repository at this point in the history
Updates the requirements on [ureq](https://github.com/algesten/ureq) to permit the latest version.
- [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md)
- [Commits](algesten/ureq@2.5.0...2.12.1)

---
updated-dependencies:
- dependency-name: ureq
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 065470e commit f3aed2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ default-features = false
features = ["http2", "rustls-tls", "stream"]

[dependencies.ureq]
version = "2.5.0"
version = "3.0.1"
optional = true
default-features = false
features = ["tls"]
Expand Down

0 comments on commit f3aed2a

Please sign in to comment.