Skip to content

Bump the cargo group across 1 directory with 2 updates #1999

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2025

Bumps the cargo group with 2 updates in the / directory: zip and array-init-cursor.

Updates zip from 2.2.2 to 2.6.1

Release notes

Sourced from zip's releases.

v2.6.1

🐛 Bug Fixes

  • avoid scanning through all local file headers while opening an archive (#281)

v2.6.0

🚀 Features

  • Add support for time::PrimitiveDateTime (#322)
  • Add jiff integration (#323)

🐛 Bug Fixes

  • improve error message for duplicated file (#277)

v2.5.0

🚀 Features

  • Add support for time::PrimitiveDateTime (#322)
  • Add jiff integration (#323)

🐛 Bug Fixes

  • improve error message for duplicated file (#277)

v2.4.2

🐛 Bug Fixes

  • deep_copy_file produced a mangled file header on big-endian platforms (#309)

v2.4.1

🐛 Bug Fixes

  • type issue in test
  • double as_ref().canonicalize()?
  • CI failures
  • Create directory for extraction if necessary (#314)

v2.4.0

🚀 Features

  • ZipArchive::root_dir and ZipArchive::extract_unwrapped_root_dir (#304)

🐛 Bug Fixes

  • wasm build failure due to a missing use statement (#313)

v2.3.0

🚀 Features

... (truncated)

Changelog

Sourced from zip's changelog.

2.6.1 - 2025-04-03

🐛 Bug Fixes

  • avoid scanning through all local file headers while opening an archive (#281)

2.5.0 - 2025-03-23

🚀 Features

  • Add support for time::PrimitiveDateTime (#322)
  • Add jiff integration (#323)

🐛 Bug Fixes

  • improve error message for duplicated file (#277)

2.4.2 - 2025-03-18

🐛 Bug Fixes

  • deep_copy_file produced a mangled file header on big-endian platforms (#309)

2.4.1 - 2025-03-17

🐛 Bug Fixes

  • type issue in test
  • double as_ref().canonicalize()?
  • CI failures
  • Create directory for extraction if necessary (#314)

2.4.0 - 2025-03-17

🚀 Features

  • ZipArchive::root_dir and ZipArchive::extract_unwrapped_root_dir (#304)

🐛 Bug Fixes

  • wasm build failure due to a missing use statement (#313)

2.3.0 - 2025-03-16

🚀 Features

  • Add support for NTFS extra field (#279)

🐛 Bug Fixes

... (truncated)

Commits
  • 1d42731 chore: release v2.6.1 (#334)
  • f4d71a4 fix: avoid scanning through all local file headers while opening an archive (...
  • 84e19f2 doc: Comment about where to update MSRV and where to find the policy
  • 081443d chore: Update crate version to trigger relelase-plz
  • e4e7010 doc: Update 6-month MSRV policy, since Rust now releases minor versions more ...
  • f24ffa9 fix handling decryption with msdos date of 0 (#327)
  • 81ac002 First pass (#331)
  • 77cde6a chore: release v2.5.0 (#325)
  • 7613e6b feat: Add support for time::PrimitiveDateTime (#322)
  • a7b80cf deps: remove thiserror and displaydoc dependencies (#324)
  • Additional commits viewable in compare view

Updates array-init-cursor from 0.2.0 to 0.2.1

Changelog

Sourced from array-init-cursor'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]

Added

Fixed

Removed

[1.1.1] - 2025-03-02

Added

Fixed

  • [Rust]: Fix the alignment of structs in unions #289

Removed

[1.1.0] - 2025-03-02

Added

  • Bump the Minimum Support Rust Version (MSRV) to 1.75.0
  • The Primitive and VectorWrite traits are now marked as unsafe to remind implementers of alignment constraints
  • [Rust]: Add support for union vectors #287
  • Add support for displaying union vectors with planus view #287

Fixed

  • Added extra unsafe blocks to templates to fix warnings for the 2024 edition
  • Updated tests for the 2024 edition

Removed

[1.0.0] - 2024-09-29

Added

  • [Rust]: Added #[allow(dead_code)] to the root of the generated rust code #204
  • Added the option ignore_docstring_errors to the app. #216
  • Get rid of dependency on atty and bump the Minimum Support Rust Version (MSRV) to 1.70.0. #220
  • [Rust]: Allow default implementations to be generated for tables that have fields with (required) vectors, strings, integers and bools. #243

... (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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the cargo group with 2 updates in the / directory: [zip](https://github.com/zip-rs/zip2) and [array-init-cursor](https://github.com/planus-org/planus).


Updates `zip` from 2.2.2 to 2.6.1
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](zip-rs/zip2@v2.2.2...v2.6.1)

Updates `array-init-cursor` from 0.2.0 to 0.2.1
- [Release notes](https://github.com/planus-org/planus/releases)
- [Changelog](https://github.com/planus-org/planus/blob/main/CHANGELOG.md)
- [Commits](planus-org/planus@v0.2.0...array-init-cursor-v0.2.1)

---
updated-dependencies:
- dependency-name: zip
  dependency-version: 2.6.1
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: array-init-cursor
  dependency-version: 0.2.1
  dependency-type: indirect
  dependency-group: cargo
...

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 Apr 7, 2025
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 22, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/cargo/cargo-f302986b4d branch April 22, 2025 14:03
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants