Skip to content

Commit

Permalink
Update ureq requirement from 2.12.1 to 3.0.2
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.12.1...3.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2025
1 parent 1877a83 commit 4b89f14
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 @@ -21,7 +21,7 @@ minimal = []
[dependencies]
log = { version = "^0.4.22", features = ["std", "kv"] }
chrono = { version = "^0.4.39", features = ["clock"], optional = true }
ureq = "2.12.1"
ureq = "3.0.2"

[dev-dependencies]
multi_log = "^0.1.2"
Expand Down

0 comments on commit 4b89f14

Please sign in to comment.