Skip to content

Commit

Permalink
updated reqwest to 0.11.22
Browse files Browse the repository at this point in the history
  • Loading branch information
GyulyVGC committed Oct 13, 2023
1 parent 7282645 commit cfce5e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ serde = { version = "1.0.188", default_features = false, features = ["derive"] }
rodio = { version = "0.17.1", default_features = false, features = ["mp3"] }
dns-lookup = "2.0.3"

[target.'cfg(target_arch = "powerpc64")'.dependencies]
reqwest = { version = "0.11.20", features = ["json", "blocking"] }

[target.'cfg(not(target_arch = "powerpc64"))'.dependencies]
reqwest = { version = "0.11.20", default-features = false, features = ["json", "blocking", "rustls-tls"] }
reqwest = { version = "0.11.22", default-features = false, features = ["json", "blocking", "rustls-tls"] }

[target.'cfg(target_arch = "powerpc64")'.dependencies]
reqwest = { version = "0.11.22", features = ["json", "blocking"] }

#───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────

Expand Down

0 comments on commit cfce5e1

Please sign in to comment.