diff --git a/Cargo.toml b/Cargo.toml index c9f2c3f16..67f151d1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ rust-version = "1.64.0" [workspace.dependencies] once_cell = "1.18" thiserror = "1.0" -tokio = { version = "1", default-features = false } +tokio = { version = "1.32", default-features = false } tracing = { version = "0.1", default-features = false } tracing-subscriber = "0.3" uniffi = { git = "https://github.com/mozilla/uniffi-rs", rev = "cae8edc45ba5b56bfcbf35b60c1ab6a97d1bf9da" }