diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index bef2a830..bac52933 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -5342,9 +5342,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.39.2" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1" +checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" dependencies = [ "backtrace", "bytes", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 631aabdc..0c3efc73 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -18,7 +18,7 @@ serde_json = "1.0.128" serde = { version = "1.0.204", features = ["derive"] } tauri = { version = "1.7.1", features = ["api-all"] } sqlx = { version = "0.8.0", features = ["runtime-tokio-rustls", "sqlite", "migrate"] } -tokio = { version = "1.39.2", features = ["full"] } +tokio = { version = "1.40.0", features = ["full"] } futures = "0.3.30" directories = "5.0.1" megalodon = "0.13.7"