Skip to content

Commit 6e435db

Browse files
build(deps): update reqwest requirement from ^0.11 to ^0.12 (#516)
Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luca Bruno <[email protected]>
1 parent 439e3b8 commit 6e435db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ libc = { version = "^0.2", optional = true }
2929
parking_lot = "^0.12"
3030
protobuf = { version = "^2.0", optional = true }
3131
memchr = "^2.3"
32-
reqwest = { version = "^0.11", features = ["blocking"], optional = true }
32+
reqwest = { version = "^0.12", features = ["blocking"], optional = true }
3333
thiserror = "^1.0"
3434

3535
[target.'cfg(target_os = "linux")'.dependencies]

0 commit comments

Comments
 (0)