diff --git a/rust/Cargo.toml b/rust/Cargo.toml index d3b4bee..4676e12 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.27" +flutter_rust_bridge = "=2.0.0-dev.28" tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros","process"] } url = "2.5.0" uuid = { version = "1.7.0", features = ["v4", "fast-rng", "macro-diagnostics"] }