Merge pull request #70 from StarCitizenToolBox/dependabot/cargo/rust/flutter_rust_bridge-eq-2.8.0

build(deps): update flutter_rust_bridge requirement from =2.7.1 to =2.8.0 in /rust
This commit is contained in:
xkeyC 2025-02-17 09:19:44 +08:00 committed by GitHub
commit 026933c25f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ strip = "debuginfo"
crate-type = ["cdylib", "staticlib"]
[dependencies]
flutter_rust_bridge = "=2.7.1"
flutter_rust_bridge = "=2.8.0"
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros", "process"] }
futures = { version = "0.3", default-features = false, features = ["executor"] }
url = "2.5"