Merge pull request #3 from StarCitizenToolBox/dependabot/cargo/rust/flutter_rust_bridge-eq-2.0.0-dev.24

Update flutter_rust_bridge requirement from =2.0.0-dev.23 to =2.0.0-dev.24 in /rust
This commit is contained in:
xkeyC 2024-02-15 20:45:32 +08:00 committed by GitHub
commit 3d8202c1d6
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.0.0-dev.23"
flutter_rust_bridge = "=2.0.0-dev.24"
http-downloader = { version = "0.3.2", features = ["status-tracker", "speed-tracker", "breakpoint-resume", "bson-file-archiver"] }
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
url = "2.5.0"