diff --git a/pdl-live-react/src-tauri/Cargo.lock b/pdl-live-react/src-tauri/Cargo.lock index a47ae2e8a..e0a10fbc5 100644 --- a/pdl-live-react/src-tauri/Cargo.lock +++ b/pdl-live-react/src-tauri/Cargo.lock @@ -5292,9 +5292,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.44.1" +version = "1.44.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a" +checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" dependencies = [ "backtrace", "bytes", diff --git a/pdl-live-react/src-tauri/Cargo.toml b/pdl-live-react/src-tauri/Cargo.toml index b751b9166..ce366103b 100644 --- a/pdl-live-react/src-tauri/Cargo.toml +++ b/pdl-live-react/src-tauri/Cargo.toml @@ -40,7 +40,7 @@ owo-colors = "4.2.0" rustpython-vm = "0.4.0" async-recursion = "1.1.1" tokio-stream = "0.1.17" -tokio = { version = "1.44.1", features = ["io-std"] } +tokio = { version = "1.44.2", features = ["io-std"] } indexmap = { version = "2.9.0", features = ["serde"] } [target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]