Skip to content

chore(deps): bump rust_xlsxwriter from 0.98.2 to 0.99.0 in /src-tauri - #205

Merged
lamemustafa merged 5 commits into
masterfrom
dependabot/cargo/src-tauri/master/rust_xlsxwriter-0.99.0
Aug 31, 2026
Merged

chore(deps): bump rust_xlsxwriter from 0.98.2 to 0.99.0 in /src-tauri#205
lamemustafa merged 5 commits into
masterfrom
dependabot/cargo/src-tauri/master/rust_xlsxwriter-0.99.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps rust_xlsxwriter from 0.98.2 to 0.99.0.

Changelog

Sourced from rust_xlsxwriter's changelog.

[0.99.0] - 2026-08-23

Changed

  • Breaking change: Renamed error XlsxError::TableNameReused to XlsxError::NameReused to clarify that Table names and Defined names must be unique to each other as well as within their own namespaces. Also added checks to ensure this. See [Issue #189].

Fixed

  • Fixed issue in utility::quote_sheet_name() to avoid incorrectly matching names like Q.1 as cell references. See [Issue #189].

  • Fixed issue where where worksheet level defined names with quotes like

  • 'Sheet 1'!Name were not split correctly. See [Issue #189].

Added

Commits
  • 9e84ea3 release: 0.99.0
  • c50e48f utilty: avoid false positive in quote_sheet_name()
  • c6f6f3a workbook: fix issue with defined name and quoted worksheet names.
  • 28e4150 workbook: add checks for duplicate table names and defined names.
  • 07219ee workbook: add checks for valid table names and defined names.
  • b8782bd docs: minor additions
  • 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.98.2 to 0.99.0.
- [Changelog](https://github.com/jmcnamara/rust_xlsxwriter/blob/main/CHANGELOG.md)
- [Commits](jmcnamara/rust_xlsxwriter@v0.98.2...v0.99.0)

---
updated-dependencies:
- dependency-name: rust_xlsxwriter
  dependency-version: 0.99.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 Aug 30, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1d884b64b7

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread src-tauri/Cargo.toml
Comment thread src-tauri/Cargo.lock
lamemustafa and others added 2 commits August 31, 2026 16:57
Merges master and completes the two steps dependabot cannot do for itself.

Compatibility surface: rehash-surface reported 2 changed pins (src-tauri
Cargo.lock and Cargo.toml), sealed and repointed to
594275282c7051fc6607e81fdc9f282a6ea2357f8adf62b883697dad08197b46 across 135
entries, verified by an independent re-hash showing zero mismatches.

Licence inventory: a Rust dependency bump also drifts the locked third-party
inventory, which the surface reseal does not cover. Regenerated with
cargo-about 0.9.1; the inventory now matches 380 locked components.

Verified rust_xlsxwriter 0.99 is safe for this codebase rather than assumed: its
only breaking change is XlsxError::TableNameReused -> NameReused, which Bridge
never references, and the number-format, write_number and precision paths are
unchanged. Workspace 712 passed, all-features 842 passed with 3 ignored.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Aug 31, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-08-31T12:58:06.063707Z c3de5a9 New commits
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

lamemustafa and others added 2 commits August 31, 2026 18:22
# Conflicts:
#	docs/tally/compatibility/compatibility-matrix.json
#	docs/tally/compatibility/compatibility-surface.json
Re-resealed on top of the merged uuid bump; licence inventory regenerated.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@lamemustafa
lamemustafa merged commit 4171a5c into master Aug 31, 2026
12 checks passed
@lamemustafa
lamemustafa deleted the dependabot/cargo/src-tauri/master/rust_xlsxwriter-0.99.0 branch August 31, 2026 13:30
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