Skip to content

Bump the rust group with 2 updates - #258

Merged
Esgrove merged 1 commit into
mainfrom
dependabot/cargo/rust-9c7feed508
Aug 5, 2026
Merged

Bump the rust group with 2 updates#258
Esgrove merged 1 commit into
mainfrom
dependabot/cargo/rust-9c7feed508

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the rust group with 2 updates: clap and rust_xlsxwriter.

Updates clap from 4.6.4 to 4.6.5

Release notes

Sourced from clap's releases.

v4.6.5

[4.6.5] - 2026-07-31

Fixes

  • (help) Correctly mark which value_names are optional with num_args
Changelog

Sourced from clap's changelog.

[4.6.5] - 2026-07-31

Fixes

  • (help) Correctly mark which value_names are optional with num_args
Commits
  • c8c9355 chore: Release
  • af74def docs: Update changelog
  • c96f222 Merge pull request #6368 from truffle-dev/fix/fish-env-escaping
  • 49a05cd fix(complete): Two-pass quote fish env-completer
  • e791004 test(complete): Snapshot fish env quoting cases
  • See full diff in compare view

Updates rust_xlsxwriter from 0.96.0 to 0.97.0

Changelog

Sourced from rust_xlsxwriter's changelog.

[0.97.0] - 2026-07-30

Added

  • Updated zip dependency to v8.3 to pick up two upstream fixes for ZIP64 "large file" handling. This requires a MSRV of 1.88.0. See [Issue #183].

    [Issue #183]: jmcnamara/rust_xlsxwriter#183

Fixed

  • Fixed issue where serializing a struct containing a map field returned an error even if the field was skipped. Map types cannot be serialized to Excel, but a map field can now be skipped via the #[serde(skip)] (this was already working) or #[xlsx(skip)] attributes, the CustomSerializeField::skip() method, or by omitting it via SerializeFieldOptions::use_custom_headers_only().

    [Issue #182].

    [Issue #182]: jmcnamara/rust_xlsxwriter#182

  • Fixed an issue when handling BMP images that use a "top-down" DIB (Device Independent Bitmap) row order.

  • Added a check for the minimum required data size when reading an image so that invalid or truncated image data returns an error instead of causing a panic.

Commits
  • 09a8710 release: 0.97.0
  • 2815d75 zip: update zip dependency to pick up 2 fixes for large_files
  • c723e07 serde: allow map fields to be skipped
  • 9582818 image: add check for minimum required data size
  • b57f32c image: fix issue with top-down DIB bmp
  • 81504d5 release: 0.96.0
  • 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 rust group with 2 updates: [clap](https://github.com/clap-rs/clap) and [rust_xlsxwriter](https://github.com/jmcnamara/rust_xlsxwriter).


Updates `clap` from 4.6.4 to 4.6.5
- [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.6.4...clap_complete-v4.6.5)

Updates `rust_xlsxwriter` from 0.96.0 to 0.97.0
- [Changelog](https://github.com/jmcnamara/rust_xlsxwriter/blob/main/CHANGELOG.md)
- [Commits](jmcnamara/rust_xlsxwriter@v0.96.0...v0.97.0)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: rust_xlsxwriter
  dependency-version: 0.97.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
...

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 4, 2026
@Esgrove
Esgrove merged commit 2618565 into main Aug 5, 2026
4 checks passed
@Esgrove
Esgrove deleted the dependabot/cargo/rust-9c7feed508 branch August 5, 2026 12:13
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.

1 participant