Skip to content

Commit ef88e92

Browse files
Update reqwest requirement from 0.11.0 to 0.12.1
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.1) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7bf8171 commit ef88e92

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
@@ -18,7 +18,7 @@ pest = "2.1.2"
1818
pest_derive = "2.1.0"
1919
log = "0.4"
2020
serde_json = "1.0.41"
21-
reqwest = { version = "0.11.0", features = ["blocking"] }
21+
reqwest = { version = "0.12.1", features = ["blocking"] }
2222

2323
[dev-dependencies]
2424
tempfile = "3"

0 commit comments

Comments
 (0)