Skip to content

fix(deps): update rust crate iced to 0.14 - #13

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/iced-0.x
Open

fix(deps): update rust crate iced to 0.14#13
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/iced-0.x

Conversation

@renovate

@renovate renovate Bot commented Apr 14, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
iced (source) dependencies minor 0.120.14

Release Notes

iced-rs/iced (iced)

v0.14.0

Compare Source

Added
  • Reactive rendering. #​2662
  • Time travel debugging. #​2910
  • Animation API for application code. #​2757
  • Headless mode testing. #​2698
  • First-class end-to-end testing. #​3059
  • Input method support. #​2777
  • Hot reloading. #​3000
  • Concurrent image decoding and uploading (and more cool stuff). #​3092
  • comet debugger and devtools foundations. #​2879
  • Presentation metrics for comet. #​2881
  • Custom performance metrics for comet. #​2891
  • Smart scrollbars. #​2922
  • System theme reactions. #​3051
  • table widget. #​3018
  • grid widget. #​2885
  • sensor widget. #​2751
  • float widget and other cool stuff. #​2916
  • pin widget. #​2673
  • wrap method for column widget. #​2884
  • auto_scroll support for scrollable widget. #​2973
  • delay support for tooltip widget. #​2960
  • Auto strategy to text::Shaping. #​3048
  • Incremental markdown parsing. #​2776
  • Customizable markdown rendering and image support. #​2786
  • Quote support for markdown widget. #​3005
  • Tasklist support for markdown widget. #​3022
  • crisp feature for default quad snapping. #​2969
  • Basic layer merging for graphics::layer::Stack. #​3033
  • Headless mode for iced_wgpu and concurrency foundations. #​2857
  • Primitive culling in column and row widgets. #​2611
  • Lazy Compositor initialization in winit shell. #​2722
  • Support for Justified text alignment. #​2836
  • Support for double click event to mouse_area. #​2602
  • Default implementation for iced_wgpu::geometry::Cache. #​2619
  • physical_key field to KeyReleased event. #​2608
  • total_size method for qr_code widget. #​2606
  • PartialEq implementations for widget styles. #​2637
  • Send marker to iced_wgpu::Renderer by using Arc in caches. #​2692
  • Disabled Status for scrollbar widget. #​2585
  • warning color to theme::Palette. #​2607
  • maximized and fullscreen fields to window::Settings. #​2627
  • window tasks for controlling sizes and resize increments. #​2633
  • window task for drag resizing. #​2642
  • Helper functions for alignment to widget module. #​2746
  • time::repeat subscription. #​2747
  • Vertical support for progress_bar. #​2748
  • scale support for image widget. #​2755
  • LineEnding support for text_editor. #​2759
  • Mul<Transformation> implementation for mouse::Cursor and mouse::Click. #​2758
  • animation module support for Wasm target. #​2764
  • Flake for a dev shell in DEPENDENCIES. #​2769
  • unfocus widget operation. #​2804
  • sipper support and some QoL. #​2805
  • Variable text size for preedit IME window. #​2790
  • is_focused widget operation. #​2812
  • Notification of window pre-presentation to windowing system. #​2849
  • Customizable vertical spacing for wrapped rows. #​2852
  • Indent and unindent actions for text_editor. #​2901
  • Floating Images. #​2903
  • min_size method to PaneGrid. #​2911
  • Generic key for sensor widget. #​2944
  • Debug implementation for Task. #​2955
  • draw_with_bounds method to canvas::Cache. #​3035
  • Synchronous Task Execution and RedrawRequested Consistency. #​3084
  • id method to text_editor. #​2653
  • horizontal and vertical methods to Padding. #​2655
  • is_focused selector and find / find_all operations. #​2664
  • push and into_options methods to combo_box::State. #​2684
  • Hidden variant to mouse::Interaction. #​2685
  • menu_height method to pick_list and combo_box widgets. #​2699
  • text_color to toggler::Style. #​2707
  • text_shaping method to combo_box widget. #​2714
  • transparent field for window::Settings. #​2728
  • closeable and minimizable fields to window::Settings. #​2735
  • window::monitor_size task. #​2754
  • Division operation for Size and Vector. #​2767
  • hidden method to scrollable widget. #​2775
  • Support for macOS-specific key shortcuts with Control modifier. #​2801
  • Additional variants to mouse::Interaction. #​2815
  • vsync field to window::Settings. #​2837
  • wgpu-bare feature flag to disable default wgpu features. #​2828
  • ratio method for Size. #​2861
  • Support for ⌘ + Backspace and ⌘ + Delete macOS shortcuts. #​2862
  • Expandable selection-by-word after double click in text editors. #​2865
  • x11 and wayland feature flags. #​2869
  • label method for checkbox widget. #​2873
  • shader::Pipeline trait for easier wgpu resource management. #​2876
  • select_range widget operation. #​2890
  • grid! macro helper. #​2904
  • warning style for container widget. #​2912
  • Current toggle state to toggler::Status::Disabled. #​2908
  • Cursor size awareness for input methods. #​2918
  • allow_automatic_tabbing task to runtime::window. #​2933
  • FromStr and Display implementations for Color. #​2937
  • text::Renderer trait in iced_graphics with fill_raw method. #​2958
  • font_maybe helper for text widget. #​2988
  • filter_map method to Subscription. #​2981
  • repeat field to keyboard::Event::KeyPressed. #​2991
  • Additional settings to control the fonts used for markdown rendering. #​2999
  • Rescaled variant to window::Event. #​3001
  • Environment variable to define beacon server listen address. #​3003
  • push_under method to stack widget. #​3010
  • NONE constant to keyboard::Modifiers. #​3037
  • shadow field to overlay::menu::Style. #​3049
  • draw_mesh_cache method in mesh::Renderer trait. #​3070
  • Efficient is_empty method for text_editor::Content. #​3117
  • *Assign implementations for Point and Vector. #​3131
  • Support Background instead of Color styling for scrollable. #​3127
  • CornerPreference window setting for Windows. #​3128
  • move_to method for Editor API. #​3125
  • Background and padding_ratio support for toggler styling. #​3129
  • More syntaxes for iced_highlighter. #​2822
  • Implement Sub<Vector> for Cursor. #​3137
