Update Rust crate reqwest to 0.11.21
This commit is contained in:
parent
c1ed9a3d00
commit
b066581f10
26
Cargo.lock
generated
26
Cargo.lock
generated
@ -840,9 +840,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",
|
||||
"bytes",
|
||||
@ -865,6 +865,7 @@ dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serde_urlencoded",
|
||||
"system-configuration",
|
||||
"tokio",
|
||||
"tokio-native-tls",
|
||||
"tower-service",
|
||||
@ -1010,6 +1011,27 @@ dependencies = [
|
||||
"unicode-ident",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "system-configuration"
|
||||
version = "0.5.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"core-foundation",
|
||||
"system-configuration-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "system-configuration-sys"
|
||||
version = "0.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
|
||||
dependencies = [
|
||||
"core-foundation-sys",
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tempfile"
|
||||
version = "3.3.0"
|
||||
|
@ -10,5 +10,5 @@ chrono = "0.4.31"
|
||||
clap = { version = "4.4.6", features = ["derive", "env"] }
|
||||
eyre = "0.6.8"
|
||||
graphql_client = { version = "0.13.0", features = ["reqwest", "reqwest-blocking"] }
|
||||
reqwest = { version = "0.11.20", features = ["blocking"] }
|
||||
reqwest = { version = "0.11.21", features = ["blocking"] }
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
|
Loading…
Reference in New Issue
Block a user