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.12.4
This commit is contained in:
parent
a635623e25
commit
ceaf8ecc4b
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1158,9 +1158,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "reqwest"
|
||||
version = "0.12.3"
|
||||
version = "0.12.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3e6cc1e89e689536eb5aeede61520e874df5a4707df811cd5da4aa5fbb2aae19"
|
||||
checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10"
|
||||
dependencies = [
|
||||
"async-compression",
|
||||
"base64 0.22.0",
|
||||
|
|
|
@ -11,7 +11,7 @@ actix-web = "4.5.1"
|
|||
lazy_static = "1.4.0"
|
||||
redis = { version = "0.25.3", default-features = false, features = ["tokio-comp", "connection-manager"] }
|
||||
regex = "1.10.4"
|
||||
reqwest = { version = "0.12.3", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] }
|
||||
reqwest = { version = "0.12.4", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] }
|
||||
serde = {version = "1.0.198", default-features = false, features = ["derive"]}
|
||||
serde_json = "1.0.116"
|
||||
tokio = { version = "1.37.0", features = ["full"] }
|
||||
|
|
Loading…
Reference in a new issue