Skip to content

Commit 0ae1dc6

Browse files
fix(deps): update rust crate reqwest to 0.13
1 parent 1b23fd8 commit 0ae1dc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,14 +256,14 @@ windows-service = { version = "0.8", optional = true }
256256
xdg = "3.0"
257257

258258
[target.'cfg(any(target_arch = "x86", target_arch = "x86_64", target_arch = "aarch64"))'.dependencies]
259-
reqwest = { version = "0.12", features = [
259+
reqwest = { version = "0.13", features = [
260260
"blocking",
261261
"rustls-tls",
262262
"rustls-tls-native-roots",
263263
], default-features = false, optional = true }
264264

265265
[target.'cfg(not(any(target_arch = "x86", target_arch = "x86_64", target_arch = "aarch64")))'.dependencies]
266-
reqwest = { version = "0.12", features = [
266+
reqwest = { version = "0.13", features = [
267267
"blocking",
268268
"native-tls-vendored",
269269
], optional = true }

0 commit comments

Comments
 (0)