Skip to content

chore(deps): bump the cargo-dependencies group with 4 updates#380

Open
dependabot[bot] wants to merge 1 commit into
v5.x.xfrom
dependabot/cargo/v5.x.x/cargo-dependencies-f1832368f4
Open

chore(deps): bump the cargo-dependencies group with 4 updates#380
dependabot[bot] wants to merge 1 commit into
v5.x.xfrom
dependabot/cargo/v5.x.x/cargo-dependencies-f1832368f4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on fixed, half, las and rkyv to permit the latest version.
Updates fixed to 1.31.0

Changelog

Sourced from fixed's changelog.

Version 1.31.0 (2026-03-20)

Version 1.30.0 (2026-01-20)

  • The crate now requires rustc version 1.85.0 or later.
  • All methods starting with unwrapped_ were renamed to start with strict_. The old method names are deprecated.
  • The Unwrapped wrapper was renamed to Strict. The old name is deprecated.
  • Bug fix: the compat-readonly-static optional feature was added to fix an issue on some platforms where statics are readonly (issue 74, merge request 14).
  • Bug fix: some numbers were being formatted incorrectly when using a defined precision (merge request 15).
  • The [az crate] dependency was updated to version 1.3.
  • The new defmt optional feature was added to support logging using the [defmt crate] (issue 70).
  • For the experimental feature num-traits, the following traits were implemented for all fixed-point numbers:

Version 1.29.0 (2025-02-26)

  • The crate now requires rustc version 1.83.0 or later.
  • The following methods were added to all fixed-point numbers, to the

... (truncated)

Commits

Updates half to 2.7.1

Release notes

Sourced from half's releases.

v2.7.1

Fixed

  • loongarch64 lsx hardware intrinsics for f16 conversions now enabled only under nightly cargo feature, fixing compile errors on stable Rust.
Changelog

Sourced from half's changelog.

[2.7.1] - 2025-10-13

Fixed

  • loongarch64 lsx hardware intrinsics for f16 conversions now enabled only under nightly cargo feature, fixing compile errors on stable Rust.

[2.7.0] - 2025-10-08

Changed

  • zerocopy is now a required dependency. The optional zerocopy crate feature is deprecated. This change is to ensure better code safety and prevent potential unsound behavior.
  • Git repository URL has changed due to GitHub user name change. Old URL is redirected.

Added

  • New num-traits implementations: Signed for f16 and bf16. By [@​djsell].
  • loongarch64 lsx hardware intrinsic support for f16 conversions. By [@​heiher].
  • Implemented Weight trait from rand crate for f16 and bf16 with rand optional cargo feature. By [@​majian4work].

Fixed

  • min and max incorrectly propagate NaN values when self is NaN. Fixes #126, by [@​mgottscho].
  • Suppressed warnings from new unnecessary_transmutes lint.

Removed

  • doc_auto_cfg feature has been removed from docs.rs documentation due to removal of rust feature.

[2.6.0] - 2025-04-08

Changed

  • Fixed some incorrect minimum supported versions of dependencies that weren't caught due to improper Cargo.lock:
    • num-traits 0.2.14 -> 0.2.16
    • zerocopy 0.8.0 -> 0.8.23
    • arbitrary 1.3.2 -> 1.4.1

Added

  • f16 and bf16 now implement Immutable and KnownLayout for zerocopy crate. By [@​usamoi].

[2.5.0] - 2025-03-13

Changed

  • Updated optional dependencies to latest major versions:
    • zercopy 0.6 -> 0.8
    • rand 0.8 -> 0.9
    • rand_distr 0.4 -> 0.5
    • rkyv 0.7 -> 0.8
    • (dev) criterion 0.4 -> 0.5
  • Minimum supported Rust version has been changed to 1.81 due to above dependency updates.
  • Minor restructuring of included license file locations to be more consistent with crates ecosystem.

Added

... (truncated)

Commits
  • 8cc891f Bump version 2.7.1
  • bc219f1 Merge pull request #136 from heiher/nightly
  • be1141b Add nightly feature
  • 679d009 Bump version 2.7.0
  • fc339a3 Remove zerocopy cargo feature from docs.
  • 4f9204b Update changelog and URLs
  • e698ee8 Ignore some tests in miri (due to diff floating point handling)
  • c491109 Run rustfmt
  • bfb0239 Remove docs.rs doc_auto_cfg feature and just wait until doc cfg stabilized....
  • 62f1141 Update FUNDING.yml
  • Additional commits viewable in compare view

Updates las to 0.9.11

Release notes

Sourced from las's releases.

v0.9.11

Fixed

  • bump fmt required version (#140)

Other

  • Added functions for easier access to crs in GeoTiffCrs (#142)
  • (deps) bump actions/create-github-app-token from 2.2.1 to 3.0.0 (#139)
Changelog

Sourced from las's changelog.

0.9.11 - 2026-04-07

Fixed

  • bump fmt required version (#140)

Other

  • Added functions for easier access to crs in GeoTiffCrs (#142)
  • (deps) bump actions/create-github-app-token from 2.2.1 to 3.0.0 (#139)

0.9.10 - 2026-02-04

Fixed

  • re-add writer drop implementation (#137)

0.9.9 - 2026-01-26

Added

  • add ability to write laz in parallel (#133)

Other

  • fix vars instead of secrets
  • use orca bro for deploys (#134)

0.9.8 - 2025-12-15

Added

Other

  • remove doc_auto_cfg for docs.rs (#132)
  • environment for release-plz

0.9.7 - 2025-12-15

Other

  • add crates.io environment
  • add release-plz (#127)
  • add reproducer for gadomski/las-rs#15 (#126)
  • (deps) update criterion requirement from 0.7 to 0.8 (#123)
  • (deps) bump actions/checkout from 5 to 6 (#122)
  • (deps) update laz requirement from 0.10.0 to 0.11.0 (#119)

... (truncated)

Commits

Updates rkyv to 0.8.16

Commits
  • 47ebe03 Release 0.8.16
  • 5828cf5 Harden clear() impls against panicking drops
  • 7f93b33 Remove unnecessary Ord bound on MapKV impl
  • 71eb72a Fix hashbrown-0_16 impl, update features lists
  • 7f18f92 Update to hashbrown 0.17 (#659)
  • d3c20a8 feat: implement NoUndef for [T] where T: NoUndef. (#656)
  • 985b023 Fix compilation for 32-bit systems using 64-bit pointers
  • 18941fb Add into_parts and from_parts for AlignedVec (#653)
  • c0d502c Release 0.8.15
  • d47ceaa Detect wrapped subtree pointers earlier than pop_subtree_range
  • Additional commits viewable in compare view

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

Updates the requirements on [fixed](https://gitlab.com/tspiteri/fixed), [half](https://github.com/VoidStarKat/half-rs), [las](https://github.com/gadomski/las-rs) and [rkyv](https://github.com/rkyv/rkyv) to permit the latest version.

Updates `fixed` to 1.31.0
- [Changelog](https://gitlab.com/tspiteri/fixed/blob/master/RELEASES.md)
- [Commits](https://gitlab.com/tspiteri/fixed/commits/v1.31.0)

Updates `half` to 2.7.1
- [Release notes](https://github.com/VoidStarKat/half-rs/releases)
- [Changelog](https://github.com/VoidStarKat/half-rs/blob/main/CHANGELOG.md)
- [Commits](VoidStarKat/half-rs@v2.4.1...v2.7.1)

Updates `las` to 0.9.11
- [Release notes](https://github.com/gadomski/las-rs/releases)
- [Changelog](https://github.com/gadomski/las-rs/blob/main/CHANGELOG.md)
- [Commits](gadomski/las-rs@v0.9.3...v0.9.11)

Updates `rkyv` to 0.8.16
- [Release notes](https://github.com/rkyv/rkyv/releases)
- [Commits](rkyv/rkyv@v0.7.0...0.8.16)

---
updated-dependencies:
- dependency-name: fixed
  dependency-version: 1.31.0
  dependency-type: direct:production
  dependency-group: cargo-dependencies
- dependency-name: half
  dependency-version: 2.7.1
  dependency-type: direct:production
  dependency-group: cargo-dependencies
- dependency-name: las
  dependency-version: 0.9.11
  dependency-type: direct:production
  dependency-group: cargo-dependencies
- dependency-name: rkyv
  dependency-version: 0.8.16
  dependency-type: direct:production
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants