Skip to content

Commit 722f592

Browse files
chore(deps): update reqwest requirement in /http-cache-reqwest
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.12.12...v0.13.1) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 21f2366 commit 722f592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-cache-reqwest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ http = "1.2.0"
2323
http-body = "1.0.1"
2424
http-body-util = "0.1.2"
2525
http-cache-semantics = "2.1.0"
26-
reqwest = { version = "0.12.12", default-features = false }
26+
reqwest = { version = "0.13.1", default-features = false }
2727
reqwest-middleware = "0.4.0"
2828
url = { version = "2.5.4", features = ["serde"] }
2929

0 commit comments

Comments
 (0)