Changed
  • Replace Rc with Arc for markdown caching. #​2599
  • Improved button::Catalog and Style documentation. #​2590
  • Improved clock example to display ticks and numbers. #​2644
  • Derived PartialEq and Eq for mouse::click::Kind. #​2741
  • Marked Color::from_rgb8 and Color::from_rgba8 as const. #​2749
  • Replaced unmaintained directories-next crate with directories. #​2761
  • Changed Widget::update to take Event by reference. #​2781
  • Improved gallery example with blurhash previews. #​2796
  • Replaced wasm-timer with wasmtimer. #​2780
  • Tweaked Palette Generation. #​2811
  • Relaxed Task::perform bound from Fn to FnOnce. #​2827
  • Improved quad shader to use a single SDF in iced_wgpu. #​2967
  • Leveraged Limits::min directly in scrollable::layout. #​3004
  • Overhauled theme::Palette generation by leveraging Oklch. #​3028
  • Mutable Widget Methods. #​3038
  • Prioritized Shrink over Fill in layout logic. #​3045
  • Replaced format! with concat! for string literals. #​2695
  • Replaced window::run_with_handle with a more powerful window::run. #​2718
  • Made color helpers in palette module public. #​2771
  • Changed default PowerPreference to HighPerformance in iced_wgpu. #​2813
  • Made button::DEFAULT_PADDING public. #​2858
  • Replaced Url parsing in markdown widget with String URIs. #​2992
  • Improved alignment docs of container. #​2871
  • Made input_method module public. #​2897
  • iced logo to built-in icons font. #​2902
  • Made Layout::children return an ExactSizeIterator. #​2915
  • Enabled fancy-regex instead of onig for syntect. #​2932
  • Added warning status to toast example. #​2936
  • Improved scroll_to and snap_to to allow operating on a single axis. #​2994
  • Disabled png-format feature from iced_tiny_skia. #​3043
  • Unified keyboard subscriptions into a single listen subscription. #​3135
  • Updated to Rust 2024. #​2809
  • Updated wgpu to 22.0. #​2510
  • Updated wgpu to 23.0. #​2663
  • Updated wgpu to 24.0. #​2832
  • Updated wgpu to 26.0. #​3019
  • Updated wgpu to 27.0. #​3097
  • Updated image to 0.25. #​2716
  • Updated cosmic-text to 0.13. #​2834
  • Updated cosmic-text to 0.14. #​2880
  • Updated cosmic-text to 0.15. #​3098
  • Updated resvg to 0.45. #​2846
  • Updated wasmtimer to 0.4.2. #​3012
  • Updated dark-light to 2.0. #​2724
  • Updated openssl to 0.10.70. #​2783
  • Updated our winit fork with 0.30.8 fixes. #​2737
