Skip to content

Commit

Permalink
chore(deps): update rust crate open to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent d8db504 commit 2dfb1ce
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 61 deletions.
83 changes: 23 additions & 60 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion core/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ 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
bytes = { version = "1", features = [ "serde" ], optional = true }
open = { version = "3", optional = true } # 4.0 raised msrv
open = { version = "5", optional = true } # 4.0 raised msrv
shared_child = { version = "1.0", optional = true }
os_pipe = { version = "1", optional = true }
raw-window-handle = "0.5" # All other crates we use here are still on 0.5
Expand Down

0 comments on commit 2dfb1ce

Please sign in to comment.