deps(rust): bump

This commit is contained in:
Tien Do Nam
2026-07-31 03:47:16 +02:00
parent fdec91960b
commit 912f4f4ba5
8 changed files with 1475 additions and 1133 deletions
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -11,14 +11,14 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(frb_expand)'] }
[dependencies]
anyhow = "1.0"
bytes = "1.9"
bytes = "1.12"
flutter_rust_bridge = { version = "=2.12.0", features = ["uuid"] }
localsend = { path = "../../core", features = ["full"] }
tokio = { version = "1.49", features = ["full"] }
tokio-util = "0.7.16"
tokio = { version = "1.53", features = ["full"] }
tokio-util = "0.7.19"
tracing = "0.1.44"
tracing-subscriber = { version = "0.3.22" }
uuid = { version = "1.11.1", features = ["v4"] }
uuid = { version = "1.24.0", features = ["v4"] }
[target.'cfg(target_os = "android")'.dependencies]
tracing-android = "0.2"