deps: upgrade Rust dependencies

This commit is contained in:
2026-05-15 11:10:53 +02:00
parent 2e3d6a9abb
commit 5ec47d6c47
2 changed files with 120 additions and 162 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ futures = "0.3"
gethostname = "1"
if-addrs = "0.15"
log = "0.4"
mdns-sd = "0.18"
mdns-sd = "0.19"
mimalloc = { version = "0.1", features = ["secure"] }
s2n-quic = { version = "1", features = ["provider-event-tracing"] }
serde = { version = "1", features = ["derive"] }
@@ -28,7 +28,7 @@ sqlx = { version = "0.8", default-features = false, features = [
"runtime-tokio",
"sqlite",
] }
strum = { version = "0.27", features = ["derive"] }
strum = { version = "0.28", features = ["derive"] }
tauri = { version = "2", features = [] }
tauri-plugin-dialog = "2"
tauri-plugin-log = "2"