Skip to content

Commit eb91902

Browse files
build(deps): bump reqwest from 0.11.18 to 0.11.20 (#910)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.18 to 0.11.20. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.18...v0.11.20) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cdfbabf commit eb91902

File tree

2 files changed

+11
-23
lines changed

2 files changed

+11
-23
lines changed

Cargo.lock

Lines changed: 10 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ hyper = { version = "0.14.27", features = ["server", "http2"] }
2323
moka = { version = "0.11.3", default-features = false, features = ["future"] }
2424
openssl-probe = { version = "0.1.4", optional = true }
2525
path-slash = "0.2.0"
26-
reqwest = { version = "0.11.17", default-features = false, features = ["json", "gzip", "cookies", "socks"] }
26+
reqwest = { version = "0.11.20", default-features = false, features = ["json", "gzip", "cookies", "socks"] }
2727
reqwest-middleware = "0.2.3"
2828
reqwest-retry = "0.2.0"
2929
serde = { version = "1.0.168", features = ["derive"] }

0 commit comments

Comments
 (0)