Fixed
  • Slow wgpu documentation. #​2593
  • Documentation for open_events. #​2594
  • Layout for wrapped row with spacing. #​2596
  • Flex layout of Fill elements in a Shrink cross axis. #​2598
  • Incorrect triangle mesh counting in wgpu. #​2601
  • Dropped images and meshes when pasting Frame. #​2605
  • loading_spinners example skipping part of the animation cycle. #​2617
  • Window File* events not marked as unsupported for Wayland. #​2615
  • Coupling of markdown::view iterator lifetime with resulting Element. #​2623
  • Delete key not working in text_editor widget. #​2632
  • Consecutive clicks triggering independently of distance. #​2639
  • pane_grid losing continuity when adding or removing panes. #​2628
  • Synthetic keyboard events not being discarded. #​2649
  • sort_by without total ordering in tiny-skia damage tracking. #​2651
  • Outdated docs of Scrollable::with_direction and direction. #​2668
  • button calling its on_press handler unnecessarily. #​2683
  • system_information example getting stuck at boot. #​2681
  • tooltip widget not redrawing when hovered. #​2675
  • pane_grid::DragEvent::Canceled not emitted within deadband. #​2691
  • Inconsistent positions in window-related operations. #​2688
  • text::Wrapping not being applied to Paragraph. #​2723
  • Broken nested markdown lists without empty line. #​2641
  • Unnecessary cast in the_matrix example. #​2731
  • Incorrect layer counting in iced_wgpu. #​2701
  • Image not respecting viewport bounds. #​2752
  • Attempting to draw empty meshes in iced_wgpu. #​2782
  • Input placeholder text not clearing when IME is activated. #​2785
  • Missing redraw request in image::Viewer. #​2795
  • Wrong position of preedit text on scrolled content. #​2798
  • Wrong initial candidate position for IME. #​2793
  • Text spans in IME preedit not being properly cached. #​2806
  • cpu_brand in system_information always being empty. #​2797
  • Horizontal text alignment being ignored on multi-line text. #​2835
  • Missing redraw request in mouse_area when hovered. #​2845
  • futures-executor being pulled even when it's not the default executor. #​2841
  • WebGPU failing to boot in Chromium. #​2686
  • Crash when using WebGL due to wrong binding alignment. #​2883
  • Wrong calculation of rows in grid widget when evenly distributed. #​2896
  • Panic in combo_box due to cleared children during diff. #​2905
  • OpenGL backend in wgpu interpreting atlas texture as cube map instead of texture array. #​2919
  • quad shader blending without pre-multiplication. #​2925
  • Inconsistent primitive pixel snapping in iced_wgpu. #​2962
  • Inconsistent Rectangle::is_within implementation. #​2966
  • Text damage calculation in iced_tiny_skia. #​2964
  • Leftover title mention in documentation. #​2972
  • Text bounds cutoff in iced_wgpu. #​2975
  • Rectangle vertices not being snapped to the pixel grid independently. #​2768
  • Lints for Rust 1.89. #​3030
  • debug builds on macOS Tahoe. #​3056
  • Typo in documentation comment for filter_map. #​3052
  • container::Style not respecting crisp feature. #​3112
  • Incorrect padding in text_editor. #​3115
  • Outdated documentation of Widget::mouse_interaction. #​2696
  • Incorrect render pass viewport in custom_shader example. #​2738
  • Capturing ButtonReleased event inside image::Viewer. #​2744
  • Incomplete docs for on_link_click in rich_text. #​2803
  • Stale syntax highlighting on text_editor after theme changes. #​2818
  • Wrong background color for window::Preedit on translucent themes. #​2819
  • Panic on Chromium-like browsers when canvas initial size is (0, 0). #​2829
  • Outdated dev shell templates. #​2840
  • Missing derive feature for serde dependency. #​2854
  • bezier_tool listed as an example in the Widget trait docs. #​2867
  • Incomplete doc comment of Length::is_fill. #​2892
  • scrollable touch scrolling when out of bounds. #​2906
  • Element::explain being hidden by multi-layer widgets. #​2913
  • Missing Shell::request_redraw on component. #​2930
  • Text clipping in iced_tiny_skia. #​2929
  • Inconsistent naming of tree parameter in Widget trait. #​2950
  • text_editor syntax highlighting not updating on paste. #​2947
  • svg scaling in iced_tiny_skia. #​2954
  • Stroke bounds calculation and clip transformations in iced_tiny_skia. #​2882
  • Artifacts when drawing small arcs in canvas widget. #​2959
  • Path not being closed in Path::circle. #​2979
  • Incorrect transformation of cached primitives in iced_tiny_skia. #​2977
  • Panic when drawing empty image in iced_tiny_skia. #​2986
  • Incorrect mapping of navigation keys on higher keyboard layers. #​3007
  • Status of svg widget not being updated on cursor movement. #​3009
  • hover widget ignoring events in certain conditions. #​3015
  • OpenGL backend in iced_wgpu choosing wrong texture format in wgpu::image::atlas. #​3016
  • Missing redraw request in geometry example. #​3020
  • Buffer presentation logic in iced_tiny_skia. #​3032
  • combo_box text not getting cleared on selection. #​3063
  • wgpu surface not being reconfigured on SurfaceError::Lost or Outdated. #​3067
  • Incorrect cursor for slider widget on Windows . #​3068
  • Paragraph::hit_span returning false positives at end of content. #​3072
  • Incorrect Limits::loose documentation. #​3116
  • Missing semicolon triggering a clippy lint. #​3118
  • iced_tiny_skia using a Window instead of a Display handle for softbuffer::Context creation. #​3090
  • Missing fn operate in tooltip widget. #​3132
  • Panic when rendering problematic svg. #​3123
  • Hotkey combinations not working on non-latin keyboard layouts. #​3134
  • keyboard::listen reporting captured key events. #​3136
Removed

Many thanks to...

v0.13.1

Compare Source

Added
  • Some From trait implementations for text_input::Id. #​2582
  • Custom Executor support for Application and Daemon. #​2580
  • rust-version metadata to Cargo.toml. #​2579
  • Widget examples to API reference. #​2587
Fixed
  • Inverted scrolling direction with trackpad in scrollable. #​2583
  • scrollable transactions when on_scroll is not set. #​2584
  • Incorrect text color styling in text_editor widget. #​2586

Many thanks to...

v0.13.0

Compare Source

Added
  • Introductory chapters to the official guide book.
  • Pocket guide in API reference.
  • Program API. #​2331
  • Task API. #​2463
  • Daemon API and Shell Runtime Unification. #​2469
  • rich_text and markdown widgets. #​2508
  • stack widget. #​2405
  • hover widget. #​2408
  • row::Wrapping widget. #​2539
  • text macro helper. #​2338
  • text::Wrapping support. #​2279
  • Functional widget styling. #​2312
  • Closure-based widget styling. #​2326
  • Class-based Theming. #​2350
  • Type-Driven Renderer Fallback. #​2351
  • Background styling to rich_text widget. #​2516
  • Underline support for rich_text. #​2526
  • Strikethrough support for rich_text. #​2528
  • Abortable Task. #​2496
  • abort_on_drop to task::Handle. #​2503
  • Ferra theme. #​2329
  • auto-detect-theme feature. #​2343
  • Custom key binding support for text_editor. #​2522
  • align_x for text_input widget. #​2535
  • center widget helper. #​2423
  • Rotation support for image and svg widgets. #​2334
  • Dynamic opacity support for image and svg. #​2424
  • Scroll transactions for scrollable widget. #​2401
  • physical_key and modified_key to keyboard::Event. #​2576
  • fetch_position command in window module. #​2280
  • filter_method property for image::Viewer widget. #​2324
  • Support for pre-multiplied alpha wgpu composite mode. #​2341
  • text_size and line_height properties for text_editor widget. #​2358
  • is_focused method for text_editor::State. #​2386
  • canvas::Cache Grouping. #​2415
  • ICED_PRESENT_MODE env var to pick a wgpu::PresentMode. #​2428
  • SpecificWith variant to window::Position. #​2435
  • scale_factor field to window::Screenshot. #​2449
  • Styling support for overlay::Menu of pick_list widget. #​2457
  • window::Id in Event subscriptions. #​2456
  • FromIterator implementation for row and column. #​2460
  • content_fit for image::viewer widget. #​2330
  • Display implementation for Radians. #​2446
  • Helper methods for window::Settings in Application. #​2470
  • Copy implementation for canvas::Fill and canvas::Stroke. #​2475
  • Clarification of Border alignment for Quad. #​2485
  • "Select All" functionality on Ctrl+A to text_editor. #​2321
  • stream::try_channel helper. #​2497
  • iced widget helper to display the iced logo ☄️. #​2498
  • align_x and align_y helpers to scrollable. #​2499
  • Built-in text styles for each Palette color. #​2500
  • Embedded Scrollbar support for scrollable. #​2269
  • on_press_with method for button. #​2502
  • resize_events subscription to window module. #​2505
  • Link support to rich_text widget. #​2512
  • image and svg support for canvas widget. #​2537
  • Compact variant for pane_grid::Controls. #​2555
  • image-without-codecs feature flag. #​2244
  • container::background styling helper. #​2261
  • undecorated_shadow window setting for Windows. #​2285
  • Tasks for setting mouse passthrough. #​2284
  • *_maybe helpers for text_input widget. #​2390
  • Wasm support for download_progress example. #​2419
  • scrollable::scroll_by widget operation. #​2436
  • Enhancements to slider widget styling. #​2444
  • on_scroll handler to mouse_area widget. #​2450
  • stroke_rectangle method to canvas::Frame. #​2473
  • override_redirect setting for X11 windows. #​2476
  • Disabled state support for toggler widget. #​2478
  • Color::parse helper for parsing color strings. #​2486
  • rounded_rectangle method to canvas::Path. #​2491
  • width method to text_editor widget. #​2513
  • on_open handler to combo_box widget. #​2534
  • Additional mouse::Interaction cursors. #​2551
  • Scroll wheel handling in slider widget. #​2565
Changed
  • Use a StagingBelt in iced_wgpu for regular buffer uploads. #​2357
  • Use generic Content in Text to avoid reallocation in fill_text. #​2360
  • Use Iterator::size_hint to initialize Column and Row capacity. #​2362
  • Specialize widget::text helper. #​2363
  • Use built-in [lints] table in Cargo.toml. #​2377
  • Target #iced container by default on Wasm. #​2342
  • Improved architecture for iced_wgpu and iced_tiny_skia. #​2382
  • Make image Cache eviction strategy less aggressive in iced_wgpu. #​2403
  • Retain caches in iced_wgpu as long as Rc values are alive. #​2409
  • Use bytes crate for image widget. #​2356
  • Update winit to 0.30. #​2427
  • Reuse glyphon::Pipeline state in iced_wgpu. #​2430
  • Ask for explicit Length in center_* methods. #​2441
  • Hide internal Task constructors. #​2492
  • Hide Subscription internals. #​2493
  • Improved view ergonomics. #​2504
  • Update cosmic-text and resvg. #​2416
  • Snap Quad lines to the pixel grid in iced_wgpu. #​2531
  • Update web-sys to 0.3.69. #​2507
  • Allow disabled TextInput to still be interacted with. #​2262
  • Enable horizontal scrolling without shift modifier for srollable widget. #​2392
  • Add mouse::Button to mouse::Click. #​2414
  • Notify scrollable::Viewport changes. #​2438
  • Improved documentation of Component state management. #​2556
Fixed
  • Fix block_on in iced_wgpu hanging Wasm builds. #​2313
  • Private PaneGrid style fields. #​2316
  • Some documentation typos. #​2317
  • Blurry input caret with non-integral scaling. #​2320
  • Scrollbar stuck in a scrollable under some circumstances. #​2322
  • Broken wgpu examples link in issue template. #​2327
  • Empty wgpu draw calls in image pipeline. #​2344
  • Layout invalidation for Responsive widget. #​2345
  • Incorrect shadows on quads with rounded corners. #​2354
  • Empty menu overlay on combo_box. #​2364
  • Copy / cut vulnerability in a secure TextInput. #​2366
  • Inadequate readability / contrast for built-in themes. #​2376
  • Fix pkg-config typo in DEPENDENCIES.md. #​2379
  • Unbounded memory consumption by iced_winit::Proxy. #​2389
  • Typo in icon::Error message. #​2393
  • Nested scrollables capturing all scroll events. #​2397
  • Content capturing scrollbar events in a scrollable. #​2406
  • Out of bounds caret and overflow when scrolling in text_editor. #​2407
  • Missing derive(Default) in overview code snippet. #​2412
  • image::Viewer triggering grab from outside the widget. #​2420
  • Different windows fighting over shared image::Cache. #​2425
  • Images not aligned to the (logical) pixel grid in iced_wgpu. #​2440
  • Incorrect local time in clock example under Unix systems. #​2421
  • ⌘ + ← and ⌘ + → behavior for text_input on macOS. #​2315
  • Wayland packages in DEPENDENCIES.md. #​2465
  • Typo in documentation. #​2487
  • Extraneous comment in scrollable module. #​2488
  • Top layer in hover widget hiding when focused. #​2544
  • Out of bounds text in text_editor widget. #​2536
  • Segfault on Wayland when closing the app. #​2547
  • lazy feature flag sometimes not present in documentation. #​2289
  • Border of progress_bar widget being rendered below the active bar. #​2443
  • radii typo in iced_wgpu shader. #​2484
  • Incorrect priority of Binding::Delete in text_editor. #​2514
  • Division by zero in multitouch example. #​2517
  • Invisible text in svg widget. #​2560
  • wasm32 deployments not displaying anything. #​2574
  • Unnecessary COM initialization on Windows. #​2578
Removed
  • Unnecessary struct from download_progress example. #​2380
  • Out of date comment from custom_widget example. #​2549
  • Clone bound for graphics::Cache::clear. #​2575

Many thanks to...

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot enabled auto-merge (squash) April 14, 2026 04:26
@renovate

renovate Bot commented Apr 14, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `web-sys`.
    ... required by package `mundy v0.2.0`
    ... which satisfies dependency `mundy = "^0.2"` of package `iced_winit v0.14.0`
    ... which satisfies dependency `iced_winit = "^0.14.0"` of package `iced v0.14.0`
    ... which satisfies dependency `iced = "^0.14"` of package `pulse-stream v0.1.7 (/tmp/renovate/repos/github/dasunNimantha/pulse-stream)`
versions that meet the requirements `^0.3.70` are: 0.3.103, 0.3.102, 0.3.100, 0.3.99, 0.3.98, 0.3.97, 0.3.95, 0.3.94, 0.3.93, 0.3.92, 0.3.91, 0.3.90, 0.3.89, 0.3.88, 0.3.87, 0.3.86, 0.3.85, 0.3.84, 0.3.83, 0.3.82, 0.3.81, 0.3.80, 0.3.79, 0.3.78, 0.3.77, 0.3.76, 0.3.75, 0.3.74, 0.3.73, 0.3.72, 0.3.70

all possible versions conflict with previously selected packages

  previously selected package `web-sys v0.3.67`
    ... which satisfies dependency `web-sys = "=0.3.67"` of package `iced_winit v0.12.0`
    ... which satisfies dependency `iced_winit = "^0.12"` of package `iced v0.12.1`
    ... which satisfies dependency `iced = "^0.12.1"` of package `iced_aw v0.9.3`
    ... which satisfies dependency `iced_aw = "^0.9"` of package `pulse-stream v0.1.7 (/tmp/renovate/repos/github/dasunNimantha/pulse-stream)`

failed to select a version for `web-sys` which could resolve this conflict

@renovate
renovate Bot force-pushed the renovate/iced-0.x branch 2 times, most recently from 0512b09 to f229c48 Compare April 16, 2026 17:11
@renovate
renovate Bot force-pushed the renovate/iced-0.x branch 2 times, most recently from 17be23c to dcdc0b7 Compare April 24, 2026 05:38
@renovate
renovate Bot force-pushed the renovate/iced-0.x branch 2 times, most recently from e9f8577 to 3d98985 Compare May 7, 2026 02:02
@renovate
renovate Bot force-pushed the renovate/iced-0.x branch 4 times, most recently from d2e91a5 to 6aefc92 Compare May 15, 2026 21:52
@renovate
renovate Bot force-pushed the renovate/iced-0.x branch 2 times, most recently from 8585a26 to 69432ed Compare May 29, 2026 02:15
@renovate
renovate Bot force-pushed the renovate/iced-0.x branch 2 times, most recently from 0ed35d9 to 6a9da26 Compare June 18, 2026 10:16
@renovate
renovate Bot force-pushed the renovate/iced-0.x branch 4 times, most recently from 5322288 to b0be115 Compare July 27, 2026 14:54
@renovate
renovate Bot force-pushed the renovate/iced-0.x branch from b0be115 to af390e9 Compare July 27, 2026 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants