From 5564af88792bc37dc3c139c1a3daeaa4900becc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 04:32:52 +0000 Subject: [PATCH] chore(deps): bump iced_futures from 0.12.0 to 0.13.0 Bumps [iced_futures](https://github.com/iced-rs/iced) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/iced-rs/iced/releases) - [Changelog](https://github.com/iced-rs/iced/blob/master/CHANGELOG.md) - [Commits](https://github.com/iced-rs/iced/compare/0.12.0...0.13.0) --- updated-dependencies: - dependency-name: iced_futures dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 87 +++++++++++++++++++++++++++++++++++---------- lala_bar/Cargo.toml | 2 +- 2 files changed, 69 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 869a2b6..638664e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -772,7 +772,7 @@ dependencies = [ "libm", "log", "rangemap", - "rustc-hash", + "rustc-hash 1.1.0", "rustybuzz 0.11.0", "self_cell", "swash", @@ -1652,8 +1652,8 @@ version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d4eb0fbbefb8c428b70680e77ed9013887b17c1d6be366b40f264f956d1a096" dependencies = [ - "iced_core", - "iced_futures", + "iced_core 0.12.3", + "iced_futures 0.12.0", "iced_renderer", "iced_widget", "iced_winit", @@ -1675,10 +1675,29 @@ dependencies = [ "raw-window-handle", "smol_str", "thiserror", - "web-time", + "web-time 0.2.4", "xxhash-rust", ] +[[package]] +name = "iced_core" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ce264c157ad3968928d93f9b244ad8ad63465b5a5c31c86c13199b333629f16f" +dependencies = [ + "bitflags 2.6.0", + "bytes", + "glam", + "log", + "num-traits", + "once_cell", + "palette", + "rustc-hash 2.0.0", + "smol_str", + "thiserror", + "web-time 1.1.0", +] + [[package]] name = "iced_futures" version = "0.12.0" @@ -1686,13 +1705,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "370bad88fb3832cbeeb3fa6c486b4701fb7e8da32a753b3101d4ce81fc1d9497" dependencies = [ "futures", - "iced_core", + "iced_core 0.12.3", "log", "tokio", "wasm-bindgen-futures", "wasm-timer", ] +[[package]] +name = "iced_futures" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b47bd5c48706c57004c8a2d4cb127cb4535600843edb13aed10b09c7cd55eda4" +dependencies = [ + "futures", + "iced_core 0.13.0", + "log", + "rustc-hash 2.0.0", + "wasm-bindgen-futures", + "wasm-timer", +] + [[package]] name = "iced_graphics" version = "0.12.1" @@ -1703,14 +1736,14 @@ dependencies = [ "bytemuck", "cosmic-text", "half", - "iced_core", - "iced_futures", + "iced_core 0.12.3", + "iced_futures 0.12.0", "image", "kamadak-exif", "log", "once_cell", "raw-window-handle", - "rustc-hash", + "rustc-hash 1.1.0", "thiserror", "unicode-segmentation", "xxhash-rust", @@ -1724,8 +1757,8 @@ checksum = "f8b229ba826cb0eb36c5e70b75de0d6624f283abefd0c4394dffe02547fea1d1" dependencies = [ "futures", "iced", - "iced_core", - "iced_futures", + "iced_core 0.12.3", + "iced_futures 0.12.0", "iced_graphics", "iced_renderer", "iced_runtime", @@ -1756,8 +1789,8 @@ version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a79f852c01cc6d61663c94379cb3974ac3ad315a28c504e847d573e094f46822" dependencies = [ - "iced_core", - "iced_futures", + "iced_core 0.12.3", + "iced_futures 0.12.0", "raw-window-handle", "thiserror", ] @@ -1768,7 +1801,7 @@ version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2ea42a740915d2a5a9ff9c3aa0bca28b16e9fb660bc8f675eed71d186cadb579" dependencies = [ - "iced_core", + "iced_core 0.12.3", "once_cell", "palette", ] @@ -1785,7 +1818,7 @@ dependencies = [ "kurbo 0.10.4", "log", "resvg", - "rustc-hash", + "rustc-hash 1.1.0", "softbuffer", "tiny-skia", "xxhash-rust", @@ -2030,7 +2063,7 @@ dependencies = [ "futures-util", "gio", "iced", - "iced_futures", + "iced_futures 0.13.0", "iced_layershell", "iced_runtime", "iced_zbus_notification", @@ -2255,7 +2288,7 @@ dependencies = [ "indexmap", "log", "num-traits", - "rustc-hash", + "rustc-hash 1.1.0", "spirv", "termcolor", "thiserror", @@ -3028,6 +3061,12 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" +[[package]] +name = "rustc-hash" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" + [[package]] name = "rustix" version = "0.38.34" @@ -4199,6 +4238,16 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "web-time" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" +dependencies = [ + "js-sys", + "wasm-bindgen", +] + [[package]] name = "weezl" version = "0.1.8" @@ -4248,7 +4297,7 @@ dependencies = [ "parking_lot 0.12.3", "profiling", "raw-window-handle", - "rustc-hash", + "rustc-hash 1.1.0", "smallvec", "thiserror", "web-sys", @@ -4292,7 +4341,7 @@ dependencies = [ "range-alloc", "raw-window-handle", "renderdoc-sys", - "rustc-hash", + "rustc-hash 1.1.0", "smallvec", "thiserror", "wasm-bindgen", @@ -4637,7 +4686,7 @@ dependencies = [ "wayland-protocols 0.31.2", "wayland-protocols-plasma", "web-sys", - "web-time", + "web-time 0.2.4", "windows-sys 0.48.0", "x11-dl", "x11rb", diff --git a/lala_bar/Cargo.toml b/lala_bar/Cargo.toml index d5d25fb..2257e14 100644 --- a/lala_bar/Cargo.toml +++ b/lala_bar/Cargo.toml @@ -23,7 +23,7 @@ iced = { version = "0.12", features = [ iced_runtime = "0.12" iced_layershell = "0.6.0" tokio = { version = "1.40", features = ["full"] } -iced_futures = "0.12.0" +iced_futures = "0.13.0" env_logger = "0.11.5" tracing = "0.1.40"