diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 1e090a8..a964992 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -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"