Merge pull request #187 from zhom/dependabot/cargo/src-tauri/rust-dependencies-ebedd81dc1

deps(rust)(deps): bump the rust-dependencies group in /src-tauri with 37 updates
This commit is contained in:
zhom
2026-01-17 17:11:16 -05:00
committed by GitHub
2 changed files with 176 additions and 358 deletions
+169 -351
View File
File diff suppressed because it is too large Load Diff
+7 -7
View File
@@ -87,18 +87,18 @@ async-socks5 = "0.6"
playwright = { git = "https://github.com/sctg-development/playwright-rust", branch = "master" }
# Wayfern CDP integration
tokio-tungstenite = { version = "0.27", features = ["native-tls"] }
rusqlite = { version = "0.32", features = ["bundled"] }
tokio-tungstenite = { version = "0.28", features = ["native-tls"] }
rusqlite = { version = "0.38", features = ["bundled"] }
serde_yaml = "0.9"
thiserror = "1.0"
thiserror = "2.0"
regex-lite = "0.1"
tempfile = "3"
maxminddb = "0.27"
quick-xml = { version = "0.37", features = ["serialize"] }
quick-xml = { version = "0.38", features = ["serialize"] }
# Daemon dependencies (tray icon)
tray-icon = "0.19"
muda = "0.15"
tray-icon = "0.21"
muda = "0.17"
tao = "0.34"
single-instance = "0.3"
image = "0.25"
@@ -109,7 +109,7 @@ crossbeam-channel = "0.5"
tauri-plugin-single-instance = { version = "2", features = ["deep-link"] }
[target.'cfg(unix)'.dependencies]
nix = { version = "0.29", features = ["signal", "process"] }
nix = { version = "0.30", features = ["signal", "process"] }
[target.'cfg(target_os = "macos")'.dependencies]
core-foundation = "0.10"