Skip to content

Commit e1b197b

Browse files
Update reqwest requirement from ^0.10 to ^0.11 (#379)
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.10.0...v0.11.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 77756f1 commit e1b197b

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
@@ -32,7 +32,7 @@ libc = { version = "^0.2", optional = true }
3232
parking_lot = "^0.11"
3333
protobuf = { version = "^2.0", optional = true }
3434
regex = "^1.3"
35-
reqwest = { version = "^0.10", features = ["blocking"], optional = true }
35+
reqwest = { version = "^0.11", features = ["blocking"], optional = true }
3636
thiserror = "^1.0"
3737

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

0 commit comments

Comments
 (0)