Skip to content

Commit

Permalink
[CHORE] Update GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 9, 2024
1 parent d24861d commit ffe0916
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions owmods_gui/backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ tauri = { version = "1.6.1", features = [ "clipboard-write-text",
# "reqwest-native-tls-vendored"
] }
anyhow = "1.0.81"
tokio = { version = "1.36.0", features = ["sync", "macros"] }
tokio = { version = "1.37.0", features = ["sync", "macros"] }
log = { version = "0.4.21", features = ["std", "serde"] }
typeshare = "1.0.2"
notify = { version = "6.1.1", default-features = false, features = [
"macos_kqueue",
] }
regex = "1.10.3"
regex = "1.10.4"
time = { version = "0.3.34", features = ["macros", "local-offset"] }
tauri-plugin-deep-link = "0.1.2"
opener = "0.6.1"
opener = "0.7.0"
tauri-plugin-window-state = "0.1.1"

[features]
Expand Down

0 comments on commit ffe0916

Please sign in to comment.