Skip to content

deps: bump rust_xlsxwriter from 0.95.0 to 0.96.0#696

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

deps: bump rust_xlsxwriter from 0.95.0 to 0.96.0#696
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust_xlsxwriter-0.96.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps rust_xlsxwriter from 0.95.0 to 0.96.0.

Changelog

Sourced from rust_xlsxwriter's changelog.

[0.96.0] - 2026-07-01

Added

  • Dropped the Seek trait requirement from the [Workbook::save_to_writer()] API which allows it to write to STDOUT, to buffers (without Cursor), and to other Write interfaces that don't support seek. This was achieved by moving to the [zip.rs] stream API internally. See the discussion at [Feature Request #179].

    [Feature Request #179]: jmcnamara/rust_xlsxwriter#179 [zip.rs]: https://crates.io/crates/zip

  • Updated optional polars dependency to v0.54 to allow a similar update in the [polars_excel_writer] crate.

Commits
  • 9134de2 release: 0.96.0
  • 30c30af tests: update test for save_to_writer() using a direct buffer
  • e98b49a polars: update dependency to v0.54
  • 15a5819 docs: update save_to_writer() example to remove Seek
  • 90aa6d2 packager: move to ZipWriter::new_stream() API
  • a109355 packager: refactor constant_memory write loop
  • 7ff61b5 ci: change config to run ci on all branches
  • 8eb9b7b benches: add benchmark tests
  • ce8ed18 serde: add warning for flatten
  • See full diff in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rust_xlsxwriter](https://github.com/jmcnamara/rust_xlsxwriter) from 0.95.0 to 0.96.0.
- [Changelog](https://github.com/jmcnamara/rust_xlsxwriter/blob/main/CHANGELOG.md)
- [Commits](jmcnamara/rust_xlsxwriter@v0.95.0...v0.96.0)

---
updated-dependencies:
- dependency-name: rust_xlsxwriter
  dependency-version: 0.96.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jul 13, 2026
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