Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2025

Bumps the all-cargo-dependencies group with 21 updates in the / directory:

Package From To
bumpalo 3.17.0 3.19.0
enumset 1.1.6 1.1.7
libc 0.2.172 0.2.174
memmap2 0.9.5 0.9.7
mio 1.0.3 1.0.4
num_cpus 1.16.0 1.17.0
papaya 0.2.1 0.2.3
parking_lot 0.12.3 0.12.4
proptest 1.6.0 1.7.0
rand 0.9.1 0.9.2
serde_json 1.0.140 1.0.141
snafu 0.8.5 0.8.6
syn 2.0.101 2.0.104
thread_local 1.1.8 1.1.9
tokio 1.45.0 1.47.0
uuid 1.16.0 1.17.0
bytemuck 1.23.0 1.23.1
clap 4.5.38 4.5.41
flate2 1.1.1 1.1.2
indexmap 2.9.0 2.10.0
reqwest 0.12.15 0.12.22

Updates bumpalo from 3.17.0 to 3.19.0

Changelog

Sourced from bumpalo's changelog.

3.19.0

Released 2025-06-24.

Added

  • Added bumpalo::collections::Vec::retain_mut, similar to std::vec::Vec::retain_mut.

3.18.1

Released 2025-06-05.

Removed

  • Removed the allocator-api2 version bump from 3.18.0, as it was not actually semver compatible.

3.18.0 (yanked)

Released 2025-06-05.

Added

  • Added support for enforcing a minimum alignment on all allocations inside a Bump arena, which can provide speed ups when allocating objects whose alignment is less than or equal to that minimum.
  • Added serde serialization support for bumpalo::collections::String.
  • Added some missing fallible slice allocation function variants.

Changed

  • Replaced extend_from_slice implementation with a formally-verified version that is also faster and more-optimizable for LLVM.
  • Updated allocator-api2 support to version 0.3.*.

Fixed

  • Fixed a bug where the allocated_bytes metrics helper was accidentally including the size of bumpalo's footer, rather than just reporting the user-allocated bytes.

Commits

Updates enumset from 1.1.6 to 1.1.7

Changelog

Sourced from enumset's changelog.

Version 1.1.7 (2025-07-08)

  • Fix hygiene issue where the enumset_set! macro with no arguments required EnumSet to be imported into the current context. (Thanks @​cbiffle)
  • Fix issue where #[derive(EnumSetType)] used to cause compile errors when cross-compiling with different flags on the host and target sides. (Thanks @​dtolnay)
Commits
  • 3c942dd Bump version to 1.1.7
  • 1d459f2 Fix a few remaining references to enumset_test_no_std
  • 9b3b85d Clean up the serde feature to remove the ugly serde2 hack.
  • b1a1f11 Rename enumset_test_no_std to better reflect what it currently tests.
  • dcb934b Reuse enumset_test_no_std as a test for cross-compiling with divergent serde ...
  • 1d291f9 Merge branch 'main' of github.com:Lymia/enumset
  • 47915cc Bless actual current trybuild output.
  • d72c744 Merge pull request #63 from dtolnay-contrib/serde
  • fe52c0d Merge pull request #61 from cbiffle/cbiffle/enumset-hygiene
  • 51e84d9 Fix discrepancy between host vs target "serde" feature
  • Additional commits viewable in compare view

Updates libc from 0.2.172 to 0.2.174

Release notes

Sourced from libc's releases.

0.2.174

