Skip to content

chore(deps): bump the cargo-dependencies group across 1 directory with 4 updates#385

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on las, codspeed-criterion-compat, criterion and itertools to permit the latest version.
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 codspeed-criterion-compat to 5.0.1

Release notes

Sourced from codspeed-criterion-compat's releases.

v5.0.1

What's Changed

Full Changelog: CodSpeedHQ/codspeed-rust@v5.0.0...v5.0.1

Commits
  • 69f74b6 Release 5.0.1
  • 9229680 fix(divan): bump proc-macro-crate to parse multiline inline tables
  • 9339a52 Release 5.0.0
  • b79f040 chore: bump repo toolchain to 1.96
  • c42d392 chore: update getrandom to 0.4
  • 7370bbf chore!: bump MSRV to 1.85
  • b30ce7d chore!: update colored dep
  • d854488 chore!: bump MSRV to 1.80
  • 73170f9 Fix lower bound of cc crate (#182)
  • ec46807 test(criterion_compat): add custom main bench for URI formatting
  • Additional commits viewable in compare view

Updates criterion to 0.8.2

Release notes

Sourced from criterion's releases.

criterion-plot-v0.8.2

Other

  • Update Readme
Changelog

Sourced from criterion's changelog.

0.8.2 - 2026-02-04

Fixed

  • don't build alloca on unsupported targets

Other

  • (deps) bump crate-ci/typos from 1.40.0 to 1.43.0
  • Fix panic with uniform iteration durations in benchmarks
  • Update Readme
  • Exclude development scripts from published package

0.8.1 - 2025-12-07

Fixed

  • Homepage link

Other

  • (deps) bump crate-ci/typos from 1.23.5 to 1.40.0
  • (deps) bump jontze/action-mdbook from 3 to 4
  • (deps) bump actions/checkout from 4 to 6

0.8.0 - 2025-11-29

BREAKING

  • Drop async-std support

Changed

  • Bump MSRV to 1.86, stable to 1.91.1

Added

  • Add ability to plot throughput on summary page.
  • Add support for reporting throughput in elements and bytes - Throughput::ElementsAndBytes allows the text summary to report throughput in both units simultaneously.
  • Add alloca-based memory layout randomisation to mitigate memory effects on measurements.
  • Add doc comment to benchmark runner in criterion_group macro (removes linter warnings)

Fixed

  • Fix plotting NaN bug

Other

  • Remove Master API Docs links temporarily while we restore the docs publishing.

... (truncated)

Commits
  • 7f0d745 chore: release v0.8.2
  • 4a467ce chore(deps): bump crate-ci/typos from 1.40.0 to 1.43.0
  • b277a75 Fix panic with uniform iteration durations in benchmarks
  • 828af14 fix: don't build alloca on unsupported targets
  • b01316b Update Readme
  • 4c02a3b Exclude development scripts from published package
  • e4e06df chore: release v0.8.1
  • aa548b9 fix: Homepage link
  • 950c3b7 fix: Typo
  • 7e3e50c chore(deps): bump crate-ci/typos from 1.23.5 to 1.40.0
  • Additional commits viewable in compare view

Updates itertools to 0.15.0

Changelog

Sourced from itertools's changelog.

0.15.0

Breaking

  • Restructure Position as struct instead of enum (#1042, #1043)
  • Canonicalize all_equal_value's error type (#1032)

Added

  • Add *_with_hasher adaptors (#1007)
  • Add strip_prefix and strip_prefix_by methods (#1104)

Changed

  • Remove Clone bounds from tuple_combinations and array_combinations(#1011)
  • must_use for collect_vec (#1009)
  • Make izip! temporary friendly (#1021)
  • Add array_combinations_with_replacement (#1033)
  • Implement Debug for remaining public types (#1038)
  • Specialize ExactlyOneError::count (#1046)
  • Implement PeekingNext for more types, in particular vec::IntoIter (#1059, #1073)
  • Fix PadUsing::next_back (#1082)
  • Introduce [circular_]array_windows, deprecate tuple_windows (#1086)
  • Deprecate tuple_combinations (replaced by array_combinations) (#1085)

Notable Internal Changes

0.14.0

Breaking

  • Increased MSRV to 1.63.0 (#960)
  • Removed generic parameter from cons_tuples (#988)

Added

  • Added array_combinations (#991)
  • Added k_smallest_relaxed and variants (#925)
  • Added next_array and collect_array (#560)
  • Implemented DoubleEndedIterator for FilterOk (#948)
  • Implemented DoubleEndedIterator for FilterMapOk (#950)

Changed

  • Allow Q: ?Sized in Itertools::contains (#971)
  • Improved hygiene of chain! (#943)
  • Improved into_group_map_by documentation (#1000)
  • Improved tree_reduce documentation (#955)
  • Improved discoverability of merge_join_by (#966)
  • Improved discoverability of take_while_inclusive (#972)
  • Improved documentation of find_or_last and find_or_first (#984)
  • Prevented exponentially large type sizes in tuple_combinations (#945)
  • Added track_caller attr for asser_equal (#976)

... (truncated)

Commits
  • 37bd72a Update CHANGELOG.md: strip_prefix[_by]
  • 86ec635 Use ControlFlow in fold_while implementation
  • d5897f7 refactor(strip_prefix): use try_for_each and drop PartialEq, Eq on StripPrefi...
  • b2a978a feat(Itertools): add strip_prefix and strip_prefix_by methods
  • 12b6ec6 Update CHANGELOG.md for all_equal_value_error's error type
  • 121821e AllEqualValueError implements std::error::Error
  • adac44e Introduce AllEqualValueError
  • 5707384 Update CHANGELOG.md
  • df60ff0 Update CHANGELOG.md
  • 113b850 Update CHANGELOG.md to include with_hasher
  • 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

…h 4 updates

Updates the requirements on [las](https://github.com/gadomski/las-rs), [codspeed-criterion-compat](https://github.com/CodSpeedHQ/codspeed-rust), [criterion](https://github.com/criterion-rs/criterion.rs) and [itertools](https://github.com/rust-itertools/itertools) to permit the latest version.

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 `codspeed-criterion-compat` to 5.0.1
- [Release notes](https://github.com/CodSpeedHQ/codspeed-rust/releases)
- [Commits](CodSpeedHQ/codspeed-rust@v4.0.0...v5.0.1)

Updates `criterion` to 0.8.2
- [Release notes](https://github.com/criterion-rs/criterion.rs/releases)
- [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](criterion-rs/criterion.rs@criterion-plot-v0.7.0...criterion-v0.8.2)

Updates `itertools` to 0.15.0
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: las
  dependency-version: 0.9.11
  dependency-type: direct:production
  dependency-group: cargo-dependencies
- dependency-name: codspeed-criterion-compat
  dependency-version: 5.0.1
  dependency-type: direct:production
  dependency-group: cargo-dependencies
- dependency-name: criterion
  dependency-version: 0.8.2
  dependency-type: direct:production
  dependency-group: cargo-dependencies
- dependency-name: itertools
  dependency-version: 0.15.0
  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