Skip to content

Commit 37f9eb2

Browse files
build(deps): update reqwest requirement from ^0.11 to ^0.12
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]>
1 parent f49c724 commit 37f9eb2

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)