Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 4, 2025
1 parent 693a064 commit 6dbe65e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libcnb-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ thiserror = "2.0.6"
[dev-dependencies]
indoc = "2.0.5"
libcnb.workspace = true
ureq = { version = "2.12.1", default-features = false }
ureq = { version = "3.0.4", default-features = false }
2 changes: 1 addition & 1 deletion libherokubuildpack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tar = { version = "0.4.43", default-features = false, optional = true }
termcolor = { version = "1.4.1", optional = true }
thiserror = { version = "2.0.6", optional = true }
toml = { workspace = true, optional = true }
ureq = { version = "2.12.1", default-features = false, features = ["tls"], optional = true }
ureq = { version = "3.0.4", default-features = false, features = ["tls"], optional = true }

[dev-dependencies]
serde_test = "1.0.177"
Expand Down

0 comments on commit 6dbe65e

Please sign in to comment.