mirror of
https://github.com/TeamPiped/region-restriction-checker.git
synced 2024-08-14 23:57:10 +00:00
Update Rust crate reqwest to 0.11.20
This commit is contained in:
parent
a3293100ca
commit
9678fee328
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1097,9 +1097,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "reqwest"
|
||||
version = "0.11.19"
|
||||
version = "0.11.20"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "20b9b67e2ca7dd9e9f9285b759de30ff538aab981abaaf7bc9bd90b84a0126c3"
|
||||
checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
|
||||
dependencies = [
|
||||
"async-compression",
|
||||
"base64",
|
||||
|
|
|
@ -11,7 +11,7 @@ actix-web = "4.3.1"
|
|||
lazy_static = "1.4.0"
|
||||
redis = { version = "0.23.2", default-features = false, features = ["tokio-comp", "connection-manager"] }
|
||||
regex = "1.9.3"
|
||||
reqwest = { version = "0.11.19", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] }
|
||||
reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] }
|
||||
serde = {version = "1.0.185", default-features = false, features = ["derive"]}
|
||||
serde_json = "1.0.105"
|
||||
tokio = { version = "1.32.0", features = ["full"] }
|
||||
|
|
Loading…
Reference in a new issue