Skip to content

Commit ca717a9

Browse files
shm11C3github-actions[bot]
authored andcommitted
chore(deps): update tauri dependencies
1 parent ef833b4 commit ca717a9

File tree

2 files changed

+18
-79
lines changed

2 files changed

+18
-79
lines changed

src-tauri/Cargo.lock

Lines changed: 15 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ edition = "2024"
3030
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
3131

3232
[build-dependencies]
33-
tauri-build = { version = "2.5.5", features = [] }
33+
tauri-build = { version = "2.5.6", features = [] }
3434

3535

3636
[dependencies]
3737
serde_json = "1.0.149"
3838
serde = { version = "1.0.228", features = ["derive"] }
39-
tauri = { version = "2.10.2", features = [] }
39+
tauri = { version = "2.10.3", features = [] }
4040
sysinfo = "0.38.3"
4141
tauri-plugin-window-state = { version = "2.4.1" }
4242
tokio = { version = "1.50.0", features = [
@@ -116,7 +116,7 @@ name = "hardware_monitor_lib"
116116
crate-type = ["staticlib", "cdylib", "rlib"]
117117

118118
[dev-dependencies]
119-
tauri = { version = "2.10.2", features = ["test"] }
119+
tauri = { version = "2.10.3", features = ["test"] }
120120
mockall = "0.14"
121121

122122
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]

0 commit comments

Comments
 (0)