Skip to content

build(deps): bump the gui-cargo-dependencies group across 1 directory with 29 updates - #488

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/crates/bdinfo-rs-gui/gui-cargo-dependencies-480db47fe0
Open

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/crates/bdinfo-rs-gui/gui-cargo-dependencies-480db47fe0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 21, 2026 •

Copy link
Copy Markdown
Contributor

Bumps the gui-cargo-dependencies group with 29 updates in the /crates/bdinfo-rs-gui directory:

Package From To
icns 0.4.0 0.5.0
bitflags 2.13.1 2.13.2
bytemuck_derive 1.12.0 1.12.1
cc 1.4.4 1.4.6
cfg-if 1.0.4 1.0.5
crc32fast 1.5.1 1.5.2
crossbeam-utils 0.8.22 0.8.23
find-msvc-tools 0.1.11 0.1.13
font-types 0.12.4 0.12.5
hermit-abi 0.5.2 0.5.3
iced_tiny_skia 0.14.0 0.14.1
iced_winit 0.14.0 0.14.1
indexmap 2.14.1 2.14.2
libredox 0.1.21 0.1.24
mio 1.2.2 1.2.3
portable-atomic-util 0.2.7 0.2.8
redox_syscall 0.9.3 0.9.4
rustix 1.1.4 1.1.5
smallvec 1.15.2 1.16.1
syn 3.0.4 3.0.6
tinyvec 1.12.0 1.13.3
toml_edit 0.25.13+spec-1.1.0 0.25.15+spec-1.1.0
unicode-ident 1.0.24 1.0.26
uuid 1.26.0 1.26.1
yoke-derive 0.8.2 0.8.3
zerocopy 0.8.56 0.8.57
zerocopy-derive 0.8.56 0.8.57
zerofrom-derive 0.1.7 0.1.8
zlib-rs 0.6.7 0.6.8

Updates icns from 0.4.0 to 0.5.0

Commits
  • daaa8b2 Bump version number to 0.5.0
  • c3338d4 Merge pull request #19 from mstoeckl/overflow
  • acad008 Avoid integer overflow calculating Image length
  • 20d1343 Avoid integer overflow when reading long file
  • 25f653f Merge pull request #20 from mstoeckl/cargo
  • 139e9a9 Explicitly set edition and rust-version
  • fc794e3 Merge pull request #18 from mstoeckl/add-ord
  • aa0ec8e Merge pull request #17 from mstoeckl/extract-all
  • 72b86c2 Merge pull request #16 from mstoeckl/add-argb
  • d5c3eb8 Derive Ord for IconType and other enums
  • Additional commits viewable in compare view

Updates bitflags from 2.13.1 to 2.13.2

Release notes

Sourced from bitflags's releases.

2.13.2

What's Changed

Full Changelog: bitflags/bitflags@2.13.1...2.13.2

Changelog

Sourced from bitflags's changelog.

2.13.2

What's Changed

Full Changelog: bitflags/bitflags@2.13.1...2.13.2

Commits
  • 80ce9b5 Merge pull request #497 from bitflags/cargo/2.13.2
  • 5822493 prepare for 2.13.2 release
  • 48f4f1a Merge pull request #496 from bitflags/fix/rustc-ice
  • 2c0b042 re-pull const declarations outside of nested const
  • c3f8d31 Merge pull request #494 from DanielEScherzer/flags-docs-example
  • 0fc3762 Flags: adjust order of elements in manual implementation example
  • See full diff in compare view

Updates bytemuck_derive from 1.12.0 to 1.12.1

Changelog

Sourced from bytemuck_derive's changelog.

1.12.1

  • Patch bumped the required bytemuck_derive version because of a regression in how it handled align(N) attributes.

1.12

  • This minor version bump is caused by a version bump in our bytemuck_derive dependency, which is in turn caused by a mixup in the minimum version of syn that bytemuck_derive uses. See Issue 122. There's not any specific "new" API as you might normally expect from a minor version bump.
  • pali fixed a problem with SPIR-V builds being broken. The error handling functions were trying to be generic over Display, which the error types normally support, except on SPIR-V targets (which run on the GPU and don't have text formatting).

1.11

  • WaffleLapkin added wrap_box and peel_box to the TransparentWrapperAlloc trait. Default impls of these functions are provided, and (as usual with the transparent trait stuff) you should not override the default versions.

1.10

  • TheEdward162 added the ZeroableInOption and PodInOption traits. These are for types that are Zeroable or Pod when in an option, but not on their own. We provide impls for the various "NonZeroINTEGER" types in core, and if you need to newtype a NonZero value then you can impl these traits when you use repr(transparent).

1.9.1

  • Bumped the minimum bytemuck_derive dependency version from 1.0 to 1.1. The fact that bytemuck and bytemuck_derive are separate crates at all is an unfortunate technical limit of current Rust, woe and calamity.

1.9.0

  • fu5ha added the NoUninit, AnyBitPattern, and CheckedBitPattern traits. This allows for a more fine-grained level of detail in what casting operations are allowed for a type. Types that already implement Zeroable and Pod will have a blanket impl for these new traits. This is a "preview" of the direction that the crate will probably go in the eventual 2.0 version. We're still waiting on Project Safe Transmute for an actual 2.0 version of the crate, but until then please enjoy this preview.
  • Also Fusha added better support for union types in the derive macros. I still don't know how any of the proc-macro stuff works at all, so please

... (truncated)

Commits

Updates cc from 1.4.4 to 1.4.6

Release notes

Sourced from cc's releases.

cc-v1.4.6

Fixed

  • Prevent check_exe from dropping flags on the floor. (#1884)
  • update fd handling to use BorrowedFd (#1882)

Other

  • (deps) bump taiki-e/install-action from 2.87.2 to 2.87.4 (#1888)
  • Regenerate target info (#1891)
  • (deps) bump tombi-toml/setup-tombi from 1.5.0 to 1.5.1 (#1890)
  • (deps) bump release-plz/action from 0.5.131 to 0.5.132 (#1889)
  • Fix ci(test): make sure right toolchain is passed (#1892)
  • (deps) bump tombi-toml/setup-tombi from 1.2.5 to 1.5.0 (#1885)
  • (deps) bump taiki-e/install-action from 2.85.5 to 2.87.2 (#1886)
  • add toml formatting check (#1879)

cc-v1.4.5

Fixed

  • probe flag support without OUT_DIR via tempfile (#1875)

Other

  • simplify conditional logic using then method (#1860)

Fixed

  • Probe flag support without OUT_DIR via tempfile, so flag_if_supported no longer silently drops flags outside Cargo build scripts (#1875)
Changelog

Sourced from cc's changelog.

1.4.6 - 2026-09-11

Fixed

  • Prevent check_exe from dropping flags on the floor. (#1884)
  • update fd handling to use BorrowedFd (#1882)

Other

  • (deps) bump taiki-e/install-action from 2.87.2 to 2.87.4 (#1888)
  • Regenerate target info (#1891)
  • (deps) bump tombi-toml/setup-tombi from 1.5.0 to 1.5.1 (#1890)
  • (deps) bump release-plz/action from 0.5.131 to 0.5.132 (#1889)
  • Fix ci(test): make sure right toolchain is passed (#1892)
  • (deps) bump tombi-toml/setup-tombi from 1.2.5 to 1.5.0 (#1885)
  • (deps) bump taiki-e/install-action from 2.85.5 to 2.87.2 (#1886)
  • add toml formatting check (#1879)

1.4.5 - 2026-09-04

Fixed

  • probe flag support without OUT_DIR via tempfile (#1875)

Other

  • simplify conditional logic using then method (#1860)

Fixed

  • Probe flag support without OUT_DIR via tempfile, so flag_if_supported no longer silently drops flags outside Cargo build scripts (#1875)
Commits
  • 4c76c59 chore(cc): release v1.4.6 (#1895)
  • ecdd98f chore(deps): update windows-bindgen requirement from 0.66 to 0.100 (#1896)
  • 9fea865 Add support for CUDA on Windows on ARM. (#1893)
  • 29acb75 chore(deps): bump taiki-e/install-action from 2.87.2 to 2.87.4 (#1888)
  • f0d33bb Regenerate target info (#1891)
  • 1686a3d chore(deps): bump tombi-toml/setup-tombi from 1.5.0 to 1.5.1 (#1890)
  • bd6b7d0 chore(deps): bump release-plz/action from 0.5.131 to 0.5.132 (#1889)
  • 42adfca Fix ci(test): make sure right toolchain is passed (#1892)
  • 527ec73 fix: Prevent check_exe from dropping flags on the floor. (#1884)
  • fc1fb3c chore(deps): bump tombi-toml/setup-tombi from 1.2.5 to 1.5.0 (#1885)
  • Additional commits viewable in compare view

Updates cfg-if from 1.0.4 to 1.0.5

Release notes

Sourced from cfg-if's releases.

v1.0.5

  • Add a note that this crate is deprecated, suggesting cfg_select! instead
Changelog

Sourced from cfg-if's changelog.

1.0.5 - 2026-09-16

  • Add a note that this crate is deprecated, suggesting cfg_select! instead
Commits
  • 8b0a2b0 Deprecation notice + crate version bump
  • efabe3f Add a changelog entry for the upcoming deprecation notice
  • a66c2d4 Bump actions/checkout from 6 to 7
  • bda9677 Bump actions/checkout from 5 to 6
  • See full diff in compare view

Updates crc32fast from 1.5.1 to 1.5.2

Commits

Updates crossbeam-utils from 0.8.22 to 0.8.23

Release notes

Sourced from crossbeam-utils's releases.

crossbeam-utils 0.8.23

  • Fix SB violation when ShardedLockWriteGuard is leaked. (#1294)
  • Improve compatibility with ThreadSanitizer. (#1308)
  • Update MSRV policy to support 1 year instead of 6 months to meet rayon's MSRV policy. (#1284)
Commits
  • 2920c98 Prepare for the next release
  • 808b75a ci: Update codegen job
  • 46774e0 channel: Document that send_timeout sends an available message even if the ti...
  • 89a3fe4 epoch: Make Shared::null const
  • 383d74a Use *::MAX associated constants
  • a30b825 channel,deque,queue: Use AtomicU64/u64 in head/tail index if available
  • a0e4d29 Replace iterative capacity growth with next_power_of_two (#1216)
  • 94f74d2 Recognize x86_64-unknown-linux-gnutsan in build script
  • 30e5963 epoch: Add missing fence emulation for tsan
  • 708a6bd Handle overflow in bounded channel/queue initialization (#1301)
  • Additional commits viewable in compare view

Updates find-msvc-tools from 0.1.11 to 0.1.13

Release notes

Sourced from find-msvc-tools's releases.

find-msvc-tools-v0.1.13

Other

find-msvc-tools-v0.1.12

Other

  • simplify conditional logic using then method (#1860)
Commits

Updates font-types from 0.12.4 to 0.12.5

Commits
  • 59fcc3b Bump crate versions
  • c71628e [read-fonts] new Font API: variable advance widths (#2115)
  • 738cdfa Merge pull request #2113 from googlefonts/read/glyph-metrics-yoke
  • 33b16c8 Update read-fonts/src/model/metrics/glyph.rs
  • 2635f03 Merge pull request #2103 from googlefonts/pair_pos
  • b8027d3 [skera] add comment for fn popcount8
  • 0fd8486 [read-fonts] Add GlyphMetrics, with the tables it reads cached on the font
  • e1a545c [read-fonts] experimental Font API: add GlobalMetrics- #2111
  • 6375df9 Merge pull request #2110 from googlefonts/read/exact-variation-deltas
  • 0b1b5a7 [read-fonts] Report HVAR and VVAR deltas exactly
  • Additional commits viewable in compare view

Updates hermit-abi from 0.5.2 to 0.5.3

Commits
  • b998c7e Merge pull request #453 from stlankes/release
  • 8dfd71e increase version number of hermit-sys to use libhermit 0.6.4
  • e88eda7 Merge pull request #452 from stlankes/master
  • de785ad increase version number of hermit-sys
  • 659e874 Merge pull request #451 from mkroening/nightly-2023-08-01
  • 475799d Bump libhermit-rs submodule
  • 1a9525c Upgrade toolchain to nightly-2023-08-01
  • a0064f1 netbench: clippy::needless-pass-by-ref-mut
  • 6bb8b95 Merge pull request #448 from stlankes/bench
  • 1279da1 minor changes to pass the format check
  • Additional commits viewable in compare view

Updates iced_tiny_skia from 0.14.0 to 0.14.1

Changelog

Sourced from iced_tiny_skia's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Commits

Updates iced_winit from 0.14.0 to 0.14.1

Changelog

Sourced from iced_winit's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Commits

Updates indexmap from 2.14.1 to 2.14.2

Changelog

Sourced from indexmap's changelog.

2.14.2 (2026-09-04)

  • Fix item hygiene in map and set macros. Previously, an internal const CAP could shadow the same name in the caller's namespace.
  • Allow const initialization of empty indexmap_with_default! and indexset_with_default!. The hasher may also be omitted if it's inferrable.
Commits

Updates libredox from 0.1.21 to 0.1.24

Updates mio from 1.2.2 to 1.2.3

Changelog

Sourced from mio's changelog.

1.2.3

  • Running under Wine should work again (tokio-rs/mio#1974).
  • Fixed an issue with the UDS listener not reregistering readiness correctly when using the poll(2) implementation (tokio-rs/mio#1998).
  • NetBSD, OpenBSD and DragonflyBSD are switched to using EVFILT_USER based Waker, one that was already used on FreeBSD and macOS (tokio-rs/mio#1993).
Commits
  • da425f9 Release v1.2.3 (#2007)
  • 1e79434 Fix UDS listener re-arming with poll (#1998)
  • 52cfaa4 Remove testing Solaris from CI pass requirement
  • 2589012 Split CheckTargets CI job into two tiers
  • 1a5b9b1 Work around Wine bug 60084 in CI
  • 8fe57d7 Switch DragonflyBSD to EVFILT_USER based Waker
  • d07b022 Switch NetBSD and OpenBSD to EVFILT_USER based Waker
  • b2504b4 Add back Waker setup for FreeBSD
  • 96b0271 Reuse IoSourceState from poll impl in event_port impl
  • ccfcc61 Move stateful IoSourceState to seperate file
  • Additional commits viewable in compare view

Updates portable-atomic-util from 0.2.7 to 0.2.8

Release notes

Sourced from portable-atomic-util's releases.

0.2.8

  • Increase the minimum supported Rust version from Rust 1.34 to Rust 1.36. Using the alloc feature without the std feature already required Rust 1.36, so this does not change anything for such no-std use cases. (#8)

  • Add Arc::map. (align to the std Arc change in Rust 1.100) (#10, thanks @​c410-f3r)

  • Fix thread sanitizer false positives when using x86_64-unknown-linux-gnutsan target in stable Rust. (e02eca7)

Changelog

Sourced from portable-atomic-util's changelog.

[0.2.8] - 2026-09-04

  • Increase the minimum supported Rust version from Rust 1.34 to Rust 1.36. Using the alloc feature without the std feature already required Rust 1.36, so this does not change anything for such no-std use cases. (#8)

  • Add Arc::map. (align to the std Arc change in Rust 1.100) (#10, thanks @​c410-f3r)

  • Fix thread sanitizer false positives when using x86_64-unknown-linux-gnutsan target in stable Rust. (e02eca7)

Commits
  • 6fb276a Release 0.2.8
  • f0b9e65 Update changelog
  • bd99c94 Add new map method (#10)
  • 48b2205 Bump taiki-e/github-actions/.github/workflows/tidy.yml
  • a590e5e Bump taiki-e/github-actions/.github/workflows/rust-test.yml
  • 484916a Bump taiki-e/github-actions/.github/workflows/rust-release.yml
  • 82feef3 Bump taiki-e/setup-cross-toolchain-action from 1.41.0 to 1.42.0
  • 529b79e Bump taiki-e/install-action from 2.83.4 to 2.86.3
  • 3c14657 build: Remove needless cargo:rerun-if-changed
  • fd66c56 Update build script for Rust 1.98
  • Additional commits viewable in compare view

Updates redox_syscall from 0.9.3 to 0.9.4

Updates rustix from 1.1.4 to 1.1.5

Commits

Updates smallvec from 1.15.2 to 1.16.1

Release notes

Sourced from smallvec's releases.

v1.16.1

What's Changed

New Contributors

Full Changelog: servo/rust-smallvec@v1.16.0...v1.16.1

v1.16.0

What's Changed

New Contributors

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

Commits

Updates syn from 3.0.4 to 3.0.6

Release notes

Sourced from syn's releases.

3.0.6

  • Fix parsing interpolated lifetime at statement start (#2082)

3.0.5

Commits
  • 559cab5 Release 3.0.6
  • 9088cad Merge pull request #2082 from dtolnay/lifetimevar
  • 3eb43bb Fix parsing interpolated lifetime at statement start
  • 7b2f6f9 Add regression test for issue 2081
  • d55bcd2 Update test suite to nightly-2026-09-13
  • 8e37bca Resolve non_kebab_case_bins warning
  • 4dfd88f Update test suite to nightly-2026-09-06
  • e0ad92d Release 3.0.5
  • 74e7d75 Merge pull request #2080 from sunshowers/lit-str-span
  • 4c264f3 In LitStr::parse_with, report correct span for lex errors
  • Additional commits viewable in compare view

Updates tinyvec from 1.12.0 to 1.13.3

Changelog

Sourced from tinyvec's changelog.

1.13.3

  • The tinyvec_macros crate is no longer depended on by this crate, but a cargo feature of the same name was added to avoid edge case breakage.

1.13.2

  • Another bug having to do with macro expansion on no_std targets was fixed.

1.13.1

  • fix bug where crate couldn't build for alloc without std too.

1.13

  • Adds TinyVec::with_initial_len
  • fix the Write impl on ArrayVec.

1.12

  • Add schemars support.

1.11.1

  • Fix accidental OOM when deserializing hostile Borsh input.

1.11

  • switched from serde dep to serde_core dep, which should allow more parallelization in builds for downstream users.
  • add as_mut_inner method when the latest_stable_rust feature is enabled
  • add is_full method to check if the size is equal to the capacity
  • add defmt support

1.10

  • Minimum rust version is now 1.55, and the non-const-generic impls are removed. This reduces build times by over a second on average, which is significant enough for a library crate.

1.9

  • Adds a latest_stable_rust cargo feature, which will automatically pull in other cargo features related to the latest Stable version of rust.
  • Adds ArrayVec::try_from_array_len
  • Adds TinyVec::into_vec and TinyVec::into_boxed_slice
  • Adds support for generic-array crate
  • Adds support for the borsh crate

1.8.1

... (truncated)

Commits

Updates toml_edit from 0.25.13+spec-1.1.0 to 0.25.15+spec-1.1.0

Commits
  • 8e1d5a8 chore: Release
  • 6098580 docs: Update changelog
  • 27e33c7 perf: reduce allocations dumping array-heavy documents (#1216)
  • e92e2a3 perf: Avoid boxed iterators in document output
  • ee351e7 test: Benchmark rendering many arrays
  • 572c005 chore: Release
  • 66d0c53 docs: Update changelog
  • 07af4e7 perf: Reduce allocations in toml_edit parsing and dumping (#1215)
  • 0ff90db perf(display): Write encoded strings directly
  • efb2536 perf(display): Move generated representation strings
  • Additional commits viewable in compare view

Updates unicode-ident from 1.0.24 to 1.0.26

Release notes

Sourced from unicode-ident's releases.

1.0.26

  • Use entry within trie as fallback for out-of-range codepoints (#50, thanks @​Marcondiro)

1.0.25

  • Update to Unicode 18.0.0 (#51)
Commits
  • 48771a6 Release 1.0.26
  • c96ef8c Merge pull request 50 from Marcondiro/branchless-fallback
  • 025b17a Release 1.0.25
  • 750c094 Merge pull request #51 from dtolnay/unicode18.0.0
  • 8f62fe4 Update to Unicode 18.0.0
  • 359c15f Fix regenerate command
  • 528a906 Use entry within trie as fallback for out-of-range codepoints
  • b23d56c Update actions/upload-artifact@v6 -> v7
  • c4d1332 Update actions/checkout@v6 -> v7
  • 673c288 Raise minimum tested compiler to Rust 1.90
  • Additional commits viewable in compare view

Updates uuid from 1.26.0 to 1.26.1

Release notes

Sourced from uuid's releases.

v1.26.1

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.26.0...v1.26.1

Commits

… with 29 updates

Bumps the gui-cargo-dependencies group with 29 updates in the /crates/bdinfo-rs-gui directory:

| Package | From | To |
| --- | --- | --- |
| [icns](https://github.com/mdsteele/rust-icns) | `0.4.0` | `0.5.0` |
| [bitflags](https://github.com/bitflags/bitflags) | `2.13.1` | `2.13.2` |
| [bytemuck_derive](https://github.com/Lokathor/bytemuck) | `1.12.0` | `1.12.1` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.4.4` | `1.4.6` |
| [cfg-if](https://github.com/rust-lang/cfg-if) | `1.0.4` | `1.0.5` |
| [crc32fast](https://github.com/srijs/rust-crc32fast) | `1.5.1` | `1.5.2` |
| [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) | `0.8.22` | `0.8.23` |
| [find-msvc-tools](https://github.com/rust-lang/cc-rs) | `0.1.11` | `0.1.13` |
| [font-types](https://github.com/googlefonts/fontations) | `0.12.4` | `0.12.5` |
| [hermit-abi](https://github.com/hermit-os/hermit-rs) | `0.5.2` | `0.5.3` |
| [iced_tiny_skia](https://github.com/iced-rs/iced) | `0.14.0` | `0.14.1` |
| [iced_winit](https://github.com/iced-rs/iced) | `0.14.0` | `0.14.1` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.14.1` | `2.14.2` |
| libredox | `0.1.21` | `0.1.24` |
| [mio](https://github.com/tokio-rs/mio) | `1.2.2` | `1.2.3` |
| [portable-atomic-util](https://github.com/taiki-e/portable-atomic-util) | `0.2.7` | `0.2.8` |
| redox_syscall | `0.9.3` | `0.9.4` |
| [rustix](https://github.com/bytecodealliance/rustix) | `1.1.4` | `1.1.5` |
| [smallvec](https://github.com/servo/rust-smallvec) | `1.15.2` | `1.16.1` |
| [syn](https://github.com/dtolnay/syn) | `3.0.4` | `3.0.6` |
| [tinyvec](https://github.com/Lokathor/tinyvec) | `1.12.0` | `1.13.3` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.25.13+spec-1.1.0` | `0.25.15+spec-1.1.0` |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.24` | `1.0.26` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.26.0` | `1.26.1` |
| [yoke-derive](https://github.com/unicode-org/icu4x) | `0.8.2` | `0.8.3` |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.56` | `0.8.57` |
| [zerocopy-derive](https://github.com/google/zerocopy) | `0.8.56` | `0.8.57` |
| [zerofrom-derive](https://github.com/unicode-org/icu4x) | `0.1.7` | `0.1.8` |
| [zlib-rs](https://github.com/trifectatechfoundation/zlib-rs) | `0.6.7` | `0.6.8` |



Updates `icns` from 0.4.0 to 0.5.0
- [Commits](mdsteele/rust-icns@v0.4.0...v0.5.0)

Updates `bitflags` from 2.13.1 to 2.13.2
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](bitflags/bitflags@2.13.1...2.13.2)

Updates `bytemuck_derive` from 1.12.0 to 1.12.1
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@bytemuck_derive-v1.12.0...bytemuck_derive-v1.12.1)

Updates `cc` from 1.4.4 to 1.4.6
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.4.4...cc-v1.4.6)

Updates `cfg-if` from 1.0.4 to 1.0.5
- [Release notes](https://github.com/rust-lang/cfg-if/releases)
- [Changelog](https://github.com/rust-lang/cfg-if/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cfg-if@v1.0.4...v1.0.5)

Updates `crc32fast` from 1.5.1 to 1.5.2
- [Commits](srijs/rust-crc32fast@v1.5.1...v1.5.2)

Updates `crossbeam-utils` from 0.8.22 to 0.8.23
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/main/CHANGELOG.md)
- [Commits](crossbeam-rs/crossbeam@crossbeam-utils-0.8.22...crossbeam-utils-0.8.23)

Updates `find-msvc-tools` from 0.1.11 to 0.1.13
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@find-msvc-tools-v0.1.11...find-msvc-tools-v0.1.13)

Updates `font-types` from 0.12.4 to 0.12.5
- [Release notes](https://github.com/googlefonts/fontations/releases)
- [Commits](googlefonts/fontations@font-types-v0.12.4...font-types-v0.12.5)

Updates `hermit-abi` from 0.5.2 to 0.5.3
- [Release notes](https://github.com/hermit-os/hermit-rs/releases)
- [Commits](hermit-os/hermit-rs@hermit-abi-0.5.2...hermit-sys-0.5.3)

Updates `iced_tiny_skia` from 0.14.0 to 0.14.1
- [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/commits)

Updates `iced_winit` from 0.14.0 to 0.14.1
- [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/commits)

Updates `indexmap` from 2.14.1 to 2.14.2
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.14.1...2.14.2)

Updates `libredox` from 0.1.21 to 0.1.24

Updates `mio` from 1.2.2 to 1.2.3
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/mio@v1.2.2...v1.2.3)

Updates `portable-atomic-util` from 0.2.7 to 0.2.8
- [Release notes](https://github.com/taiki-e/portable-atomic-util/releases)
- [Changelog](https://github.com/taiki-e/portable-atomic-util/blob/main/CHANGELOG.md)
- [Commits](taiki-e/portable-atomic-util@v0.2.7...v0.2.8)

Updates `redox_syscall` from 0.9.3 to 0.9.4

Updates `rustix` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md)
- [Commits](bytecodealliance/rustix@v1.1.4...v1.1.5)

Updates `smallvec` from 1.15.2 to 1.16.1
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](servo/rust-smallvec@v1.15.2...v1.16.1)

Updates `syn` from 3.0.4 to 3.0.6
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@3.0.4...3.0.6)

Updates `tinyvec` from 1.12.0 to 1.13.3
- [Changelog](https://github.com/Lokathor/tinyvec/blob/main/changelog.md)
- [Commits](Lokathor/tinyvec@v1.12.0...v1.13.3)

Updates `toml_edit` from 0.25.13+spec-1.1.0 to 0.25.15+spec-1.1.0
- [Commits](toml-rs/toml@v0.25.13...v0.25.15)

Updates `unicode-ident` from 1.0.24 to 1.0.26
- [Release notes](https://github.com/dtolnay/unicode-ident/releases)
- [Commits](dtolnay/unicode-ident@1.0.24...1.0.26)

Updates `uuid` from 1.26.0 to 1.26.1
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.26.0...v1.26.1)

Updates `yoke-derive` from 0.8.2 to 0.8.3
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits/ind/yoke@0.8.3)

Updates `zerocopy` from 0.8.56 to 0.8.57
- [Release notes](https://github.com/google/zerocopy/releases)
- [Commits](google/zerocopy@v0.8.56...v0.8.57)

Updates `zerocopy-derive` from 0.8.56 to 0.8.57
- [Release notes](https://github.com/google/zerocopy/releases)
- [Commits](google/zerocopy@v0.8.56...v0.8.57)

Updates `zerofrom-derive` from 0.1.7 to 0.1.8
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

Updates `zlib-rs` from 0.6.7 to 0.6.8
- [Release notes](https://github.com/trifectatechfoundation/zlib-rs/releases)
- [Changelog](https://github.com/trifectatechfoundation/zlib-rs/blob/main/docs/release.md)
- [Commits](trifectatechfoundation/zlib-rs@v0.6.7...v0.6.8)

---
updated-dependencies:
- dependency-name: icns
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gui-cargo-dependencies
- dependency-name: bitflags
  dependency-version: 2.13.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gui-cargo-dependencies
- dependency-name: bytemuck_derive
  dependency-version: 1.12.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gui-cargo-dependencies
- dependency-name: cc
  dependency-version: 1.4.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gui-cargo-dependencies
- dependency-name: cfg-if
  dependency-version: 1.0.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gui-cargo-dependencies
- dependency-name: crc32fast
  dependency-version: 1.5.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gui-cargo-dependencies
- dependency-name: crossbeam-utils
  dependency-version: 0.8.23
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gui-cargo-dependencies
- dependency-name: find-msvc-tools
  dependency-version: 0.1.13
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gui-cargo-dependencies
- dependency-name: font-types
  dependency-version: 0.12.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gui-cargo-dependencies
- dependency-name: hermit-abi
  dependency-version: 0.5.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gui-cargo-dependencies
- dependency-name: iced_tiny_skia
  dependency-version: 0.14.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gui-cargo-dependencies
- dependency-name: iced_winit
  dependency-version: 0.14.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gui-cargo-dependencies
- dependency-name: indexmap
  dependency-version: 2.14.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gui-cargo-dependencies
- dependency-name: libredox
  dependency-version: 0.1.24
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gui-cargo-dependencies
- dependency-name: mio
  dependency-version: 1.2.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gui-cargo-dependencies
- dependency-name: portable-atomic-util
  dependency-version: 0.2.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gui-cargo-dependencies
- dependency-name: redox_syscall
  dependency-version: 0.9.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gui-cargo-dependencies
- dependency-name: rustix
  dependency-version: 1.1.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gui-cargo-dependencies
- dependency-name: smallvec
  dependency-version: 1.16.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gui-cargo-dependencies
- dependency-name: syn
  dependency-version: 3.0.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gui-cargo-dependencies
- dependency-name: tinyvec
  dependency-version: 1.13.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gui-cargo-dependencies
- dependency-name: toml_edit
  dependency-version: 0.25.15+spec-1.1.0
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gui-cargo-dependencies
- dependency-name: unicode-ident
  dependency-version: 1.0.26
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gui-cargo-dependencies
- dependency-name: uuid
  dependency-version: 1.26.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gui-cargo-dependencies
- dependency-name: yoke-derive
  dependency-version: 0.8.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gui-cargo-dependencies
- dependency-name: zerocopy
  dependency-version: 0.8.57
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gui-cargo-dependencies
- dependency-name: zerocopy-derive
  dependency-version: 0.8.57
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gui-cargo-dependencies
- dependency-name: zerofrom-derive
  dependency-version: 0.1.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gui-cargo-dependencies
- dependency-name: zlib-rs
  dependency-version: 0.6.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gui-cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 21, 2026

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants