Skip to content

Commit f3aed2a

Browse files
Update ureq requirement from 2.5.0 to 3.0.1
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]>
1 parent 065470e commit f3aed2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ default-features = false
3838
features = ["http2", "rustls-tls", "stream"]
3939

4040
[dependencies.ureq]
41-
version = "2.5.0"
41+
version = "3.0.1"
4242
optional = true
4343
default-features = false
4444
features = ["tls"]

0 commit comments

Comments
 (0)