diff --git a/Cargo.lock b/Cargo.lock index 9de0662..6223d73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1731,8 +1731,8 @@ version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "88acfabc84ec077eaf9ede3457ffa3a104626d79022a9bf7f296093b1d60c73f" dependencies = [ - "iced_core 0.13.1", - "iced_futures 0.13.1", + "iced_core", + "iced_futures", "iced_renderer", "iced_widget", "iced_winit", @@ -1740,23 +1740,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "iced_core" -version = "0.12.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d7e6bbd197f311ed3d8b71651876b0ce01318fde52cda862a9a7a4373c9b930" -dependencies = [ - "bitflags 2.6.0", - "glam", - "log", - "num-traits", - "raw-window-handle", - "smol_str", - "thiserror", - "web-time 0.2.4", - "xxhash-rust", -] - [[package]] name = "iced_core" version = "0.13.1" @@ -1774,20 +1757,7 @@ dependencies = [ "rustc-hash 2.0.0", "smol_str", "thiserror", - "web-time 1.1.0", -] - -[[package]] -name = "iced_futures" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "370bad88fb3832cbeeb3fa6c486b4701fb7e8da32a753b3101d4ce81fc1d9497" -dependencies = [ - "futures", - "iced_core 0.12.3", - "log", - "wasm-bindgen-futures", - "wasm-timer", + "web-time", ] [[package]] @@ -1797,7 +1767,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9b9b08fd632f5131344702869eea35fdebef9e548ab504942ac6b44fb42c90e2" dependencies = [ "futures", - "iced_core 0.13.1", + "iced_core", "log", "rustc-hash 2.0.0", "tokio", @@ -1828,8 +1798,8 @@ dependencies = [ "bytemuck", "cosmic-text", "half", - "iced_core 0.13.1", - "iced_futures 0.13.1", + "iced_core", + "iced_futures", "image", "kamadak-exif", "log", @@ -1848,8 +1818,8 @@ checksum = "a07e6a4645814ecc8ad2506f8b489ed5472ba28b3903006512b90f6bd74d5ec3" dependencies = [ "futures", "iced", - "iced_core 0.13.1", - "iced_futures 0.13.1", + "iced_core", + "iced_futures", "iced_graphics", "iced_renderer", "iced_runtime", @@ -1880,8 +1850,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f72474ab379b1c53f4ec5e468c66f8e307f8db13c865c2714d2c4a4a5b38c9a1" dependencies = [ "bytes", - "iced_core 0.13.1", - "iced_futures 0.13.1", + "iced_core", + "iced_futures", "raw-window-handle", "thiserror", ] @@ -1945,7 +1915,7 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f44cd4e1c594b6334f409282937bf972ba14d31fedf03c23aa595d982a2fda28" dependencies = [ - "iced_futures 0.13.1", + "iced_futures", "iced_graphics", "iced_runtime", "log", @@ -2137,7 +2107,7 @@ dependencies = [ "futures-util", "gio", "iced", - "iced_futures 0.12.0", + "iced_futures", "iced_layershell", "iced_runtime", "iced_zbus_notification", @@ -4387,16 +4357,6 @@ dependencies = [ "wasm-bindgen", ] -[[package]] -name = "web-time" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa30049b1c872b72c89866d458eae9f20380ab280ffd1b1e18df2d3e2d98cfe0" -dependencies = [ - "js-sys", - "wasm-bindgen", -] - [[package]] name = "web-time" version = "1.1.0" @@ -4840,7 +4800,7 @@ dependencies = [ "wayland-protocols 0.32.3", "wayland-protocols-plasma", "web-sys", - "web-time 1.1.0", + "web-time", "windows-sys 0.52.0", "x11-dl", "x11rb", @@ -4973,12 +4933,6 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9" -[[package]] -name = "xxhash-rust" -version = "0.8.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a5cbf750400958819fb6178eaa83bee5cd9c29a26a40cc241df8c70fdd46984" - [[package]] name = "yazi" version = "0.1.6" diff --git a/lala_bar/Cargo.toml b/lala_bar/Cargo.toml index 8877820..e71887a 100644 --- a/lala_bar/Cargo.toml +++ b/lala_bar/Cargo.toml @@ -23,7 +23,7 @@ iced = { version = "0.13.0", features = [ iced_runtime = "0.13.0" iced_layershell = "0.7.0-beta1" tokio = { version = "1.40", features = ["full"] } -iced_futures = "0.12.0" +iced_futures = "0.13.1" env_logger = "0.11.5" tracing = "0.1.40"