Skip to content

chore(deps): update all non-major dependencies#117

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#117
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
anyhow dependencies patch 1.0.1031.0.104
crossbeam-channel (source) dev-dependencies patch 0.5.150.5.16
libfuzzer-sys dependencies patch 0.4.120.4.13
open dependencies minor 5.3.55.4.0
reqwest dependencies patch 0.13.30.13.4
serde (source) dependencies patch 1.0.2281.0.229
slint (source) dependencies minor 1.14.11.17.1
slint-build (source) build-dependencies minor 1.14.11.17.1
smallvec dependencies patch 1.15.11.15.2
tauri-winrt-notification dependencies patch 0.8.00.8.1
thiserror dependencies patch 2.0.182.0.19
tray-icon dependencies patch 0.24.00.24.1
uuid dependencies minor 1.23.11.24.0

Release Notes

dtolnay/anyhow (anyhow)

v1.0.104

Compare Source

  • Update syn dev-dependency to version 3
crossbeam-rs/crossbeam (crossbeam-channel)

v0.5.16: crossbeam-channel 0.5.16

Compare Source

  • Improve support for rust-analyzer auto-completion of code inside select!/select_biased! macro. (#​1240)
  • Make never const. (#​1250)
rust-fuzz/libfuzzer (libfuzzer-sys)

v0.4.13

Compare Source

Released 2026-06-04.

Changed
  • Updated docs for the fuzz_mutator! macro to link to the mutatis
    crate
    , which is a helpful crate when writing complex
    custom mutators.

Byron/open-rs (open)

v5.4.0

Compare Source

New Features
  • cargo run now shows the exact commands that were tried when opening.
    This is useful for debugging, mainly.
Bug Fixes
  • Align WSL PowerShell invocation with Windows
    Pass the WSL open target to PowerShell through the OPEN_RS_TARGET
    environment variable instead of embedding it in the command string and
    escaping it as a single-quoted PowerShell value.

    This matches the safer invocation already used by the native Windows
    backend. Keeping the PowerShell program fixed ensures that paths and URLs
    are treated purely as data, even when they contain quotes, semicolons, or
    other PowerShell metacharacters. It also removes the need for custom
    PowerShell quoting and avoids converting the target through
    to_string_lossy() during command construction.

    Add -NonInteractive for consistency with the Windows launcher and update
    the WSL tests to verify both the fixed command and the unchanged
    environment-variable value.

  • prevent launcher option and shell injection
    Opening an attacker-controlled dash-leading path could be interpreted as
    launcher options. On Windows, cmd /c start also parsed embedded quotes and
    metacharacters as command language, while the legacy gnome-open fallback
    could load a module even after a double-dash separator.

    Add command-construction regressions for malicious option-shaped paths and
    Windows shell metacharacters. Use supported separators on macOS and KDE, and
    rewrite dash-leading relative paths for launchers without separator support.
    Keep Windows values out of shell syntax by passing the default target through
    the environment and invoking custom applications directly, with explorer.exe
    as a PowerShell-free fallback.

    Exclude cmd-based opening by default, while providing an
    explicit insecure Cargo feature for users who need compatibility it
    and accept their unsafe handling of untrusted input.

    Validated with default and all-feature cargo tests, clippy, and cross-target
    cargo check --tests for aarch64 Linux and Windows.

Commit Statistics
  • 5 commits contributed to the release.
  • 3 commits were understood as conventional.
  • 1 unique issue was worked on: #​124
Commit Details
view details
  • #​124
    • Prevent launcher option and shell injection (fd29861)
  • Uncategorized
    • Merge pull request #​126 from Byron/fix-wsl (bdc3397)
    • Align WSL PowerShell invocation with Windows (7265cae)
    • Merge pull request #​125 from Byron/open-with-dash-dash (407b058)
    • cargo run now shows the exact commands that were tried when opening. (7c19c0a)

v5.3.6

Compare Source

Bug Fixes
  • use PowerShell instead of wslview on WSL
    WSL users reported that wslu's wslview is discontinued and unavailable in
    some package managers. The regression tests cover the WSL command builder and
    initially failed because the first generated command was still wslview.

    Build the WSL opener as a PowerShell Start-Process -FilePath script argument
    with the target quoted as data, then retain the xdg-open, gio, gnome-open, and
    kde-open fallbacks. Update the user-facing docs and keep the WSL command builder
    testable from host builds without adding dev-dependencies.

Commit Statistics
  • 3 commits contributed to the release.
  • 48 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #​122
Commit Details
view details
seanmonstar/reqwest (reqwest)

v0.13.4

Compare Source

  • Add ClientBuilder::tls_sslkeylogfile(bool) option to allow using the related environment variable.
  • Add ClientBuilder::http2_keep_alive_* options for the blocking client.
  • Add TLS 1.3 support when using native-tls backend.
  • Fix redirect handling to strip sensitive headers when the scheme changes.
  • Fix HTTP/3 happy-eyeball connection creation.
  • Upgrade hickory-resolver to 0.26.
serde-rs/serde (serde)

v1.0.229

Compare Source

  • Update to syn 3
slint-ui/slint (slint)

v1.17.1

Compare Source

  • Fixed a panic/crash on startup when a global reads Palette.color-scheme (or accent-color) during its initialization.
  • Fixed text elision across explicit line breaks and ellipsis placement.
  • Fixed extra blank lines when the text contains Windows line endings. (#​12347)
  • Fixed animations starting from the wrong value when the property was set before its binding was evaluated. (#​12303)
  • Fixed scrolling behavior of TextEdit on cursor movement. (#​10496)
  • Warn when a DragArea has no data set. (#​12247)
  • Interpreter: Fixed crash with two-way bindings to struct fields. (#​12278, #​12279)
  • Widgets: Made the default font size consistent with plain Text. (#​12237)
  • GridLayout: Fixed panic on out-of-range row or column, and colspan in conditional cells. (#​12292, #​12257)
  • Fixed unbounded window height with an unsized Image. (#​12286)
  • Fixed non-finite number literals being generated as 0. (#​12230)
  • Fixed clipping popup for non native popups. (#​12324)
  • Fixed panic on Timer.restart() in a conditional sub-component. (#​12355)
  • winit: Fixed wrong initial window size on Wayland. (#​12262)
  • Skia: Fixed flickering of imported WGPU textures on macOS. (#​12271)
  • iOS: Focus input fields on tap release and follow the macOS keyboard navigation.
  • esp-idf: Fixed rendering synchronization on MIPI-DSI DPI panels.
  • Rust: Fixed panic when a future's waker fires after the event loop stopped. (#​12289)
  • LSP: Fixed panic when a watched file path has no URL representation. (#​12291)
  • live-preview: Made the remote preview resizable, fixed images not loading on iOS and Android devices,
    and support link-local IPv6 addresses.
  • Increased the stack size of the published tools on Windows.

v1.17.0

Compare Source

General
  • Upgraded WGPU dependency to version 29: The unstable-wgpu-27 and unstable-wgpu-28 Cargo features have been replaced
    by a single unstable-wgpu-29 feature, alongside the new slint::wgpu_29 module. Existing users of the
    unstable-wgpu-27/unstable-wgpu-28 features need to migrate to unstable-wgpu-29 and update their code to use
    slint::wgpu_29, GraphicsAPI::WGPU29, BackendSelector::require_wgpu_29(), and Image::to_wgpu_29_texture().
  • Android: Fixed IME keyboard not appearing on some devices. (#​11357)
  • Fixed opacity layers not re-rendering when its size becomes non-zero. (#​11431)
  • winit: Fixed fixed width/height not applied to winit window at startup.
  • winit/macOS: Fixed crash on macOS 13 when creating a window. (#​11499)
  • winit: Honor the system cursor blink rate.
  • FemtoVG: Fixed rounded clip rendering when children don't fill the clip. (#​11608)
  • FemtoVG WGPU: Honor window transparency by selecting a non-opaque swapchain composite alpha mode.
  • for and if elements are now instantiated eagerly, so their contents are evaluated immediately rather than lazily. This fixes
    some recursion panics with init callbacks.
  • iOS: Added detection of system dark/light theme.
  • Windows: Treat Shift+F10 as menu key.
  • Fixed per-corner radii for drop shadows.
  • Upgraded fontique and parley to 0.10: The unstable-fontique-09 Cargo feature is renamed to
    unstable-fontique-010, and the slint::fontique_09 module to slint::fontique_010.
  • The default font size for application is read from system settings on Windows and Linux.
  • Software renderer: Support binding the Path element's commands property (SVG path data) in no_std builds.
Slint language
  • ListView: Fixed drag with differing height items.
  • PopupWindow now reacts to changes in their geometry properties after being shown. (#​6000)
  • PopupWindow: Added is-open output property, reflecting whether the popup is currently shown.
  • Flickable: Animate wheel scrolling. (#​11312)
  • Flickable: Fixed tab focus skipping items and scroll all ancestor Flickables into view. (#​10321)
  • Flickable: Fixed double-click text selection inside Flickable.
  • TextInput: Show caret and allow selection in read-only text inputs.
  • A global can now implement a callback declared in another global, by declaring a two-way alias
    to it (callback foo <=> Other.foo;) and providing a handler (foo => { ... }).
  • Added new SystemTrayIcon element.
  • Added cross-axis-alignment property to VerticalLayout and HorizontalLayout for cross-axis alignment. (#​2587)
  • Added two-way bindings to model row data. (#​2013)
  • @markdown(): Fixed interpolation in link URLs and colors.
  • Added accessible-orientation and accessible-live-region properties.
  • Added DragArea and DropArea elements, as well as the data-transfer type for drag and drop support within a window.
  • Deprecated calling init() explicitly. (#​11696)
  • Added Tooltip element.
  • Window: Added minimized, maximized properties, and close(), and hide() functions.
  • Added drop-shadow-spread and inner-shadow-{color,blur,offset-x,offset-y,spread} properties to rectangle. (Only supported in Skia)
  • added Platform.macos-bring-all-windows-to-front().
  • TextInput: Added undo() and redo() functions.
  • TextInput: allow assistive technlogies to change the accessible value.
  • Fixed percentage size in children impacting parent layout. (#​3346)
  • Re-evaluate property bindings when a callback handler is changed from native code. (#​9551)
  • Add landmark accessible roles to AccessibleRole. (#​11831)
  • animate: Added enabled boolean to toggle animations on/off (defaults to true). (#​9604)
  • Conversions between float and string now use the locale's decimal separator,
    which is exposed as Platform.decimal-separator. (#​10857)
  • Added InputType.search to identify search input fields and inform assistive technologies about their purpose.
  • @conic-gradient and @radial-gradient now supports at <x> <y> and an optional radius. (#​11760)
Widgets
  • ComboBox: Fixed long selected values. (#​11332)
  • ComboBox: warn when changing current-value programmatically as this has no effect.
  • CheckBox: Added font-size and font-weight.
  • Added RadioGroup widget. (#​11141)
Rust
  • Minimum Supported Rust Version (MSRV) is 1.92.
  • Added slint::platform::skia_renderer::SkiaWGPURenderer for rendering into external WGPU textures.
  • Fixed slint::platform::femtovg_renderer::FemtoVGRenderer not always being accessible. (#​11530)
  • Made PointerEvent and PointerEventKind types public in language module. (#​11587)
  • Added StyledText struct that maps to a styled-text slint type and can parse markdown at runtime.
  • Added public API to create keys.
  • Cache the slint! macro expension for better experience with rust-analyzer. (#​12145)
C++
  • Use C++26 = delete("reason") when available. (#​11393)
  • Made PointerEvent and PointerEventKind types public in language namespace. (#​11587)
  • Added StyledText struct that maps to a styled-text slint type and can parse markdown at runtime.
  • Added public API to create keys.
  • Fixed setting a model to nullptr when using the live preview.
  • Fix memory leak in the C++ changed callbacks. (#​12135)
JavaScript
  • Integrate event loop with libuv fd on Linux and macOS with node to avoid excessive polling.
  • Fixed leak when a callback handler has a reference to a component instance.
  • exposed StyledText markdown parsing API.
  • Added ArrayModel.splice to remove and/or insert values at a given index, following the semantics of Array.prototype.splice.
  • Added public API to create keys.
  • npm install slint-ui no longer falls back to building from source when no pre-built binary matches the
    platform; the install script that did this made pnpm >= 10 fail the installation.
Python
  • Added support for asyncio signal handlers in the event loop. (#​11507)
  • Callback arguments and return values declared as int in .slint are now passed to Python as int instead of float.(#​11558)
  • Properties declared as int in .slint are now read and written as Python int instead of float, including int fields in structs and int elements in models.
  • Generated wrappers (slint-compiler -f python) now annotate int slots as Python int instead of float. Existing wrappers must be regenerated.
  • Added StyledText markdown parsing API. (#​11708)
  • Added ListModel.insert to insert a value at a given index.
  • Added public API to create keys.
  • Added LogicalPosition and LogicalSize value classes.
Tooling
  • SlintPad: Show download progress for the LSP wasm on the splash screen.
  • LSP: @markdown completion is now supported.
  • LSP: Fixed selection of imported sub-components in preview.
  • LSP: Update the preview highlight on hover.
  • LSP: formatter preserve newlines in expression, as well as enum declarations and export lists.
  • LSP: show runtime warnings in the console (eg: missing image file).
  • LSP: When renaming a public property, callback, or function in .slint, the LSP can search and replace matching generated Rust/C++ accessor identifiers in workspace source files.
    The search is textual and includes comments and strings.
    Skip and don't ask again suppresses the prompt for the rest of the LSP session.
    Clients may apply the follow-up edit immediately, so inspect the resulting changes with source control.
    This feature requires standard rename, window/showMessageRequest, and workspace/applyEdit support. (#​11841)
  • Improved file watcher by tracking new file and moved directories.
  • Compiler: Report precise error location within @markdown and @tr strings. (#​11577)
  • Added MCP server feature. (#​11542)
  • Viewer now runs on iOS and Android.
  • Added slint-viewer --remote to connect to a slint LSP from a mobile device or another device.
  • Added slint-viewer --screenshot and slint-viewer --check.

v1.16.1

Compare Source

  • ListView: Fixed compiler panic with a graceful fallback in the dirty region computation.
  • ComboBox: Elide long selected values when the text is wider than the available width. (#​11332)
  • winit/macOS: Use muda KeyAccelerator so keyboard shortcuts are represented in the native menu bar. (#​11253)
  • winit/macOS: Fixed animations/updates not working on some setups. (#​11472)
  • winit/Windows: Fix retrieving the system accent color. (#​11461)
  • LinuxKMS: Fix wgpu support when enabling renderer-skia and unstable-wgpu-28/-27.
  • Documented limitations of the SwipeGestureHandler more prominently.
  • Fixed two-way binding of struct losing data on conditional toggle. (#​11425)
  • Fixed password field text layout calculations. (#​11434)
  • Skia: Fixed partial rendering artifacts when using transforms.
  • Qt: Fixed QPainter warnings when rendering zero sized layers.
  • Fixed compile time panic when default initializing a styled-text struct field.
Rust
  • breaking change: Marked KeyEvent and KeyboardModifiers as #[non_exhaustive]. We missed this in 1.16.0,
    but this is unlikely to affect users as those data structures are typically not created in Rust code.
Tooling
  • LSP: Replaced eprintln! with tracing and forbid print_stdout/print_stderr to avoid corrupting
    the protocol stream and to prevent panics when stderr is closed.
  • SlintPad: Show a dialog with a pre-filled bug report when wasm code panics. (#​6313)
  • SlintPad: Fixed panic when starting with "Hello World" after clearing editor. (#​11416)

v1.16.0

Compare Source

General
  • Software renderer: avoid doing dirty-region computation when we need to redraw the whole buffer.
  • Software renderer: Added software-renderer-path feature to enable Path with no_std.
  • Software renderer: Fix space character with sdf fonts.
  • FemtoVG & Software Renderer: Use swash for glyph rasterization for better text rendering.
  • Fixed Tab focus traversal for widgets in a Flickable. (#​10780)
  • Skia: Enabled subpixel glyph positioning to fix uneven text spacing. (#​10752)
  • Winit: Batch mouse move events to prevent too many move events from delaying rendering. (#​9038)
  • Wasm: Enabled clipboard interaction by default.
  • LinuxKMS: Add support for WGPU based rendering with Skia and FemtoVG.
  • Qt and winit: Fixed restarting the event loop after being exited.
  • Fixed alpha blending when smooth-scaling images (#​10469)
  • The winit backend is now the default on all platforms. (Qt is no longer the default on Linux)
  • Software renderer: Pre-rendered embedded glyphs are now embedded for multiple font weights.
  • Software renderer: Fixed division by zero with tiny images (#​7863)
  • ContextMenuArea now uses a native menu on MacOS. (#​8141)
  • Wasm: Changed default font to Inter.
  • Android: fixed incorrect window size when the surface size is not the same as the activity size.
  • Fixed virtual keyboard not closing on popup close
Slint
  • TouchArea Fixed mouse cursor when going from one TouchArea to another. (#​6443)
  • Flickable now starts capturing scroll event after the first scroll.
  • Flickable: Improved animations.
  • Fixed empty GridLayout not taking padding into account.
  • Added support for Keyboard shortcuts with KeyBinding element, keys type, and @keys(...) macro.
  • Added shortcut property to MenuItem element in MenuBar.
  • Added printable keys in the Key namespace.
  • Added support for styled text with StyledText element, styled-text type, and @markdown(...) macro.
  • Added ScaleRotateGestureHandler element for handling multi-touch pinch gestures.
  • Fixed compiler panic when accessing model data from a repeated menu. (#​10927)
  • Added Path::fit property.
  • TextHorizontalAlignment: Added start and end variants.
  • Added Platform::open-url function to open a URL in the default browser.
  • Fixed two-way binding to struct field of type length (#​10844)
  • Added FontWeight namespace with standards constants. (#​11207)
  • Added support for data:... url in @image-url().
Widgets
  • Fluent is now the default style on all platforms.
  • CheckBox no longer intercepts the scroll event with the Qt style.
  • Slider: Ignore scroll events with the Qt style.
  • ComboBox: Clamp index on reset instead of using 0. (#​10805)
  • ComboBox: Fixed scrolling to selected item when dropdown opens. (#​10995)
  • ComboBox: Fixed popup closing on scrollbar interaction. (#​10998)
  • AboutSlint: Open slint.dev in the browser when clicked.
  • Retrieve accent color from the system.
Rust
  • Added slint::platform::femtovg_renderer::FemtoVGWGPURenderer.
  • Added variants for printable keys in the slint::platform::Key enum.
  • Added KeyboardModifiers, KeyEvent, and StandardListViewItem to the slint::language module.
  • Added support for multiple @rust-attr per struct or enum.
  • Added open_url method to the Platform trait. (#​11035)
  • Upgraded fontique and parley dependencies: The unstable-fontique-07 Cargo feature replaces the old unstable-fontique-07 feature, along with
    slint::fontique_08 replacing slint::fontique_07.
  • Implemented serde Serialize and Deserialize for slint::ModelRc.
  • Add the ability to have slint::Weak for globals.
  • Worked around slow compile time in release mode.
Python
  • Added slint.language package to hold enums/structs from the Slint language.
C++
  • Added constants for printable keys in the slint::platform::key_codes namespace
  • Added slint::language namespace to hold enums/structs from the Slint language.
  • Private headers have been moved to a private directory.
  • The slint-compiler now only writes the output file if the content has been modified.
  • ListView implementation is now shared with Rust and only instantiates items that are visible.
JavaScript
  • Ported to napi-rs 3.0
Tooling
  • LSP: fix formatting of struct type (#​10647)
  • LSP: fix jump to definition of path with a leading @library (#​10864)
  • LSP: do not autocomplete reserved properties in context where they do not apply (eg. col outside of a GridLayout)
  • viewer: handle global properties with the --save-data and --load-data arguments
  • Error message for binding loop now contains the entire cycle and the order is reversed.
  • Slintpad: persist editor content in history state across reloads.
  • Slintpad: Added File > New menu item
  • slint-tr-extractor: Fixed bad default for plural rules in generated pot file

v1.15.1

Compare Source

  • Fixed text rendering eliding when not required or not showing text due to rounding differences.
  • GridLayout: Honor colspan and rowspan in repeated rows. (#​10727)
  • Rust: Fix cross-compilation when the target environment doens't provide a host fontconfig via pkg-config.
  • Interpreter: Fix two way bindings with properties in a parent scope. (#​10704)
  • Winit: Fixed the "redo" (Ctrl+Shift+Z) shortcut.
  • Qt backend: Fixed blurry svg rendering with a scale factor. (#​10726)
  • live-preview: Properly close the preview when the LSP exits instead of killing the process.
  • LSP: Fixed error when the loaded file is deleted on disk.

v1.15.0

Compare Source

General
  • breaking change: Adjust Android implementation of the window safe area to match the iOS implementation.
  • When resizing the window, try to keep the focus item visible if it's in a Flickable.
  • When focusing an element that's not fully visible, try to scroll a parent Flickable so that it is.
  • winit backend: Do not enable the x11/wayland feature through accessibility feature.
  • Skia: Fixed colorized tile rendering. (#​9860)
  • partial renderer: Fixed BorrowMutError panic if items gets destroyed during rendering. (#​9882)
  • software renderer: Added support for the Path element (not supported in no_std or freestanding).
  • Fixed rendering of clipped layers. (#​10037)
  • slint-compiler: Change diagnostics to use the annotate-snippets crate.
  • slint-compiler: Diagnostics now report range instead of just a position.
  • Translations: allow to opt out of default context.
  • Fixed debug performance overlay not working. (#​10198)
  • Qt backend: worked around leak in Plasma when setting a window icon.
  • Fixed flicking animation in ListView. (#​7043)
  • Align text and image rendering to pixel boundaries.
Slint Language
  • Added support for two way bindings to struct fields.
  • Added four new properties to the Window element for exposing the safe area to Slint.
  • Added the accessible-id property.
  • Added AccessibleRole.radio-button.
  • Added stroke-line-join for Path. (#​9912)
  • Added from <angle> syntax to @conic-gradient.
  • GridLayout: row, col, colspan, and rowspan properties can now be changed at runtime.
  • GridLayout: Support for if and for.
  • Fixed missing dependency detection on Image.source-clip.
  • Accessing properties within Menu from the outside is now a compile error instead of a panic. (#​9443)
  • Added Colors.oklch() and .to-oklch() functions.
  • Fixed reactivity of animated bindings. (#​348)
  • Add warning about non-top-level Window usage.
Widgets
  • ScrollView: In fluent style, fixed scroll bars to adjust to each other's visibility.
  • Slider: Implemented increment, decrement and set-value accessibility actions on Slider. (#​9975)
  • Slider: Inverted vertical slider direction.
  • Fixed menu item spacing in fluent style (#​10484)
  • Fixed some widgets that could still be edited when disabled or read-only.
  • SpinBox: added read-only property
  • TabWidget: added orientation property (#​3688)
  • TextEdit and LineEdit: Added font-family and font-italic properties
Rust
  • Added slint::fontique_07 module, guarded with unstable-fontique-07 feature, to provide access
    to fontique collection types for registering custom fonts at run-time.
  • Added slint::language::ColorScheme.
  • In live preview mode, fixed panic when custom models access the component's property. (#​10278)
  • Relaxed bounds on associated functions in slint::SortModel.
  • Don't generate full code for slint! macro when ran under rust-analyzer.
  • Updated to WGPU 28 and drop WGPU 26.
C++
  • Fixed crash when binding is accessing a deleted parent. (#​3464)
  • Fixed mingw-llvm builds.
  • Fixed build generation failing when compiling multiple .slint files.
  • Fixed crashes with freestanding builds. (#​10077)
  • It's now possible to access platform native window handles, like a HWND on Windows.
Python
  • Fixed support for underscores in async callback decorators. (#​10024)
  • slint-compiler: added support for generating Python stubs. (#​4136)
Tools:
  • LSP: Fixed column position of non-acii for UTF16-based editor. (#​5669)
  • LSP: Fixed vscode-remote:// url.
  • LSP: Added support for @conic-gradient completion. (#​10444)
  • LSP: Fixed reloading dependencies when file changes on disk.
  • LSP: add function argument name when auto-complete function call. (#​10560)
  • tr-extractor: Make the paths argument required. (#​10156)
  • Added gdb pretty printer for SharedVector and Slice.
servo/rust-smallvec (smallvec)

v1.15.2

Compare Source

What's Changed

New Contributors

Full Changelog: servo/rust-smallvec@v1.15.1...v1.15.2

tauri-apps/winrt-notification (tauri-winrt-notification)

v0.8.1

Compare Source

dtolnay/thiserror (thiserror)

v2.0.19

Compare Source

  • Update to syn 3
tauri-apps/tray-icon (tray-icon)

v0.24.1

Compare Source

  • 7adc007 (#​325 by @​Y-ASLant) On Windows, preserve tray icon visibility on Explorer restart so a hidden tray icon won't become visible.
uuid-rs/uuid (uuid)

v1.24.0

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.23.5...v1.24.0

v1.23.5

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.23.4...v1.23.5

v1.23.4

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.23.3...v1.23.4

v1.23.3

Compare Source

What's Changed

Full Changelog: uuid-rs/uuid@v1.23.2...v1.23.3

v1.23.2

Compare Source

What's Changed

Full Changelog: uuid-rs/uuid@v1.23.1...v1.23.2


Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 commented Jul 9, 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 --package [email protected] --precise 1.17.1
    Updating crates.io index
error: failed to select a version for `i-slint-compiler`.
    ... required by package `slint-macros v1.17.1`
    ... which satisfies dependency `slint-macros = "=1.17.1"` of package `slint v1.17.1`
    ... which satisfies dependency `slint = "^1.13"` of package `easyhdr v0.1.13 (/tmp/renovate/repos/github/engels74/EasyHDR)`
versions that meet the requirements `=1.17.1` are: 1.17.1

all possible versions conflict with previously selected packages

  previously selected package `i-slint-compiler v1.14.1`
    ... which satisfies dependency `i-slint-compiler = "=1.14.1"` of package `slint-build v1.14.1`
    ... which satisfies dependency `slint-build = "^1.13"` (locked to 1.14.1) of package `easyhdr v0.1.13 (/tmp/renovate/repos/github/engels74/EasyHDR)`

failed to select a version for `i-slint-compiler` which could resolve this conflict

@augmentcode

augmentcode Bot commented Jul 9, 2026

Copy link
Copy Markdown
🤖 Augment PR Summary

Summary: Renovate-driven update of Rust dependencies to newer non-major releases (patch/minor), mainly refreshing the UI stack and common utility crates.

Changes: Bumps slint/slint-build to 1.17.1 and applies patch updates to crates like reqwest, uuid, open, smallvec, tray-icon, libfuzzer-sys, and crossbeam-channel.

🤖 Was this summary useful? React with 👍 or 👎

@augmentcode augmentcode Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. No suggestions at this time.

Comment augment review to trigger a new review at any time.

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from f65a0ca to 05aebdf Compare July 9, 2026 18:46
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 05aebdf to e9f71c0 Compare July 17, 2026 17:45
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from e9f71c0 to ee6c583 Compare July 18, 2026 21:46
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