Skip to content

Commit

Permalink
Merge pull request #416 from GyulyVGC/dependabot/cargo/main/reqwest-0…
Browse files Browse the repository at this point in the history
….11.23

build(deps): bump reqwest from 0.11.22 to 0.11.23
  • Loading branch information
GyulyVGC authored Dec 19, 2023
2 parents 645ffae + a9bbe04 commit 74497b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ dns-lookup = "2.0.4"
toml = "0.8.8"

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

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

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

Expand Down

0 comments on commit 74497b4

Please sign in to comment.