Skip to content

Bump the cargo group with 2 updates - #1098

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-c3f571bc6f
Open

Bump the cargo group with 2 updates#1098
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-c3f571bc6f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the cargo group with 2 updates: async_zip and bag_address_lookup.

Updates async_zip from 0.0.18 to 0.0.19

Release notes

Sourced from async_zip's releases.

v0.0.19

Bumps to v0.0.19, which lands #192, a rewrite of the seek reader. See CHANGELOG.md and MIGRATION.md.

Changelog

Sourced from async_zip's changelog.

[0.0.19] - 2026-08-22

Added

  • This changelog and MIGRATION.md.
  • Terminology and high-level ZIP concepts (archive, file, LF/LFH, CDR/CDRH, EOCDR, CEOCDR) documented in the [base] module, and used consistently across the new API.
  • Tracing as an optional dependency, enabled via the tracing feature. Included in full.
  • An initial re-write of the read module. This is still in active development, with no stream reader currently. The intent is to fully replace the existing read module with it. Improvements include a large set of configurable validation checks. This reader is intended to be in feature parity with the old read module. It lives at [base::read1] until then, and provides:
    • [base::read1::seek::ZipArchiveReader], which reads the central directory up-front and opens files by index without consuming the source reader ([file()], or [file_oneshot()]).
    • [base::read1::seek::ZipArchiveFactory], a user-supplied generator function which produces additional readers over the same archive for concurrent/parallel file reads.
    • [base::read1::seek::ZipArchiveInner], shareable archive metadata which can be reused across readers via [new_with_inner()] to avoid re-reading the central directory.
    • [base::read1::ZipFileReader], an [AsyncRead] over a single file which validates the CRC32 and uncompressed size on EOF.
    • [base::read1::ZipOptions], a set of configurable validations and limits, plus [ZipOptions::untrusted()] as a conservative starting point for untrusted archives.
    • ZIP64 support, including ZIP64-aware accessors on [LF], [CDR] and [CEOCDR].
  • The [spec] module is now public, exposing [spec::headers1] (primitive headers), [spec::constructs] (headers combined with their variable-length data), [spec::extra] (extra fields), [spec::ZipString] and the [spec::KnownSize] trait.
  • New [ZipError] variants covering header/CDR mismatches, configured limits, invalid offsets, missing ZIP64 records, and binary parse failures.

Changed

  • The full feature now includes tracing.
  • The specification link in the README and crate docs now points at PKWARE's APPNOTE.TXT.

Deprecated

  • [base::read::seek::ZipFileReader], [base::read::mem::ZipFileReader] and [tokio::read::fs::ZipFileReader] in favour of [base::read1].

Removed

Fixed

Security

  • The new reader bounds what an archive can make it allocate or read on your behalf. Extra field block sizes, extra field counts, central directory size and file counts, and per-file compressed and uncompressed sizes are all checked against configured limits before anything is allocated. File names remain your responsibility to sanitise.
Commits

Updates bag_address_lookup from lib-v0.8.1 to lib-v0.8.3

Commits
  • f02f27e chore: publish v0.8.3 with bag.bin
  • 7e1638f chore: monthly release v0.8.3
  • bc04bc6 Bump the cargo-dependencies group across 1 directory with 4 updates (#25)
  • 6751c84 chore: monthly release v0.8.2
  • fc7a443 Bump quick-xml in the cargo-dependencies group across 1 directory (#23)
  • See full diff 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

Bumps the cargo group with 2 updates: [async_zip](https://github.com/Majored/rs-async-zip) and [bag_address_lookup](https://github.com/tweedegolf/bag-address-lookup).


Updates `async_zip` from 0.0.18 to 0.0.19
- [Release notes](https://github.com/Majored/rs-async-zip/releases)
- [Changelog](https://github.com/Majored/rs-async-zip/blob/main/CHANGELOG.md)
- [Commits](Majored/rs-async-zip@v0.0.18...v0.0.19)

Updates `bag_address_lookup` from lib-v0.8.1 to lib-v0.8.3
- [Release notes](https://github.com/tweedegolf/bag-address-lookup/releases)
- [Commits](tweedegolf/bag-address-lookup@e58060b...f02f27e)

---
updated-dependencies:
- dependency-name: async_zip
  dependency-version: 0.0.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: bag_address_lookup
  dependency-version: f02f27e83195cbe9a25468017b057475c5cb166f
  dependency-type: direct:production
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 27, 2026
@github-actions

Copy link
Copy Markdown

Sigrid maintainability feedback


🔒Enable security insights in your CI pipeline to detect vulnerabilities early.
Start using Sigrid CI for Security today. Learn more.


💭️ You did not change any files that are analyzed by Sigrid.


View this system in Sigrid

@sonarqubecloud

Copy link
Copy Markdown

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.

0 participants