Merge pull request #619 from vbrandl/dependabot/cargo/reqwest-0.11.18
Bump reqwest from 0.11.17 to 0.11.18
This commit is contained in:
commit
12c400e5b8
@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Bump `serde` from 1.0.160 to 1.0.163 (#613, #617)
|
||||
- Bump `actions/cache` from 2 to 3 (#616)
|
||||
- Bump `tokio` from 1.28.0 to 1.28.1 (#618)
|
||||
- Bump `reqwest` from 0.11.17 to 0.11.18 (#619)
|
||||
|
||||
|
||||
## [0.35.0] 2023-05-04
|
||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2197,9 +2197,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
||||
|
||||
[[package]]
|
||||
name = "reqwest"
|
||||
version = "0.11.17"
|
||||
version = "0.11.18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "13293b639a097af28fc8a90f22add145a9c954e49d77da06263d58cf44d5fb91"
|
||||
checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
|
||||
dependencies = [
|
||||
"base64 0.21.0",
|
||||
"bytes",
|
||||
|
@ -25,7 +25,7 @@ lazy_static = "1.4.0"
|
||||
mime = "0.3"
|
||||
number_prefix = "0.4.0"
|
||||
openssl-probe = "0.1.5"
|
||||
reqwest = "0.11.17"
|
||||
reqwest = "0.11.18"
|
||||
serde = "1.0.163"
|
||||
serde_derive = "1.0.137"
|
||||
serde_json = "1.0.94"
|
||||
|
Loading…
Reference in New Issue
Block a user