Update reqwest requirement from ^0.11.13 to ^0.12.5
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](https://github.com/seanmonstar/reqwest/compare/v0.11.13...v0.12.5) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4711607916
commit
31ce0e4b62
@ -13,7 +13,7 @@ categories = []
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[dependencies]
|
||||
reqwest = { version = "^0.11.13", default-features = false, features = [
|
||||
reqwest = { version = "^0.12.5", default-features = false, features = [
|
||||
"json",
|
||||
"rustls-tls"
|
||||
] }
|
||||
|
Reference in New Issue
Block a user