deps: bump reqwest from 0.11.20 to 0.11.21

Pull-Request: #4584.
This commit is contained in:
dependabot[bot]
2023-10-03 00:24:14 +00:00
committed by GitHub
parent 60650d8b90
commit 5c7a18bc1f

5
Cargo.lock generated
View File

@@ -4553,9 +4553,9 @@ dependencies = [
[[package]]
name = "reqwest"
version = "0.11.20"
version = "0.11.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
checksum = "78fdbab6a7e1d7b13cc8ff10197f47986b41c639300cc3c8158cac7847c9bbef"
dependencies = [
"base64 0.21.4",
"bytes",
@@ -4578,6 +4578,7 @@ dependencies = [
"serde",
"serde_json",
"serde_urlencoded",
"system-configuration",
"tokio",
"tokio-native-tls",
"tower-service",