Added

  • Linux: Make pidfd_info fields pub (#4487)

Fixed

  • Gnu x32: Add missing timespec.tv_nsec (#4497)
  • NuttX: Use nlink_t type for st_nlink in struct stat definition (#4483)

Other

  • Allow new unpredictable_function_pointer_comparisons lints (#4489)
  • OpenBSD: Fix some clippy warnings to use pointer::cast. (#4490)
  • Remove unessecary semicolons from definitions of CMSG_NXTHDR. (#4492)

0.2.173

Added

  • AIX: Add an AIX triple to Cargo.toml for doc (#4475)
  • FreeBSD: Add the SO_SPLICE socket option support for FreeBSD >= 14.2 (#4451)
  • Linux GNU: Prepare for supporting _TIME_BITS=64 (#4433)
  • Linux: Add constant PACKET_IGNORE_OUTGOING (#4319)
  • Linux: Add constants and types for nsfs ioctls (#4436)
  • Linux: Add constants for Memory-Deny-Write-Execute prctls (#4400)
  • Linux: Add constants from linux/cn_proc.h and linux/connector.h (#4434)
  • Linux: Add new flags for pwritev2 and preadv2 (#4452)
  • Linux: Add pid_type enum values (#4403)
  • Linux: Update pidfd constants and types (Linux 6.9-6.15) (#4402)
  • Loongarch64 musl: Define the MADV_SOFT_OFFLINE constant (#4448)
  • Musl: Add new fields since 1.2.0/1.2.2 to struct tcp_info (#4443)
  • Musl: Prepare for supporting v1.2.3 (#4443)
  • NuttX: Add arc4random and arc4random_buf (#4464)
  • RISC-V Musl: Add MADV_SOFT_OFFLINE definition (#4447)
  • Redox: Define SCM_RIGHTS (#4440)
  • VxWorks: Add missing UTIME defines and TASK_RENAME_LENGTH (#4407)
  • Windows: Add more time.h functions (#4427)

Changed

  • Redox: Update SA_ constants. (#4426)
  • Redox: make CMSG_ALIGN, CMSG_LEN, and CMSG_SPACE const functions (#4441)

Fixed

  • AIX: Enable libc-test and fix definitions/declarations. (#4450)
  • Emscripten: Fix querying emcc on windows (use emcc.bat) (#4248)
  • Hurd: Fix build from missing fpos_t (#4472)
  • Loongarch64 Musl: Fix the struct ipc_perm bindings (#4384)
  • Musl: Fix the O_LARGEFILE constant value. (#4443)
Changelog

Sourced from libc's changelog.

0.2.174 - 2025-06-17

Added

  • Linux: Make pidfd_info fields pub (#4487)

Fixed

  • Gnu x32: Add missing timespec.tv_nsec (#4497)
  • NuttX: Use nlink_t type for st_nlink in struct stat definition (#4483)

Other

  • Allow new unpredictable_function_pointer_comparisons lints (#4489)
  • OpenBSD: Fix some clippy warnings to use pointer::cast. (#4490)
  • Remove unessecary semicolons from definitions of CMSG_NXTHDR. (#4492)

0.2.173 - 2025-06-09

Added

  • AIX: Add an AIX triple to Cargo.toml for doc (#4475)
  • FreeBSD: Add the SO_SPLICE socket option support for FreeBSD >= 14.2 (#4451)
  • Linux GNU: Prepare for supporting _TIME_BITS=64 (#4433)
  • Linux: Add constant PACKET_IGNORE_OUTGOING (#4319)
  • Linux: Add constants and types for nsfs ioctls (#4436)
  • Linux: Add constants for Memory-Deny-Write-Execute prctls (#4400)
  • Linux: Add constants from linux/cn_proc.h and linux/connector.h (#4434)
  • Linux: Add new flags for pwritev2 and preadv2 (#4452)
  • Linux: Add pid_type enum values (#4403)
  • Linux: Update pidfd constants and types (Linux 6.9-6.15) (#4402)
  • Loongarch64 musl: Define the MADV_SOFT_OFFLINE constant (#4448)
  • Musl: Add new fields since 1.2.0/1.2.2 to struct tcp_info (#4443)
  • Musl: Prepare for supporting v1.2.3 (#4443)
  • NuttX: Add arc4random and arc4random_buf (#4464)
  • RISC-V Musl: Add MADV_SOFT_OFFLINE definition (#4447)
  • Redox: Define SCM_RIGHTS (#4440)
  • VxWorks: Add missing UTIME defines and TASK_RENAME_LENGTH (#4407)
  • Windows: Add more time.h functions (#4427)

Changed

  • Redox: Update SA_ constants. (#4426)
  • Redox: make CMSG_ALIGN, CMSG_LEN, and CMSG_SPACE const functions (#4441)

Fixed

  • AIX: Enable libc-test and fix definitions/declarations. (#4450)
  • Emscripten: Fix querying emcc on windows (use emcc.bat) (#4248)

... (truncated)

Commits
  • ea6f07f Merge pull request #4500 from tgross35/release
  • ce31fda chore: release libc 0.2.174
  • 296b580 Merge pull request #4499 from tgross35/backport-hungarian-wax
  • 264a539 Add missing timespec.tv_nsec for gnux32
  • 7d92568 fix: use nlink_t type for st_nlink in struct stat definition for NuttX
  • 790180b Remove unessecary semicolons from definitions of CMSG_NXTHDR.
  • 1e99d50 make pidfd_info fields pub
  • c08c507 openbsd: Fix some clippy warnings to use pointer::cast.
  • 5134058 Allow new unpredictable_function_pointer_comparisons lints
  • 9288ec0 Merge pull request #4486 from tgross35/fix-no-publish
  • Additional commits viewable in compare view

Updates memmap2 from 0.9.5 to 0.9.7

Changelog

Sourced from memmap2's changelog.

[0.9.7] - 2025-07-13

Fixed

  • Fix incomplete validation of mapping length, which could lead to violation of safety requirements of slice::from_raw_parts on 32-bit platforms.

[0.9.6] - 2025-05-14

Fixed

  • Fix huge page mappings with non-default page-bits.
Commits

Updates mio from 1.0.3 to 1.0.4

Changelog

Sourced from mio's changelog.

1.0.4

Commits

Updates num_cpus from 1.16.0 to 1.17.0

Changelog

Sourced from num_cpus's changelog.

v1.17.0

Fixes

  • update hermit-abi to 0.5.0
  • remove special support for nacl
Commits

Updates papaya from 0.2.1 to 0.2.3

Release notes

Sourced from papaya's releases.

0.2.3

0.2.2

  • Fix a soundness issue when using HashMap with key/value types that are aligned to less than 8 bytes. This is likely only relevant on 32-bit platforms (ibraheemdev/papaya#74).
  • Improve performance when creating a large number of maps (ibraheemdev/papaya#69).
Commits

Updates parking_lot from 0.12.3 to 0.12.4

Changelog

Sourced from parking_lot's changelog.

parking_lot - 0.12.4 - 2025-05-29

  • Fix parked upgraders potentially not being woken up after a write lock
  • Fix clearing PARKED_WRITER_BIT after a timeout

parking_lot_core - 0.9.11 - 2025-05-29

  • Use Release/Acquire ordering in thread_parker::windows::Backend::create
  • Remove warnings due to new lint on unknown cfgs

lock_api - 0.4.13 - 2025-05-29

  • Remove warnings due to new lint on unknown cfgs
Commits
  • df66e66 Update CHANGELOG.md
  • bc72f02 chore: release
  • 7bd09e2 Merge pull request #469 from Amanieu/release-plz-changelog
  • 965216f Use a single changelog with release-plz
  • 398560e Merge pull request #467 from Amanieu/release-plz
  • a7c490f Add release-plz for automatic releases
  • 4989a4f Merge pull request #466 from Amanieu/issue-465
  • 249cb2a Fix parked upgraders potentially not being woken up after a write lock
  • a0d2de0 Fix clearing PARKED_WRITER_BIT after a timeout
  • 03b0192 Merge pull request #464 from Amanieu/ci-msrv
  • Additional commits viewable in compare view

Updates proptest from 1.6.0 to 1.7.0

Commits

Updates rand from 0.9.1 to 0.9.2

Changelog

Sourced from rand's changelog.

[0.9.2 — 2025-07-20]

Deprecated

  • Deprecate rand::rngs::mock module and StepRng generator (#1634)

Additions

  • Enable WeightedIndex<usize> (de)serialization (#1646)
Commits

Updates serde_json from 1.0.140 to 1.0.141

Release notes

Sourced from serde_json's releases.

v1.0.141

Commits
  • 6843c36 Release 1.0.141
  • 6e2c210 Touch up PR 1273
  • 623d9b4 Merge pull request #1273 from conradludgate/optimise-string-escaping
  • de70b7d use unreachable_unchecked for escape table. use a second match to roundtrip E...
  • f2d940d replace start index with bytes slice reference
  • cd55b5a Ignore mismatched_lifetime_syntaxes lint
  • c1826eb Pin nightly toolchain used for miri job
  • 8a56cfa Merge pull request #1248 from jimmycathy/master
  • af3d80d chore: fix typo
  • See full diff in compare view

Updates snafu from 0.8.5 to 0.8.6

Changelog

Sourced from snafu's changelog.

0.8.6 - 2025-05-28

Added

  • A new alloc feature flag has been added as a subset of the existing std feature flag. This allows SNAFU to be used in environments that have access to an allocator but not the standard library.

  • Context selectors may now be explicitly named. This allows flexibility in edge cases, but also is understood by rust-analyzer to help with renaming context selectors.

Fixed

  • Added #[allow(dead_code)] to the context selector's fail method. This works around an issue with the dead_code lint in rare usages involving declarative macros and explicit visibility qualifiers.

Changed

  • Add top-level documentation on reporting errors using #[snafu::report].

  • Show the cfg options that control features on docs.rs.

Commits
  • b439312 Release 0.8.6
  • 2ec245a Update the changelog
  • 7e61e55 Merge pull request #489 from shepmaster/name-selectors
  • aedc9db Merge pull request #492 from jplatte/netlify-docsrs
  • 69b22bf Bring netlify preview closer to docs.rs
  • 5d47b2e Merge pull request #488 from shepmaster/alloc
  • 3a2a770 Split an alloc feature out from the existing std feature
  • 17c0fa2 Allow naming context selectors
  • a5e5da1 Add more attribute misuse tests
  • 58f46ba Clarify documentation for std feature
  • Additional commits viewable in compare view

Updates syn from 2.0.101 to 2.0.104

Release notes

Sourced from syn's releases.

2.0.104

  • Disallow attributes on range expression (#1872)

2.0.103

  • Insert parentheses around binary operation with attribute (#1871)

2.0.102

  • Fix printing of nested Expr::Index and Expr::Tuple in non-full mode (#1869)
Commits
  • 2283a98 Release 2.0.104
  • d745687 Merge pull request #1872 from dtolnay/attrrange
  • 350a4ab Disallow attributes on range expression
  • da96f95 Add test of attributes on range
  • 7a79818 Update test suite to nightly-2025-06-19
  • 85d4276 Release 2.0.103
  • 6f7b0f3 Merge pull request #1871 from dtolnay/binaryattr
  • 89f88fa Correctly track bailouts in parenthesized binary expressions
  • 0e07372 Add binary operator attribute bailout test
  • ca8d876 Insert parentheses around binary operation with attribute
  • Additional commits viewable in compare view

Updates thread_local from 1.1.8 to 1.1.9

Release notes

Sourced from thread_local's releases.

v1.1.9

Other

  • Add release-plz for automated releases
  • Remove once_cell dependency
  • Bump MSRV to 1.61
Changelog

Sourced from thread_local's changelog.

1.1.9 - 2025-06-12

Other

  • Add release-plz for automated releases
  • Remove once_cell dependency
  • Bump MSRV to 1.61
Commits

Updates tokio from 1.45.0 to 1.47.0

Release notes

Sourced from tokio's releases.

Tokio v1.47.0

1.47.0 (July 25th, 2025)

This release adds poll_proceed and cooperative to the coop module for cooperative scheduling, adds SetOnce to the sync module which provides similar functionality to [std::sync::OnceLock], and adds a new method sync::Notify::notified_owned() which returns an OwnedNotified without a lifetime parameter.

Added

  • coop: add cooperative and poll_proceed (#7405)
  • sync: add SetOnce (#7418)
  • sync: add sync::Notify::notified_owned() (#7465)

Changed

  • deps: upgrade windows-sys 0.52 → 0.59 (#7117)
  • deps: update to socket2 v0.6 (#7443)
  • sync: improve AtomicWaker::wake performance (#7450)

Documented

  • metrics: fix listed feature requirements for some metrics (#7449)
  • runtime: improve safety comments of Readiness<'_> (#7415)

#7405: tokio-rs/tokio#7405 #7415: tokio-rs/tokio#7415 #7418: tokio-rs/tokio#7418 #7449: tokio-rs/tokio#7449 #7450: tokio-rs/tokio#7450 #7465: tokio-rs/tokio#7465

Tokio v1.46.1

1.46.1 (July 4th, 2025)

This release fixes incorrect spawn locations in runtime task hooks for tasks spawned using tokio::spawn rather than Runtime::spawn. This issue only effected the spawn location in TaskMeta::spawned_at, and did not effect task locations in Tracing events.

Unstable

  • runtime: add TaskMeta::spawn_location tracking where a task was spawned (#7440)

#7440: tokio-rs/tokio#7440

Tokio v1.46.0

1.46.0 (July 2nd, 2025)

Fixed

... (truncated)

Commits
  • 3911cb8 chore: prepare Tokio v1.47.0 (#7482)
  • d545aa2 sync: add sync::Notify::notified_owned() (#7465)
  • 911ab21 sync: add SetOnce (#7418)
  • 9e94fa7 task: remove raw-entry feature from hashbrown dep (#7252)
  • 0d234c3 ci: unfreeze wasm-unknown-unknown from rustc 1.81 (#7471)
  • 3754e05 ci: use ubuntu-24.04-arm instead of ubuntu-22.04-arm (#7470)
  • 6d868d9 sync: fix CancellationToken failing to cancel the ready futures (#7462)
  • 0a3fe46 sync: remove duplicated code in OnceCell tests (#7458)
  • 154d7d5 ci: cleanup legacy R-loom-multi-thread-alt label from the labeler (#7457)
  • 611b793 coop: add cooperative and poll_proceed (#7405)
  • Additional commits viewable in compare view

Updates uuid from 1.16.0 to 1.17.0

Release notes

Sourced from uuid's releases.

v1.17.0

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.16.0...v1.17.0

Commits
  • 2fd9b61 Merge pull request #829 from uuid-rs/cargo/v1.17.0
  • ed0d385 prepare for 1.17.0 release
  • c54cadc Merge pull request #828 from bushrat011899/wasm32v1-none
  • 625d769 Fix typo in MVP Web CI
  • 9d638e0 Add MVP Web CI Task
  • 83dc528 Add wasm32v1-none support
  • 5fbd843 Merge pull request #824 from diopoex/main
  • 6635ae4 Merge pull request #825 from uuid-rs/ci/aarch64-apple-darwin
  • b2370f2 update toolchain for outdated job
  • c74ad33 update OSX builds to arm
  • Additional commits viewable in compare view

Updates bytemuck from 1.23.0 to 1.23.1

Changelog

Sourced from bytemuck's changelog.

1.23.1

  • Added a windows-only ZeroableInOption impl for "stdcall" functions.

1.23

  • impl_core_error crate feature adds core::error::Error impl.
  • More ZeroableInOption impls.

1.22

  • Add the pod_saturating feature, which adds Pod impls for Saturating<T> when T is already Pod.
  • A bump in the minimum bytemuck_derive dependency from 1.4.0 to 1.4.1 to avoid a bug if you have a truly ancient cargo.lock file sitting around.
  • Adds Send and Sync impls to BoxBytes.

1.21

  • Implement Pod and Zeroable for core::arch::{x86, x86_64}::__m512, __m512d and __m512i without nightly. Requires Rust 1.72, and is gated through the avx512_simd cargo feature.
  • Allow the use of must_cast_mut and must_cast_slice_mut in const contexts. Requires Rust 1.83, and is gated through the must_cast_extra cargo feature.
  • internal: introduced the maybe_const_fn macro that allows defining some function to be const depending upon some cfg predicate.

1.20

  • New functions to allocate zeroed Arc and Rc. Requires Rust 1.82
  • TransparentWrapper impls for core::cmp::Reverse and core::num::Saturating.
  • internal: Simplified the library's fill_zeroes calls to write_bytes

1.19

  • Adds the #[track_caller] attribute to functions which may panic.

1.18

  • Adds the latest_stable_rust cargo feature, which is a blanket feature that turns all other features on that are both sound and compatible with Stable rust.

1.17.1

  • Adds #[repr(C)] to the union Transmute<A, B> type that's used internally for most of the transmutations.

1.17.0

  • Makes the must_cast versions of the by-value and by-ref casts be const. The mut ref cast is unaffected for now (mut references aren't yet stable in const fn). This increases the MSRV of using that particular feature from 1.57 to 1.64.

... (truncated)

Commits
  • ebb1326 chore: Release bytemuck version 1.23.1
  • b5a676d changelog.
  • 53854c3 we must limit the impl to only being defined on windows, where the stdcall AB...
  • aa9a4a9 Update zeroable_in_option.rs (#314)
  • See full diff in compare view

Updates clap from 4.5.38 to 4.5.41

Release notes

Sourced from clap's releases.

v4.5.39

[4.5.39] - 2025-05-27

Fixes

  • (help) Show short flag aliases before long
  • (help) Merge the short and long flag alias lists
Changelog

Sourced from clap's changelog.

[4.5.41] - 2025-07-09

Features

  • Add Styles::context and Styles::context_value to customize the styling of [default: value] like notes in the --help

[4.5.40] - 2025-06-09

Features

  • Support quoted ids in arg!() macro (e.g. arg!("check-config": ...))

[4.5.39] - 2025-05-27

Fixes

  • (help) Show short flag aliases before long
  • (help) Merge the short and long flag alias lists
Commits
  • 92fcd83 chore: Release
  • aca91b9 docs: Update changelog
  • 8434510 Merge pull request #5869 from tw4452852/patch-1
  • 33b1fc3 fix(complete): Fix env leakage in elvish dynamic completion
  • e5f1f48 chore: Release
  • 9466a55 docs: Update changelog
  • d74b793 Merge pull request #5865 from gifnksm/nushell-completion-value-types
  • ecbc775 fix(nu): Set argument type based on ValueHint
  • 6784054 Merge pull request #5857 from epage/empty
  • cca5f32 test(complete): Show empty option-value behavior
  • Additional commits viewable in compare view

Updates flate2 from 1.1.1 to 1.1.2

Release notes

Sourced from flate2's releases.

1.1.2

What's Changed

Full Changelog: rust-lang/flate2-rs@1.1.1...1.1.2

Commits
  • ac4d950 Merge pull request #490 from folkertdev/update-zlib-rs-0.5.1
  • e38e16f upgrade zlib-rs to version 0.5.1
  • 76cc0cc Merge pull request #489 from CosminPerRam/feat/revert_updates
  • 8f52350 Revert "chore: update deps"
  • df11207 Merge pull request #488 from CosminPerRam/ci/audit
  • a8872d7 ci: rename audit job
  • 190750c ci: add audit check
  • c2c78de solve remaining clippy warnings and add it to CI (#487)
  • 306e909 Merge pull request #485 from CosminPerRam/chore/update_deps
  • 29d8194 Merge pull request #484 from CosminPerRam/feat/simplify_manual_conversion
  • Additional commits viewable in compare view

Updates indexmap from 2.9.0 to 2.10.0

Changelog

Sourced from indexmap's changelog.

2.10.0 (2025-06-26)

  • Added extract_if methods to IndexMap and IndexSet, similar to the methods for HashMap and HashSet with ranges like Vec::extract_if.
  • Added more #[track_caller] annotations to functions that may panic.
Commits
  • 91dbcc5 Merge pull request #399 from cuviper/release-2.10.0
  • 67a5a71 Release 2.10.0
  • 37e519a Merge pull request #308 from cuviper/extract_if
  • 4d7618f Merge pull request #398 from cuviper/bench-deps
  • 68201eb Drop lazy_static for LazyLock
  • eaaaa56 Switch to fastrand for bench shuffling
  • b19d84e Fix clippy::needless_lifetimes
  • 4f62778 impl FusedIterator for ExtractIf
  • e09eaaf Document and track extract_if panics
  • a8d7dc5 Add range support to extract_if
  • Additional commits viewable in compare view

Updates reqwest from 0.12.15 to 0.12.22

Release notes

Sourced from reqwest's releases.

v0.12.22

tl;dr

  • Fix socks proxies when resolving IPv6 destinations.

What's Changed

Full ChangelogDescription has been truncated

… with 21 updates

Bumps the all-cargo-dependencies group with 21 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [bumpalo](https://github.com/fitzgen/bumpalo) | `3.17.0` | `3.19.0` |
| [enumset](https://github.com/Lymia/enumset) | `1.1.6` | `1.1.7` |
| [libc](https://github.com/rust-lang/libc) | `0.2.172` | `0.2.174` |
| [memmap2](https://github.com/RazrFalcon/memmap2-rs) | `0.9.5` | `0.9.7` |
| [mio](https://github.com/tokio-rs/mio) | `1.0.3` | `1.0.4` |
| [num_cpus](https://github.com/seanmonstar/num_cpus) | `1.16.0` | `1.17.0` |
| [papaya](https://github.com/ibraheemdev/papaya) | `0.2.1` | `0.2.3` |
| [parking_lot](https://github.com/Amanieu/parking_lot) | `0.12.3` | `0.12.4` |
| [proptest](https://github.com/proptest-rs/proptest) | `1.6.0` | `1.7.0` |
| [rand](https://github.com/rust-random/rand) | `0.9.1` | `0.9.2` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.140` | `1.0.141` |
| [snafu](https://github.com/shepmaster/snafu) | `0.8.5` | `0.8.6` |
| [syn](https://github.com/dtolnay/syn) | `2.0.101` | `2.0.104` |
| [thread_local](https://github.com/Amanieu/thread_local-rs) | `1.1.8` | `1.1.9` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.45.0` | `1.47.0` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.16.0` | `1.17.0` |
| [bytemuck](https://github.com/Lokathor/bytemuck) | `1.23.0` | `1.23.1` |
| [clap](https://github.com/clap-rs/clap) | `4.5.38` | `4.5.41` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.1` | `1.1.2` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.9.0` | `2.10.0` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.15` | `0.12.22` |



Updates `bumpalo` from 3.17.0 to 3.19.0
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fitzgen/bumpalo/commits)

Updates `enumset` from 1.1.6 to 1.1.7
- [Changelog](https://github.com/Lymia/enumset/blob/main/RELEASES.md)
- [Commits](Lymia/enumset@v1.1.6...v1.1.7)

Updates `libc` from 0.2.172 to 0.2.174
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.174/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.172...0.2.174)

Updates `memmap2` from 0.9.5 to 0.9.7
- [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/RazrFalcon/memmap2-rs/commits)

Updates `mio` from 1.0.3 to 1.0.4
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/mio/commits)

Updates `num_cpus` from 1.16.0 to 1.17.0
- [Release notes](https://github.com/seanmonstar/num_cpus/releases)
- [Changelog](https://github.com/seanmonstar/num_cpus/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/num_cpus@v1.16.0...v1.17.0)

Updates `papaya` from 0.2.1 to 0.2.3
- [Release notes](https://github.com/ibraheemdev/papaya/releases)
- [Commits](ibraheemdev/papaya@v0.2.1...v0.2.3)

Updates `parking_lot` from 0.12.3 to 0.12.4
- [Release notes](https://github.com/Amanieu/parking_lot/releases)
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](Amanieu/parking_lot@0.12.3...parking_lot-v0.12.4)

Updates `proptest` from 1.6.0 to 1.7.0
- [Release notes](https://github.com/proptest-rs/proptest/releases)
- [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/proptest-rs/proptest/commits)

Updates `rand` from 0.9.1 to 0.9.2
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@rand_core-0.9.1...rand_core-0.9.2)

Updates `serde_json` from 1.0.140 to 1.0.141
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.140...v1.0.141)

Updates `snafu` from 0.8.5 to 0.8.6
- [Changelog](https://github.com/shepmaster/snafu/blob/main/CHANGELOG.md)
- [Commits](shepmaster/snafu@0.8.5...0.8.6)

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

Updates `thread_local` from 1.1.8 to 1.1.9
- [Release notes](https://github.com/Amanieu/thread_local-rs/releases)
- [Changelog](https://github.com/Amanieu/thread_local-rs/blob/master/CHANGELOG.md)
- [Commits](Amanieu/thread_local-rs@1.1.8...v1.1.9)

Updates `tokio` from 1.45.0 to 1.47.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.45.0...tokio-1.47.0)

Updates `uuid` from 1.16.0 to 1.17.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.16.0...v1.17.0)

Updates `bytemuck` from 1.23.0 to 1.23.1
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.23.0...v1.23.1)

Updates `clap` from 4.5.38 to 4.5.41
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.38...clap_complete-v4.5.41)

Updates `flate2` from 1.1.1 to 1.1.2
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](rust-lang/flate2-rs@1.1.1...1.1.2)

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

Updates `reqwest` from 0.12.15 to 0.12.22
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.15...v0.12.22)

---
updated-dependencies:
- dependency-name: bumpalo
  dependency-version: 3.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-cargo-dependencies
- dependency-name: enumset
  dependency-version: 1.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-cargo-dependencies
- dependency-name: libc
  dependency-version: 0.2.174
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-cargo-dependencies
- dependency-name: memmap2
  dependency-version: 0.9.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-cargo-dependencies
- dependency-name: mio
  dependency-version: 1.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-cargo-dependencies
- dependency-name: num_cpus
  dependency-version: 1.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-cargo-dependencies
- dependency-name: papaya
  dependency-version: 0.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-cargo-dependencies
- dependency-name: parking_lot
  dependency-version: 0.12.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-cargo-dependencies
- dependency-name: proptest
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-cargo-dependencies
- dependency-name: rand
  dependency-version: 0.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-cargo-dependencies
- dependency-name: serde_json
  dependency-version: 1.0.141
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-cargo-dependencies
- dependency-name: snafu
  dependency-version: 0.8.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-cargo-dependencies
- dependency-name: syn
  dependency-version: 2.0.104
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-cargo-dependencies
- dependency-name: thread_local
  dependency-version: 1.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-cargo-dependencies
- dependency-name: tokio
  dependency-version: 1.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-cargo-dependencies
- dependency-name: uuid
  dependency-version: 1.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-cargo-dependencies
- dependency-name: bytemuck
  dependency-version: 1.23.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-cargo-dependencies
- dependency-name: clap
  dependency-version: 4.5.41
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-cargo-dependencies
- dependency-name: flate2
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-cargo-dependencies
- dependency-name: indexmap
  dependency-version: 2.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-cargo-dependencies
- dependency-name: reqwest
  dependency-version: 0.12.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-cargo-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 28, 2025
@github-actions github-actions bot added the chore label Jul 28, 2025
Copy link

Benchmark Results for general

ray_intersection/aabb_size_0.1                     [  19.3 ns ...  19.0 ns ]      -1.27%
ray_intersection/aabb_size_1                       [  19.2 ns ...  19.0 ns ]      -0.91%
ray_intersection/aabb_size_10                      [  19.2 ns ...  19.0 ns ]      -1.17%
ray_intersection/ray_distance_1                    [   3.8 ns ...   3.8 ns ]      +0.25%
ray_intersection/ray_distance_5                    [   3.8 ns ...   3.8 ns ]      +0.71%
ray_intersection/ray_distance_20                   [   3.8 ns ...   3.8 ns ]      -0.05%
overlap/no_overlap                                 [  28.8 ns ...  28.9 ns ]      +0.34%
overlap/partial_overlap                            [  28.8 ns ...  28.8 ns ]      +0.11%
overlap/full_containment                           [  21.6 ns ...  21.6 ns ]      +0.02%
point_containment/inside                           [   4.9 ns ...   4.9 ns ]      -0.02%
point_containment/outside                          [   4.4 ns ...   4.4 ns ]      -0.31%
point_containment/boundary                         [   5.0 ns ...   5.0 ns ]      -0.27%

Comparing to 666c649

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 2, 2025

Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request.

12 similar comments
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 4, 2025

Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request.

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 5, 2025

Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request.

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 11, 2025

Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request.

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 14, 2025

Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request.

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 18, 2025

Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request.

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 25, 2025

Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 8, 2025

Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 15, 2025

Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 22, 2025

Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 22, 2025

Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 22, 2025

Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 29, 2025

Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants