Skip to content

build(deps): bump the fuzz-cargo-dependencies group across 1 directory with 13 updates - #467

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/fuzz/fuzz-cargo-dependencies-4d4634068c
Open

build(deps): bump the fuzz-cargo-dependencies group across 1 directory with 13 updates#467
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/fuzz/fuzz-cargo-dependencies-4d4634068c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the fuzz-cargo-dependencies group with 12 updates in the /fuzz directory:

Package From To
cc 1.4.4 1.4.5
crossbeam-utils 0.8.22 0.8.23
hermit-abi 0.5.2 0.5.3
iced_tiny_skia 0.14.0 0.14.1
indexmap 2.14.1 2.14.2
libredox 0.1.21 0.1.23
mio 1.2.2 1.2.3
portable-atomic-util 0.2.7 0.2.8
redox_syscall 0.9.3 0.9.4
smallvec 1.15.2 1.16.0
syn 3.0.4 3.0.5
tinyvec 1.12.0 1.13.2

Updates cc from 1.4.4 to 1.4.5

Release notes

Sourced from cc's releases.

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.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

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.12

Release notes

Sourced from find-msvc-tools's releases.

find-msvc-tools-v0.1.12

Other

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

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 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.23

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 smallvec from 1.15.2 to 1.16.0

Release notes

Sourced from smallvec's releases.

v1.16.0

What's Changed

New Contributors

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

Commits
  • b3ceac4 Merge pull request #436 from alejandro-vaz/better-ci
  • de02fc3 fix: returned to LayoutErr
  • 10c5efa fix: style check
  • 6833a58 fix: deprecation warnings
  • 4d930f7 fix: changed import granularity to preserve
  • 76528c7 feat: added style check to CI && rustfmt.toml
  • 673b4f3 fix: removed visualizer debugger tests from workflow
  • a8e8695 fix(debug_metadata): removed dir again
  • ef9bec5 fix: added debug_metadata/ back
  • ebf7773 feat: removed debugger visualizer + tests
  • Additional commits viewable in compare view

Updates syn from 3.0.4 to 3.0.5

Release notes

Sourced from syn's releases.

3.0.5

Commits
  • 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
  • 7e2b27b Update test suite to nightly-2026-08-26
  • See full diff in compare view

Updates tinyvec from 1.12.0 to 1.13.2

Changelog

Sourced from tinyvec's changelog.

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

  • e00E updated the rustc features so that they all correctly depend on the lower version feature. pr 199

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…y with 13 updates

Bumps the fuzz-cargo-dependencies group with 12 updates in the /fuzz directory:

| Package | From | To |
| --- | --- | --- |
| [cc](https://github.com/rust-lang/cc-rs) | `1.4.4` | `1.4.5` |
| [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) | `0.8.22` | `0.8.23` |
| [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` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.14.1` | `2.14.2` |
| libredox | `0.1.21` | `0.1.23` |
| [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` |
| [smallvec](https://github.com/servo/rust-smallvec) | `1.15.2` | `1.16.0` |
| [syn](https://github.com/dtolnay/syn) | `3.0.4` | `3.0.5` |
| [tinyvec](https://github.com/Lokathor/tinyvec) | `1.12.0` | `1.13.2` |



Updates `cc` from 1.4.4 to 1.4.5
- [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.5)

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.12
- [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.12)

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 `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.23

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 `smallvec` from 1.15.2 to 1.16.0
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](servo/rust-smallvec@v1.15.2...v1.16.0)

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

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

---
updated-dependencies:
- dependency-name: cc
  dependency-version: 1.4.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fuzz-cargo-dependencies
- dependency-name: crossbeam-utils
  dependency-version: 0.8.23
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fuzz-cargo-dependencies
- dependency-name: find-msvc-tools
  dependency-version: 0.1.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fuzz-cargo-dependencies
- dependency-name: hermit-abi
  dependency-version: 0.5.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fuzz-cargo-dependencies
- dependency-name: iced_tiny_skia
  dependency-version: 0.14.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fuzz-cargo-dependencies
- dependency-name: indexmap
  dependency-version: 2.14.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fuzz-cargo-dependencies
- dependency-name: libredox
  dependency-version: 0.1.23
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fuzz-cargo-dependencies
- dependency-name: mio
  dependency-version: 1.2.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fuzz-cargo-dependencies
- dependency-name: portable-atomic-util
  dependency-version: 0.2.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fuzz-cargo-dependencies
- dependency-name: redox_syscall
  dependency-version: 0.9.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fuzz-cargo-dependencies
- dependency-name: smallvec
  dependency-version: 1.16.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fuzz-cargo-dependencies
- dependency-name: syn
  dependency-version: 3.0.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: fuzz-cargo-dependencies
- dependency-name: tinyvec
  dependency-version: 1.13.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: fuzz-cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file fuzz Fuzzing harness and corpus labels Sep 10, 2026
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 fuzz Fuzzing harness and corpus

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants