Skip to content

Commit 4fdfd59

Browse files
chore(deps): update ureq requirement from 2.4 to 3.0
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.4.0...3.0.7) --- updated-dependencies: - dependency-name: ureq dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 911d2ee commit 4fdfd59

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
@@ -29,7 +29,7 @@ cc = "1.0"
2929
skeptic = "0.13"
3030

3131
[target.'cfg(windows)'.build-dependencies]
32-
ureq = { version = "2.4", features = [
32+
ureq = { version = "3.0", features = [
3333
"native-tls",
3434
"gzip",
3535
], default-features = false }

0 commit comments

Comments
 (0)