diff --git a/Cargo.lock b/Cargo.lock index c1735b564..fff4a038f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2388,9 +2388,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.33.0" +version = "1.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653" +checksum = "841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c" dependencies = [ "backtrace", "bytes", @@ -2407,9 +2407,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" +checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 119931ac1..32babb81f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ nostr = { version = "0.25", path = "./crates/nostr", default-features = false } nostr-database = { version = "0.1", path = "./crates/nostr-database", default-features = false } once_cell = "1.18" thiserror = "1.0" -tokio = { version = "1.32", default-features = false } +tokio = { version = "1", default-features = false } tracing = { version = "0.1", default-features = false } tracing-subscriber = "0.3" uniffi = { git = "https://github.com/mozilla/uniffi-rs", rev = "59c1e3ef15b1ea5143402e25264e933dbf8d1a1f" }