Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the rust-dependencies group across 1 directory with 33 updates #1347

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps the rust-dependencies group with 12 updates in the / directory:

Package From To
miette 7.2.0 7.4.0
wasm-bindgen 0.2.95 0.2.97
logos 0.14.2 0.14.3
wasm-bindgen-test 0.3.45 0.3.47
bytes 1.8.0 1.9.0
cc 1.2.1 1.2.2
errno 0.3.9 0.3.10
itoa 1.0.13 1.0.14
libc 0.2.164 0.2.167
supports-color 3.0.1 3.0.2
supports-hyperlinks 3.0.0 3.1.0
syn 2.0.89 2.0.90

Updates miette from 7.2.0 to 7.4.0

Changelog

Sourced from miette's changelog.

7.4.0 (2024-11-27)

Features

7.3.0 (2024-11-26)

Features

Performance

  • handlers: optimize string-buffer reallocations (#387) (b8dfcda4)

Bug Fixes

  • graphical: fix nested error wrapping (#358) (3eabbceb)
  • docs: updated example image (fixes #111) (#270) (7b42b12c)
  • clippy: Fix clippy lints in docs (#365) (ea4296da)
  • docs: alt attribut for single-line-example.png (#372) (b82cc81b)
  • color: setting NO_COLOR should not print ansi codes for non-terminals (#381) (813232ba)
  • clippy: fix Rust v1.78.0 clippy warnings (#382) (e1026f75)
  • perf: mark error constructors cold (#378) (9bbcf3c6)
  • handlers: Disable textwrap::smawk feature (#379) (edfdcb52)
  • graphical: Format entire link instead of just name (#389) (bf5aa374)
  • clippy: fix clippy::doc_lazy_continuation lints (#395) (15beec43)
  • graphical: Handle invalid UTF-8 in source code (#393) (d6b45585)
  • features: Use dep: syntax for dependencies in features. (#394) (789a04e3)
  • clippy: Fix needless_return lint. (#405) (5f441d01)

Documentation

  • examples: add serde_json integration example (#407) (2902a233)

Commits

Updates wasm-bindgen from 0.2.95 to 0.2.97

Changelog

Sourced from wasm-bindgen's changelog.

0.2.97

Released 2024-11-30

Fixed

  • Fixed js-sys and wasm-bindgen-futures relying on internal paths of wasm-bindgen that are not crate feature additive. #4305

0.2.96

Released 2024-11-29

Added

  • Added support for the HTMLOrSVGElement mixin, which is used for all interfaces deriving from Element. #4143

  • Added bindings for MathMLElement. #4143

  • Added JSDoc type annotations to C-style enums. #4192

  • Added support for C-style enums with negative discriminants. #4204

  • Added bindings for MediaStreamTrack.getCapabilities. #4236

  • Added WASM ABI support for u128 and i128 #4222

  • Added support for the wasm32v1-none target. #4277

  • Added support for no_std to js-sys, web-sys, wasm-bindgen-futures and wasm-bindgen-test. #4277

  • Added support for no_std to link_to!, static_string (via thread_local_v2) and throw. #4277

  • Added environment variables to configure tests: WASM_BINDGEN_USE_BROWSER, WASM_BINDGEN_USE_DEDICATED_WORKER, WASM_BINDGEN_USE_SHARED_WORKER WASM_BINDGEN_USE_SERVICE_WORKER, WASM_BINDGEN_USE_DENO and WASM_BINDGEN_USE_NODE_EXPERIMENTAL. The use of wasm_bindgen_test_configure! will overwrite any environment variable. #4295

Changed

  • String enums now generate private TypeScript types but only if used.

... (truncated)

Commits

Updates logos from 0.14.2 to 0.14.3

Release notes

Sourced from logos's releases.

v0.14.3 - 2024 edition, improved callback, fixes and better docs!

This is a small release, but it contains two important fixes:

  • Fix for big-endian platforms in #431
  • Support for Rust 2024 edition in #435

As well as a nice new feature for callback to support returning Result<Skip>!

Moreover, the documentation has received very nice additions.

Many thanks to all the contributors!

What's Changed

New Contributors

Full Changelog: maciejhirsz/logos@v0.14.2...v0.14.3

Commits
  • 04ff39e chore(release): bump to 0.14.3 (#443)
  • 837d5bf Minor readme improvments (#442)
  • 727becf chore(book): add simple calculator example (#439)
  • 1200df4 fix(lib): use precise capturing on 1.82+ (#435)
  • 4aa7f5e Bump rstest to 0.23.0, the current release (#438)
  • c6b3210 chore(deps): bump codecov/codecov-action from 4 to 5 (#437)
  • 20f893e chore(deps): bump thollander/actions-comment-pull-request from 2 to 3 (#429)
  • 491842d Support callbacks returning Result<Skip> (#432)
  • 3c81ceb fix(lib): generate same code on big-endian platforms (#431)
  • 0f361d6 fix(book): link to common-regex from logos/attributes (#430)
  • Additional commits viewable in compare view

Updates wasm-bindgen-test from 0.3.45 to 0.3.47

Commits

Updates bytes from 1.8.0 to 1.9.0

Release notes

Sourced from bytes's releases.

Bytes v1.9.0

1.9.0 (November 27, 2024)

Added

  • Add Bytes::from_owner to enable externally-allocated memory (#742)

Documented

  • Fix typo in Buf::chunk() comment (#744)

Internal changes

  • Replace BufMut::put with BufMut::put_slice in Writer impl (#745)
  • Rename hex_impl! to fmt_impl! and reuse it for fmt::Debug (#743)
Changelog

Sourced from bytes's changelog.

1.9.0 (November 27, 2024)

Added

  • Add Bytes::from_owner to enable externally-allocated memory (#742)

Documented

  • Fix typo in Buf::chunk() comment (#744)

Internal changes

  • Replace BufMut::put with BufMut::put_slice in Writer impl (#745)
  • Rename hex_impl! to fmt_impl! and reuse it for fmt::Debug (#743)
Commits

Updates cc from 1.2.1 to 1.2.2

Release notes

Sourced from cc's releases.

cc-v1.2.2

Other

  • Inherit flags from rustc (#1279)
  • Add support for using sccache wrapper with cuda/nvcc (#1304)
  • Fix msvc stdout not shown on error (#1303)
  • Regenerate target info (#1301)
  • Fix compilation of C++ code for armv7-unknown-linux-gnueabihf (#1298)
  • Fetch target info from Cargo even if Build::target is manually set (#1299)
  • Fix two files with different extensions having the same object name (#1295)
  • Allow disabling cc's ability to compile via env var CC_FORCE_DISABLE (#1292)
  • Regenerate target info (#1293)
Changelog

Sourced from cc's changelog.

1.2.2 - 2024-11-29

Other

  • Inherit flags from rustc (#1279)
  • Add support for using sccache wrapper with cuda/nvcc (#1304)
  • Fix msvc stdout not shown on error (#1303)
  • Regenerate target info (#1301)
  • Fix compilation of C++ code for armv7-unknown-linux-gnueabihf (#1298)
  • Fetch target info from Cargo even if Build::target is manually set (#1299)
  • Fix two files with different extensions having the same object name (#1295)
  • Allow disabling cc's ability to compile via env var CC_FORCE_DISABLE (#1292)
  • Regenerate target info (#1293)
Commits
  • 5daf14e chore: release v1.2.2 (#1306)
  • afb6d60 build: Inherit flags from rustc (#1279)
  • 4f312e3 Add support for using sccache wrapper with cuda/nvcc (#1304)
  • f770d56 Fix msvc stdout not shown on error (#1303)
  • 1eefa74 CI: Avoid running scheduled jobs on forks (#1302)
  • 11f0f2e Regenerate target info (#1301)
  • 5e3c257 Fix compilation of C++ code for armv7-unknown-linux-gnueabihf (#1298)
  • 6a1def4 Fix: Fetch target info from Cargo even if Build::target is manually set (#1...
  • a8f0611 Fix two files with different extensions having the same object name (#1295)
  • 29d6ca1 Allow disabling cc's ability to compile via env var CC_FORCE_DISABLE (#1292)
  • Additional commits viewable in compare view

Updates errno from 0.3.9 to 0.3.10

Release notes

Sourced from errno's releases.

v0.3.10

  • Update to windows-sys 0.59 #98

  • Support emscripten #100

  • Remove Bitrig support #99

Changelog

Sourced from errno's changelog.

[0.3.10] - 2024-11-29

  • Update to windows-sys 0.59 #98

  • Support emscripten #100

  • Remove Bitrig support #99

Commits

Updates itoa from 1.0.13 to 1.0.14

Release notes

Sourced from itoa's releases.

1.0.14

  • Work around bad IDE suggestion (#56)
Commits

Updates js-sys from 0.3.72 to 0.3.74

Commits

Updates libc from 0.2.164 to 0.2.167

Release notes

Sourced from libc's releases.

0.2.167

Added

Fixed

  • Fix the build with rustc-dep-of-std rust-lang/libc#4158
  • Wasi: Add back unsafe block for clockid_t static variables (#4157)

Cleanup

Other

Removed

  • Remove one unused import after the edition 2021 bump

0.2.166

Fixed

This release resolves two cases of unintentional breakage from the previous release:

  • Revert removal of array size hacks #4150
  • Ensure const extern functions are always enabled #4151

0.2.165

Added

... (truncated)

Changelog

Sourced from libc's changelog.

0.2.167 - 2024-11-28

Added

Fixed

  • Fix the build with rustc-dep-of-std rust-lang/libc#4158
  • Wasi: Add back unsafe block for clockid_t static variables (#4157)

Cleanup

Other

Removed

  • Remove one unused import after the edition 2021 bump

0.2.166 - 2024-11-26

Fixed

This release resolves two cases of unintentional breakage from the previous release:

  • Revert removal of array size hacks #4150
  • Ensure const extern functions are always enabled #4151

0.2.165 - 2024-11-25

Added

... (truncated)

Commits
  • 3831e59 chore: release v0.2.167
  • 7cbac14 Merge pull request #4167 from tgross35/backport-fix-rustc-dep-of-std
  • 70b1487 Alow static_mut_refs with rustc-dep-of-std
  • 96db1f4 ci: test with rustc-dep-of-std
  • 4ca22fa Fix the build with rustc-dep-of-std
  • 0acb8d6 Merge pull request #4166 from tgross35/backport-crate-prelude
  • b52375d Add a .git-blame-ignore-revs entry for adding the prelude
  • 108310d Make use of the crate's prelude to replace individual imports
  • 877b6f6 Create an internal prelude
  • 1abd74b trusty: Add intptr_t and uintptr_t
  • Additional commits viewable in compare view

Updates logos-codegen from 0.14.2 to 0.14.3

Release notes

Sourced from logos-codegen's releases.

v0.14.3 - 2024 edition, improved callback, fixes and better docs!

This is a small release, but it contains two important fixes:

  • Fix for big-endian platforms in #431
  • Support for Rust 2024 edition in #435

As well as a nice new feature for callback to support returning Result<Skip>!

Moreover, the documentation has received very nice additions.

Many thanks to all the contributors!

What's Changed

New Contributors

Full Changelog: maciejhirsz/logos@v0.14.2...v0.14.3

Commits
  • 04ff39e chore(release): bump to 0.14.3 (#443)
  • 837d5bf Minor readme improvments (#442)
  • 727becf chore(book): add simple calculator example (#439)
  • 1200df4 fix(lib): use precise capturing on 1.82+ (#435)
  • 4aa7f5e Bump rstest to 0.23.0, the current release (#438)
  • c6b3210 chore(deps): bump codecov/codecov-action from 4 to 5 (#437)
  • 20f893e chore(deps): bump thollander/actions-comment-pull-request from 2 to 3 (#429)
  • 491842d Support callbacks returning Result<Skip> (#432)
  • 3c81ceb fix(lib): generate same code on big-endian platforms (#431)
  • 0f361d6 fix(book): link to common-regex from logos/attributes (#430)
  • Additional commits viewable in compare view

Updates logos-derive from 0.14.2 to 0.14.3

Release notes

Sourced from logos-derive's releases.

v0.14.3 - 2024 edition, improved callback, fixes and better docs!

This is a small release, but it contains two important fixes:

  • Fix for big-endian platforms in #431
  • Support for Rust 2024 edition in #435

As well as a nice new feature for callback to support returning Result<Skip>!

Moreover, the documentation has received very nice additions.

Many thanks to all the contributors!

What's Changed

New Contributors

Full Changelog: maciejhirsz/logos@v0.14.2...v0.14.3

Commits
  • 04ff39e chore(release): bump to 0.14.3 (#443)
  • 837d5bf Minor readme improvments (#442)
  • 727becf chore(book): add simple calculator example (#439)
  • 1200df4 fix(lib): use precise capturing on 1.82+ (#435)
  • 4aa7f5e Bump rstest to 0.23.0, the current release (#438)
  • c6b3210 chore(deps): bump codecov/codecov-action from 4 to 5 (#437)
  • 20f893e chore(deps): bump thollander/actions-comment-pull-request from 2 to 3 (#429)
  • 491842d Support callbacks returning Result<Skip> (#432)
  • 3c81ceb fix(lib): generate same code on big-endian platforms (#431)
  • 0f361d6 fix(book): link to common-regex from logos/attributes (#430)
  • Additional commits viewable in compare view

Updates miette-derive from 7.2.0 to 7.4.0

Changelog

Sourced from miette-derive's changelog.

7.4.0 (2024-11-27)

Features

7.3.0 (2024-11-26)

Features

Performance

  • handlers: optimize string-buffer reallocations (#387) (b8dfcda4)

Bug Fixes

  • graphical: fix nested error wrapping (#358) (3eabbceb)
  • docs: updated example image (fixes #111) (#270) (7b42b12c)
  • clippy: Fix clippy lints in docs (#365) (ea4296da)
  • docs: alt attribut for single-line-example.png (#372) (b82cc81b)
  • color: setting NO_COLOR should not print ansi codes for non-terminals (#381) (813232ba)
  • ...

    Description has been truncated

Bumps the rust-dependencies group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [miette](https://github.com/zkat/miette) | `7.2.0` | `7.4.0` |
| [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.95` | `0.2.97` |
| [logos](https://github.com/maciejhirsz/logos) | `0.14.2` | `0.14.3` |
| [wasm-bindgen-test](https://github.com/rustwasm/wasm-bindgen) | `0.3.45` | `0.3.47` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.8.0` | `1.9.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.1` | `1.2.2` |
| [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.9` | `0.3.10` |
| [itoa](https://github.com/dtolnay/itoa) | `1.0.13` | `1.0.14` |
| [libc](https://github.com/rust-lang/libc) | `0.2.164` | `0.2.167` |
| [supports-color](https://github.com/zkat/supports-color) | `3.0.1` | `3.0.2` |
| [supports-hyperlinks](https://github.com/zkat/supports-hyperlinks) | `3.0.0` | `3.1.0` |
| [syn](https://github.com/dtolnay/syn) | `2.0.89` | `2.0.90` |



Updates `miette` from 7.2.0 to 7.4.0
- [Release notes](https://github.com/zkat/miette/releases)
- [Changelog](https://github.com/zkat/miette/blob/main/CHANGELOG.md)
- [Commits](zkat/miette@miette-derive-v7.2.0...miette-derive-v7.4.0)

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

Updates `logos` from 0.14.2 to 0.14.3
- [Release notes](https://github.com/maciejhirsz/logos/releases)
- [Changelog](https://github.com/maciejhirsz/logos/blob/master/RELEASE-PROCESS.md)
- [Commits](maciejhirsz/logos@v0.14.2...v0.14.3)

Updates `wasm-bindgen-test` from 0.3.45 to 0.3.47
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits)

Updates `bytes` from 1.8.0 to 1.9.0
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.8.0...v1.9.0)

Updates `cc` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.2.1...cc-v1.2.2)

Updates `errno` from 0.3.9 to 0.3.10
- [Release notes](https://github.com/lambda-fairy/rust-errno/releases)
- [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md)
- [Commits](lambda-fairy/rust-errno@v0.3.9...v0.3.10)

Updates `itoa` from 1.0.13 to 1.0.14
- [Release notes](https://github.com/dtolnay/itoa/releases)
- [Commits](dtolnay/itoa@1.0.13...1.0.14)

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

Updates `libc` from 0.2.164 to 0.2.167
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.167/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.164...0.2.167)

Updates `logos-codegen` from 0.14.2 to 0.14.3
- [Release notes](https://github.com/maciejhirsz/logos/releases)
- [Changelog](https://github.com/maciejhirsz/logos/blob/master/RELEASE-PROCESS.md)
- [Commits](maciejhirsz/logos@v0.14.2...v0.14.3)

Updates `logos-derive` from 0.14.2 to 0.14.3
- [Release notes](https://github.com/maciejhirsz/logos/releases)
- [Changelog](https://github.com/maciejhirsz/logos/blob/master/RELEASE-PROCESS.md)
- [Commits](maciejhirsz/logos@v0.14.2...v0.14.3)

Updates `miette-derive` from 7.2.0 to 7.4.0
- [Release notes](https://github.com/zkat/miette/releases)
- [Changelog](https://github.com/zkat/miette/blob/main/CHANGELOG.md)
- [Commits](zkat/miette@miette-derive-v7.2.0...miette-derive-v7.4.0)

Updates `supports-color` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/zkat/supports-color/releases)
- [Changelog](https://github.com/zkat/supports-color/blob/main/CHANGELOG.md)
- [Commits](zkat/supports-color@v3.0.1...v3.0.2)

Updates `supports-hyperlinks` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/zkat/supports-hyperlinks/releases)
- [Changelog](https://github.com/zkat/supports-hyperlinks/blob/main/CHANGELOG.md)
- [Commits](zkat/supports-hyperlinks@v3.0.0...v3.1.0)

Updates `syn` from 2.0.89 to 2.0.90
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.89...2.0.90)

Updates `terminal_size` from 0.3.0 to 0.4.1
- [Release notes](https://github.com/eminence/terminal-size/releases)
- [Commits](eminence/terminal-size@v0.3.0...v0.4.1)

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

Updates `wasm-bindgen-futures` from 0.4.45 to 0.4.47
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits)

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

Updates `wasm-bindgen-macro-support` from 0.2.95 to 0.2.97
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](rustwasm/wasm-bindgen@0.2.95...0.2.97)

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

Updates `wasm-bindgen-test-macro` from 0.3.45 to 0.3.47
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits)

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

Updates `windows-sys` from 0.48.0 to 0.52.0
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](microsoft/windows-rs@0.48.0...0.52.0)

Updates `windows-targets` from 0.48.5 to 0.52.6
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows_aarch64_gnullvm` from 0.48.5 to 0.52.6
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows_aarch64_msvc` from 0.48.5 to 0.52.6
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows_i686_gnu` from 0.48.5 to 0.52.6
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows_i686_msvc` from 0.48.5 to 0.52.6
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows_x86_64_gnu` from 0.48.5 to 0.52.6
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows_x86_64_gnullvm` from 0.48.5 to 0.52.6
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows_x86_64_msvc` from 0.48.5 to 0.52.6
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

---
updated-dependencies:
- dependency-name: miette
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: wasm-bindgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: logos
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: wasm-bindgen-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: bytes
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: errno
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: itoa
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: js-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: libc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: logos-codegen
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: logos-derive
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: miette-derive
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: supports-color
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: supports-hyperlinks
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: syn
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: terminal_size
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: wasm-bindgen-backend
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: wasm-bindgen-futures
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: wasm-bindgen-macro
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: wasm-bindgen-macro-support
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: wasm-bindgen-shared
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: wasm-bindgen-test-macro
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: web-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: windows-sys
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows-targets
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows_aarch64_gnullvm
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows_aarch64_msvc
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows_i686_gnu
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows_i686_msvc
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows_x86_64_gnu
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows_x86_64_gnullvm
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: windows_x86_64_msvc
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 2, 2024
@john-h-kastner-aws john-h-kastner-aws merged commit 770b9f0 into main Dec 2, 2024
19 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/rust-dependencies-dcd21ba3f6 branch December 2, 2024 18:01
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants