Upgraded Rust to 1.80.0 & upgraded all Rust dependencies

This commit is contained in:
Thorsten Sommer 2024-07-26 12:14:52 +02:00
parent 79892eb829
commit b6703828c9
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
3 changed files with 644 additions and 543 deletions

View File

@ -3,7 +3,7 @@
166 166
8.0.107 (commit 1bdaef7265) 8.0.107 (commit 1bdaef7265)
8.0.7 (commit 2aade6beb0) 8.0.7 (commit 2aade6beb0)
1.79.0 (commit 129f3b996) 1.80.0 (commit 051478957)
7.4.0 7.4.0
1.6.1 1.7.1
bd7eecdc80c, release 79892eb8292, dev debug

1177
runtime/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -9,13 +9,13 @@ authors = ["Thorsten Sommer"]
tauri-build = { version = "1.5", features = [] } tauri-build = { version = "1.5", features = [] }
[dependencies] [dependencies]
tauri = { version = "1.6", features = [ "updater", "http-all", "shell-sidecar", "path-all", "shell-open"] } tauri = { version = "1.7.1", features = [ "updater", "http-all", "shell-sidecar", "path-all", "shell-open"] }
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" } tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"
keyring = "2" keyring = "2"
arboard = "3.4.0" arboard = "3.4.0"
tokio = "1.37.0" tokio = "1.39"
flexi_logger = "0.28" flexi_logger = "0.28"
log = "0.4" log = "0.4"
once_cell = "1.19.0" once_cell = "1.19.0"