mirror of
https://github.com/localsend/localsend.git
synced 2026-08-07 07:14:52 +00:00
deps(rust): bump
This commit is contained in:
+455
-314
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user