Skip to content

Commit a4fc6db

Browse files
chore(deps): bump reqwest from 0.11.26 to 0.12.2 (#1481)
1 parent df93dd5 commit a4fc6db

File tree

2 files changed

+76
-59
lines changed

2 files changed

+76
-59
lines changed

Cargo.lock

Lines changed: 74 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,14 +210,14 @@ windows-service = { version = "0.6", optional = true }
210210
daemonize = "0.5"
211211

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

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

0 commit comments

Comments
 (0)