Skip to content

Commit

Permalink
Merge pull request #147 from Rel1cx/renovate/window-vibrancy-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate window-vibrancy to 0.4
  • Loading branch information
Rel1cx authored Jul 9, 2023
2 parents 26013ea + a109781 commit 14aaec7
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 22 deletions.
88 changes: 72 additions & 16 deletions src-tauri/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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tracing-subscriber = "0.3"
tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "dev" }
tauri-plugin-positioner = { version = "1.0.4", features = ["system-tray"] }
tauri-plugin-autostart = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "dev" }
window-vibrancy = "0.3"
window-vibrancy = "0.4"
mac-mouse-sys = "0.0.9"

[features]
Expand Down
8 changes: 4 additions & 4 deletions updater/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 updater/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1.28.2", features = ["full"] }
regex = "1.9.0"
regex = "1.9.1"

0 comments on commit 14aaec7

Please sign in to comment.