Skip to content

Commit

Permalink
chore(deps): bump reqwest from 0.11.26 to 0.12.2 (#1481)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 28, 2024
1 parent df93dd5 commit a4fc6db
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 59 deletions.
131 changes: 74 additions & 57 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 @@ -210,14 +210,14 @@ windows-service = { version = "0.6", optional = true }
daemonize = "0.5"

[target.'cfg(any(target_arch = "x86", target_arch = "x86_64", target_arch = "aarch64"))'.dependencies]
reqwest = { version = "0.11", features = [
reqwest = { version = "0.12", features = [
"blocking",
"rustls-tls",
"rustls-tls-native-roots",
], default-features = false, optional = true }

[target.'cfg(not(any(target_arch = "x86", target_arch = "x86_64", target_arch = "aarch64")))'.dependencies]
reqwest = { version = "0.11", features = [
reqwest = { version = "0.12", features = [
"blocking",
"native-tls-vendored",
], optional = true }
Expand Down

0 comments on commit a4fc6db

Please sign in to comment.