Skip to content

Commit

Permalink
chore(deps): update rust crate reqwest to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 4, 2025
1 parent 1638dfe commit 3750447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ dirs-next = "2.0"
percent-encoding = "2"
base64 = { version = "0.22", optional = true }
clap = { version = "3", optional = true } # 4.0 is too big of a change to be worth to upgrade in tauri v1
reqwest = { version = "0.11", features = [ "json", "stream" ], optional = true } # 0.12 raised msrv
reqwest = { version = "0.12", features = [ "json", "stream" ], optional = true } # 0.12 raised msrv
bytes = { version = "1", features = [ "serde" ], optional = true }
open = { version = "3", optional = true } # 4.0 raised msrv
shared_child = { version = "1.0", optional = true }
Expand Down

0 comments on commit 3750447

Please sign in to comment.