Skip to content

Commit

Permalink
Update ureq requirement from 2 to 3
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.0.0...3.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 77afe14 commit dd6ee81
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 @@ -44,7 +44,7 @@ ctrlc = { version = "3", features = ["termination"] }
tokio = { version = "1", features = ["full"] }
tower-http = { version = "0.6", features = ["trace"] }
tracing-subscriber = "0.3"
ureq = "2"
ureq = "3"

[target.'cfg(target_family = "wasm")'.dependencies]
base64 = "0.22"
Expand Down

0 comments on commit dd6ee81

Please sign in to comment.