Skip to content

build(deps): bump rust_xlsxwriter from 0.93.0 to 0.96.0#5

Merged
ursjoss merged 4 commits into
mainfrom
dependabot/cargo/rust_xlsxwriter-0.96.0
Jul 12, 2026
Merged

build(deps): bump rust_xlsxwriter from 0.93.0 to 0.96.0#5
ursjoss merged 4 commits into
mainfrom
dependabot/cargo/rust_xlsxwriter-0.96.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps rust_xlsxwriter from 0.93.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.

[0.95.0] - 2026-05-09

Added

  • Added an optional dependency on the zmij crate to speed up writing numeric worksheet data. The feature flag is zmij.

    This feature gives an approximate 10% performance increase in writing numeric data to a worksheet. See the performance analysis in [Issue #170]. The performance is better than the [ryu] crate, which is by the same author and has the same interface. As such, the ryu feature/crate is deprecated in favour of the zmij feature/crate.

    [Issue #170]: jmcnamara/rust_xlsxwriter#170

[0.94.1] - 2026-05-06

Fixed

... (truncated)

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
  • d22a6e7 release: 0.95.0
  • Additional commits viewable 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.93.0 to 0.96.0.
- [Changelog](https://github.com/jmcnamara/rust_xlsxwriter/blob/main/CHANGELOG.md)
- [Commits](jmcnamara/rust_xlsxwriter@v0.93.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 4, 2026
@ursjoss
ursjoss merged commit d684372 into main Jul 12, 2026
4 checks passed
@ursjoss
ursjoss deleted the dependabot/cargo/rust_xlsxwriter-0.96.0 branch July 12, 2026 15:43
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