diff --git a/Cargo.lock b/Cargo.lock index 3b438268..b46cb5a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2617,9 +2617,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.44.2" +version = "1.45.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" +checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779" dependencies = [ "backtrace", "bytes", diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index b3e3fe3e..b05daba8 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -76,7 +76,7 @@ reqwest_cookie_store = { version = "0.8.0", default-features = false, optional = env_logger = "0.11.1" uniffi = { workspace = true } -tokio = { version = "1.44.2", features = ["full"], optional = true } +tokio = { version = "1.45.1", features = ["full"], optional = true } phoenix_channels_client = { git = "https://github.com/liveview-native/phoenix-channels-client.git", branch = "main", optional = true, default-features = false } # This is for wasm support on phoenix-channels-client #phoenix_channels_client = { git = "https://github.com/liveview-native/phoenix-channels-client.git", branch = "simlay/webassembly-support", optional = true, default-features = false }