Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps the dependencies group with 3 updates in the /rust directory: chrono, js-sys and rust_xlsxwriter.

Updates chrono from 0.4.41 to 0.4.42

Release notes

Sourced from chrono's releases.

0.4.42

What's Changed

Commits
  • f3fd15f Bump version to 0.4.42
  • 5cf5603 strftime: add regression test case
  • a623170 strftime: simplify error handling
  • 36fbfb1 strftime: move specifier handling out of match to reduce rightward drift
  • 7f413c3 strftime: yield None early
  • 9d5dfe1 strftime: outline constants
  • e5f6be7 strftime: move error() method below caller
  • d516c27 strftime: merge impl blocks
  • 0ee2172 strftime: re-order items to keep impls together
  • 757a8b0 Upgrade to windows-bindgen 0.63
  • Additional commits viewable in compare view

Updates js-sys from 0.3.77 to 0.3.80

Commits

Updates rust_xlsxwriter from 0.90.0 to 0.90.1

Changelog

Sourced from rust_xlsxwriter's changelog.

[0.90.1] - 2025-09-17

Added

  • Updated optional polars dependency to v0.51.
Commits
  • 144c060 release: 0.90.1
  • 59e7fc1 chartsheet: add set_zoom_to_fit() method
  • e2fc3ab chart: add extra tests for custom data labels
  • 2690e00 clippy: fix updated version warnings
  • e035e03 chart: add axis title formatting
  • 35887c2 chart: fix issue with chart title formula font
  • 73412b1 docs: update a minor comment
  • See full diff in compare view

Updates wasm-bindgen from 0.2.100 to 0.2.103

Changelog

Sourced from wasm-bindgen's changelog.

0.2.103

Fixed

  • Fixed incorrect function mapping during post-processing. #4656

0.2.102

Added

  • Added DocumentOrShadowRoot.adoptedStyleSheets. #4625

  • Added support for arguments with spaces using shell-style quoting in webdriver *_ARGS environment variables to wasm-bindgen-test. #4433

  • Added ability to determine WebDriver JSON config location via WASM_BINDGEN_TEST_WEBDRIVER_JSON environment variable to wasm-bindgen-test. #4434

  • Generate DWARF for tests by default. See the guide on debug information for more details. #4635

  • New --target=module target for outputting source phase imports. #4638

Fixed

  • Fixed wrong method names for GestureEvent bindings. #4615

  • Fix crash caused by allocations during TypedArray interactions. #4622

Changed

  • Hidden deprecated options from the wasm-bindgen --help docs. #4646

0.2.101

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

…dates

Bumps the dependencies group with 3 updates in the /rust directory: [chrono](https://github.com/chronotope/chrono), [js-sys](https://github.com/wasm-bindgen/wasm-bindgen) and [rust_xlsxwriter](https://github.com/jmcnamara/rust_xlsxwriter).


Updates `chrono` from 0.4.41 to 0.4.42
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.41...v0.4.42)

Updates `js-sys` from 0.3.77 to 0.3.80
- [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases)
- [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits)

Updates `rust_xlsxwriter` from 0.90.0 to 0.90.1
- [Changelog](https://github.com/jmcnamara/rust_xlsxwriter/blob/main/CHANGELOG.md)
- [Commits](jmcnamara/rust_xlsxwriter@v0.90.0...v0.90.1)

Updates `wasm-bindgen` from 0.2.100 to 0.2.103
- [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases)
- [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](wasm-bindgen/wasm-bindgen@0.2.100...0.2.103)

---
updated-dependencies:
- dependency-name: chrono
  dependency-version: 0.4.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: js-sys
  dependency-version: 0.3.80
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: rust_xlsxwriter
  dependency-version: 0.90.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: wasm-bindgen
  dependency-version: 0.2.103
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 22, 2025
@kenkoooo kenkoooo merged commit c3dcf0a into main Sep 22, 2025
1 check passed
@kenkoooo kenkoooo deleted the dependabot/cargo/rust/dependencies-b12595a135 branch September 22, 2025 20:19
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