Skip to content

Comments

Bump the rust-minor group with 18 updates#617

Merged
torokati44 merged 1 commit intomainfrom
dependabot/cargo/rust-minor-2005b09a54
Dec 1, 2025
Merged

Bump the rust-minor group with 18 updates#617
torokati44 merged 1 commit intomainfrom
dependabot/cargo/rust-minor-2005b09a54

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps the rust-minor group with 18 updates:

Package From To
tracing 0.1.41 0.1.43
cc 1.2.47 1.2.48
crc 3.3.0 3.4.0
http 1.3.1 1.4.0
moxcms 0.7.9 0.7.10
pxfm 0.1.25 0.1.26
rustls-pki-types 1.13.0 1.13.1
tower-http 0.6.6 0.6.7
tracing-attributes 0.1.30 0.1.31
tracing-core 0.1.34 0.1.35
wasm-bindgen-futures 0.4.55 0.4.56
wasm-bindgen-macro 0.2.105 0.2.106
wasm-bindgen-macro-support 0.2.105 0.2.106
wasm-bindgen-shared 0.2.105 0.2.106
web-sys 0.3.82 0.3.83
winnow 0.7.13 0.7.14
zerocopy 0.8.28 0.8.31
zerocopy-derive 0.8.28 0.8.31

Updates tracing from 0.1.41 to 0.1.43

Release notes

Sourced from tracing's releases.

tracing 0.1.43

Important

The previous release [0.1.42] was yanked because #3382 was a breaking change. See further details in #3424. This release contains all the changes from that version, plus a revert for the problematic part of the breaking PR.

Fixed

  • Revert "make valueset macro sanitary" (#3425)

#3382: tokio-rs/tracing#3382 #3424: tokio-rs/tracing#3424 #3425: tokio-rs/tracing#3425 [0.1.42]: https://github.com/tokio-rs/tracing/releases/tag/tracing-0.1.42

tracing 0.1.42

Important

The [Span::record_all] method has been removed from the documented API. It was always unsuable via the documented API as it requried a ValueSet which has no publically documented constructors. The method remains, but should not be used outside of tracing macros.

Added

  • attributes: Support constant expressions as instrument field names (#3158)
  • Add record_all! macro for recording multiple values in one call (#3227)
  • core: Improve code generation at trace points significantly (#3398)

Changed

  • tracing-core: updated to 0.1.35 (#3414)
  • tracing-attributes: updated to 0.1.31 (#3417)

Fixed

  • Fix "name / parent" variant of event! (#2983)
  • Remove 'r#' prefix from raw identifiers in field names (#3130)
  • Fix perf regression when release_max_level_* not set (#3373)
  • Use imported instead of fully qualified path (#3374)
  • Make valueset macro sanitary (#3382)

Documented

  • core: Add missing dyn keyword in Visit documentation code sample (#3387)

#2983: tokio-rs/tracing#2983 #3130: tokio-rs/tracing#3130 #3158: tokio-rs/tracing#3158

... (truncated)

Commits

Updates cc from 1.2.47 to 1.2.48

Release notes

Sourced from cc's releases.

cc-v1.2.48

Other

  • Regenerate target info (#1620)
Changelog

Sourced from cc's changelog.

1.2.48 - 2025-11-28

Other

  • Regenerate target info (#1620)
Commits

Updates crc from 3.3.0 to 3.4.0

Commits

Updates http from 1.3.1 to 1.4.0

Release notes

Sourced from http's releases.

v1.4.0

Highlights

  • Add StatusCode::EARLY_HINTS constant for 103 Early Hints.
  • Make StatusCode::from_u16 now a const fn.
  • Make Authority::from_static now a const fn.
  • Make PathAndQuery::from_static now a const fn.
  • MSRV increased to 1.57 (allows legible const fn panic messages).

What's Changed

New Contributors

Full Changelog: hyperium/http@v1.3.1...v1.4.0

Changelog

Sourced from http's changelog.

1.4.0 (November 24, 2025)

  • Add StatusCode::EARLY_HINTS constant for 103 Early Hints.
  • Make StatusCode::from_u16 now a const fn.
  • Make Authority::from_static now a const fn.
  • Make PathAndQuery::from_static now a const fn.
  • MSRV increased to 1.57 (allows legible const fn panic messages).
Commits
  • b9625d8 v1.4.0
  • 50b009c refactor(header): inline FNV hasher to reduce dependencies (#796)
  • b370d36 feat(uri): make Authority/PathAndQuery::from_static const (#786)
  • 0d74251 chore(ci): update to actions/checkout@v5 (#800)
  • a760767 docs: remove unnecessary extern crate sentence (#799)
  • fb1d457 refactor(header): use better panic message in const HeaderName and HeaderValu...
  • 20dbd6e feat(status): Add 103 EARLY_HINTS status code (#758)
  • e7a7337 chore: bump MSRV to 1.57
  • 1888e28 tests: downgrade rand back to 0.8 for now
  • 918bbc3 chore: minor improvement for docs (#790)
  • Additional commits viewable in compare view

Updates moxcms from 0.7.9 to 0.7.10

Release notes

Sourced from moxcms's releases.

0.7.10

What's Changed

New Contributors

Full Changelog: awxkee/moxcms@0.7.9...0.7.10

Commits
  • d1868a7 Merge pull request #124 from awxkee/bugfix
  • 0f88a5c Fixes writing media point, fixes viewing conditions, LAB adoption fix
  • c8f82ee Fixed white point writing
  • 0d05107 Merge pull request #121 from Shnatsel/stable-avx512
  • 2a3b963 Make avx512 feature work on stable
  • 614e1ab Merge pull request #120 from Shnatsel/fix-benchmarks
  • 13e38c8 Update app/Cargo.toml
  • a803cda Fix build of app/; use SIMD intrinsics in benchmarks when available
  • See full diff in compare view

Updates pxfm from 0.1.25 to 0.1.26

Release notes

Sourced from pxfm's releases.

0.1.26

What's Changed

Full Changelog: awxkee/pxfm@0.1.25...0.1.26

Commits

Updates rustls-pki-types from 1.13.0 to 1.13.1

Release notes

Sourced from rustls-pki-types's releases.

1.13.1

What's Changed

Commits

Updates tower-http from 0.6.6 to 0.6.7

Release notes

Sourced from tower-http's releases.

tower-http-0.6.7

Added

  • TimeoutLayer::with_status_code(status) to define the status code returned when timeout is reached. (#599)

Deprecated

  • auth::require_authorization is too basic for real-world. (#591)
  • TimeoutLayer::new() should be replaced with TimeoutLayer::with_status_code(). (Previously was StatusCode::REQUEST_TIMEOUT) (#599)

Fixed

  • on_eos is now called even for successful responses. (#580)
  • ServeDir: call fallback when filename is invalid (#586)
  • decompression will not fail when body is empty (#618)

#580: tower-rs/tower-http#580 #586: tower-rs/tower-http#586 #591: tower-rs/tower-http#591 #599: tower-rs/tower-http#599 #618: tower-rs/tower-http#618

New Contributors

Full Changelog: tower-rs/tower-http@tower-http-0.6.6...tower-http-0.6.7

Commits
  • 3bf1ba7 v0.6.7
  • 723ca9a fix(decompression): Suppress EOF errors caused by decompressing empty body (#...
  • 8ab9f82 chore(ci): use newer cargo-public-api-crates job (#619)
  • 7cfdf76 doc: Replace doc_auto_cfg with doc_cfg (#609)
  • 50beeaf Add support for custom status code in TimeoutLayer (#599)
  • 35740de deps: Remove unnecessary dev-dependencies (#606)
  • a7eefae ci: Re-enable ci on default branch (#605)
  • 12a5b33 tests: Update to brotli 8 (#603)
  • 0195198 ci: Update to actions/checkout v5 (#604)
  • c757491 examples: Update to axum 0.8 (#602)
  • Additional commits viewable in compare view

Updates tracing-attributes from 0.1.30 to 0.1.31

Release notes

Sourced from tracing-attributes's releases.

tracing-attributes 0.1.31

Added

  • Support constant expressions as instrument field names (#3158)

#3158: tokio-rs/tracing#3158

Commits

Updates tracing-core from 0.1.34 to 0.1.35

Release notes

Sourced from tracing-core's releases.

tracing-core 0.1.35

Added

  • Switch to unconditional no_std (#3323)
  • Improve code generation at trace points significantly (#3398)

Fixed

  • Add missing dyn keyword in Visit documentation code sample (#3387)

Documented

  • Add favicon for extra pretty docs (#3351)

#3323: tokio-rs/tracing#3323 #3351: tokio-rs/tracing#3351 #3387: tokio-rs/tracing#3387 #3398: tokio-rs/tracing#3398

Commits
  • d92b4c0 chore: prepare tracing-core 0.1.35 (#3414)
  • 9751b6e chore: run tracing-subscriber tests with all features (#3412)
  • efa0169 mock: add doctests for on_register_dispatch negative cases (#3416)
  • a093858 docs: fix link in FmtSpan docs (#3411)
  • 976fa55 mock: add test case for layer not calling on_register_dispatch (#3415)
  • 8bc008c fix(subscriber): make Layered propagate on_register_dispatch (#3379)
  • adbd8a4 appender: fix max_files integer underflow when set to zero (#3348)
  • 2a8b040 chore: add Hayden (@​hds) to codeowners (#3410)
  • cf5c2bd subscriber: remove clone_span on enter (#3289)
  • c287c84 subscriber: change registry exit to decrement local span ref only (#3331)
  • Additional commits viewable in compare view

Updates wasm-bindgen-futures from 0.4.55 to 0.4.56

Commits

Updates wasm-bindgen-macro from 0.2.105 to 0.2.106

Release notes

Sourced from wasm-bindgen-macro's releases.

0.2.106

0.2.106

Added

  • New MSRV policy, and bump of the MSRV fo 1.71. #4801

  • Added typed this support in the first argument in free function exports via a new #[wasm_bindgen(this)] attribute. #4757

  • Added reexport attribute for imports to support re-exporting imported types, with optional renaming. #4759

  • Added js_namespace attribute on exported types, mirroring the import semantics to enable arbitrarily nested exported interface objects. #4744

  • Added 'container' attribute to ScrollIntoViewOptions #4806

  • Updated and refactored output generation to use alphabetical ordering of declarations. #4813

  • Added benchmark support to wasm-bindgen-test. #4812 #4823

Fixed

  • Fixed node test harness getting stuck after tests completed. #4776

  • Quote names containing colons in generated .d.ts. #4488

  • Fixes TryFromJsValue for structs JsValue stack corruption on failure. #4786

  • Fixed wasm-bindgen-test-runner outputting empty line when using the --list option. In particular, cargo-nextest now works correctly. #4803

  • It now works to build with -Cpanic=unwind. #4796 #4783 #4782

... (truncated)

Changelog

Sourced from wasm-bindgen-macro's changelog.

0.2.106

Added

  • New MSRV policy, and bump of the MSRV fo 1.71. #4801

  • Added typed this support in the first argument in free function exports via a new #[wasm_bindgen(this)] attribute. #4757

  • Added reexport attribute for imports to support re-exporting imported types, with optional renaming. #4759

  • Added js_namespace attribute on exported types, mirroring the import semantics to enable arbitrarily nested exported interface objects. #4744

  • Added 'container' attribute to ScrollIntoViewOptions #4806

  • Updated and refactored output generation to use alphabetical ordering of declarations. #4813

  • Added benchmark support to wasm-bindgen-test. #4812 #4823

Fixed

  • Fixed node test harness getting stuck after tests completed. #4776

  • Quote names containing colons in generated .d.ts. #4488

  • Fixes TryFromJsValue for structs JsValue stack corruption on failure. #4786

  • Fixed wasm-bindgen-test-runner outputting empty line when using the --list option. In particular, cargo-nextest now works correctly. #4803

  • It now works to build with -Cpanic=unwind. #4796 #4783 #4782

  • Fixed duplicate symbols caused by enabling v0 mangling.

... (truncated)

Commits

Updates wasm-bindgen-macro-support from 0.2.105 to 0.2.106

Release notes

Sourced from wasm-bindgen-macro-support's releases.

0.2.106

0.2.106

Added

  • New MSRV policy, and bump of the MSRV fo 1.71. #4801

  • Added typed this support in the first argument in free function exports via a new #[wasm_bindgen(this)] attribute. #4757

  • Added reexport attribute for imports to support re-exporting imported types, with optional renaming. #4759

  • Added js_namespace attribute on exported types, mirroring the import semantics to enable arbitrarily nested exported interface objects. #4744

  • Added 'container' attribute to ScrollIntoViewOptions #4806

  • Updated and refactored output generation to use alphabetical ordering of declarations. #4813

  • Added benchmark support to wasm-bindgen-test. #4812 #4823

Fixed

  • Fixed node test harness getting stuck after tests completed. #4776

  • Quote names containing colons in generated .d.ts. #4488

  • Fixes TryFromJsValue for structs JsValue stack corruption on failure. #4786

  • Fixed wasm-bindgen-test-runner outputting empty line when using the --list option. In particular, cargo-nextest now works correctly. #4803

  • It now works to build with -Cpanic=unwind. #4796 #4783 #4782

... (truncated)

Changelog

Sourced from wasm-bindgen-macro-support's changelog.

0.2.106

Added

  • New MSRV policy, and bump of the MSRV fo 1.71. #4801

  • Added typed this support in the first argument in free function exports via a new #[wasm_bindgen(this)] attribute. #4757

  • Added reexport attribute for imports to support re-exporting imported types, with optional renaming. #4759

  • Added js_namespace attribute on exported types, mirroring the import semantics to enable arbitrarily nested exported interface objects. #4744

  • Added 'container' attribute to ScrollIntoViewOptions #4806

  • Updated and refactored output generation to use alphabetical ordering of declarations. #4813

  • Added benchmark support to wasm-bindgen-test. #4812 #4823

Fixed

  • Fixed node test harness getting stuck after tests completed. #4776

  • Quote names containing colons in generated .d.ts. #4488

  • Fixes TryFromJsValue for structs JsValue stack corruption on failure. #4786

  • Fixed wasm-bindgen-test-runner outputting empty line when using the --list option. In particular, cargo-nextest now works correctly. #4803

  • It now works to build with -Cpanic=unwind. #4796 #4783 #4782

  • Fixed duplicate symbols caused by enabling v0 mangling.

... (truncated)

Commits

Updates wasm-bindgen-shared from 0.2.105 to 0.2.106

Release notes

Sourced from wasm-bindgen-shared's releases.

0.2.106

0.2.106

Added

  • New MSRV policy, and bump of the MSRV fo 1.71. #4801

  • Added typed this support in the first argument in free function exports via a new #[wasm_bindgen(this)] attribute. #4757

  • Added reexport attribute for imports to support re-exporting imported types, with optional renaming. #4759

  • Added js_namespace attribute on exported types, mirroring the import semantics to enable arbitrarily nested exported interface objects. #4744

  • Added 'container' attribute to ScrollIntoViewOptions #4806

  • Updated and refactored output generation to use alphabetical ordering of declarations. #4813

  • Added benchmark support to wasm-bindgen-test. #4812 #4823

Fixed

  • Fixed node test harness getting stuck after tests completed. #4776

  • Quote names containing colons in generated .d.ts. #4488

  • Fixes TryFromJsValue for structs JsValue stack corruption on failure. #4786

  • Fixed wasm-bindgen-test-runner outputting empty line when using the --list option. In particular, cargo-nextest now works correctly. #4803

  • It now works to build with -Cpanic=unwind. #4796 #4783 #4782

... (truncated)

Changelog

Sourced from wasm-bindgen-shared's changelog.

0.2.106

Added

  • New MSRV policy, and bump of the MSRV fo 1.71. #4801

  • Added typed this support in the first argument in free function exports via a new #[wasm_bindgen(this)] attribute. #4757

  • Added reexport attribute for imports to support re-exporting imported types, with optional renaming. #4759

  • Added js_namespace attribute on exported types, mirroring the import semantics to enable arbitrarily nested exported interface objects. #4744

  • Added 'container' attribute to ScrollIntoViewOptions #4806

  • Updated and refactored output generation to use alphabetical ordering of declarations. #4813

  • Added benchmark support to wasm-bindgen-test. #4812 #4823

Fixed

  • Fixed node test harness getting stuck after...

    Description has been truncated

Bumps the rust-minor group with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [tracing](https://github.com/tokio-rs/tracing) | `0.1.41` | `0.1.43` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.47` | `1.2.48` |
| [crc](https://github.com/mrhooray/crc-rs) | `3.3.0` | `3.4.0` |
| [http](https://github.com/hyperium/http) | `1.3.1` | `1.4.0` |
| [moxcms](https://github.com/awxkee/moxcms) | `0.7.9` | `0.7.10` |
| [pxfm](https://github.com/awxkee/pxfm) | `0.1.25` | `0.1.26` |
| [rustls-pki-types](https://github.com/rustls/pki-types) | `1.13.0` | `1.13.1` |
| [tower-http](https://github.com/tower-rs/tower-http) | `0.6.6` | `0.6.7` |
| [tracing-attributes](https://github.com/tokio-rs/tracing) | `0.1.30` | `0.1.31` |
| [tracing-core](https://github.com/tokio-rs/tracing) | `0.1.34` | `0.1.35` |
| [wasm-bindgen-futures](https://github.com/wasm-bindgen/wasm-bindgen) | `0.4.55` | `0.4.56` |
| [wasm-bindgen-macro](https://github.com/wasm-bindgen/wasm-bindgen) | `0.2.105` | `0.2.106` |
| [wasm-bindgen-macro-support](https://github.com/wasm-bindgen/wasm-bindgen) | `0.2.105` | `0.2.106` |
| [wasm-bindgen-shared](https://github.com/wasm-bindgen/wasm-bindgen) | `0.2.105` | `0.2.106` |
| [web-sys](https://github.com/wasm-bindgen/wasm-bindgen) | `0.3.82` | `0.3.83` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.7.13` | `0.7.14` |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.28` | `0.8.31` |
| [zerocopy-derive](https://github.com/google/zerocopy) | `0.8.28` | `0.8.31` |


Updates `tracing` from 0.1.41 to 0.1.43
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-0.1.41...tracing-0.1.43)

Updates `cc` from 1.2.47 to 1.2.48
- [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.47...cc-v1.2.48)

Updates `crc` from 3.3.0 to 3.4.0
- [Commits](mrhooray/crc-rs@3.3.0...3.4.0)

Updates `http` from 1.3.1 to 1.4.0
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](hyperium/http@v1.3.1...v1.4.0)

Updates `moxcms` from 0.7.9 to 0.7.10
- [Release notes](https://github.com/awxkee/moxcms/releases)
- [Commits](awxkee/moxcms@0.7.9...0.7.10)

Updates `pxfm` from 0.1.25 to 0.1.26
- [Release notes](https://github.com/awxkee/pxfm/releases)
- [Commits](awxkee/pxfm@0.1.25...0.1.26)

Updates `rustls-pki-types` from 1.13.0 to 1.13.1
- [Release notes](https://github.com/rustls/pki-types/releases)
- [Commits](rustls/pki-types@v/1.13.0...v/1.13.1)

Updates `tower-http` from 0.6.6 to 0.6.7
- [Release notes](https://github.com/tower-rs/tower-http/releases)
- [Commits](tower-rs/tower-http@tower-http-0.6.6...tower-http-0.6.7)

Updates `tracing-attributes` from 0.1.30 to 0.1.31
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-attributes-0.1.30...tracing-attributes-0.1.31)

Updates `tracing-core` from 0.1.34 to 0.1.35
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-core-0.1.34...tracing-core-0.1.35)

Updates `wasm-bindgen-futures` from 0.4.55 to 0.4.56
- [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 `wasm-bindgen-macro` from 0.2.105 to 0.2.106
- [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.105...0.2.106)

Updates `wasm-bindgen-macro-support` from 0.2.105 to 0.2.106
- [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.105...0.2.106)

Updates `wasm-bindgen-shared` from 0.2.105 to 0.2.106
- [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.105...0.2.106)

Updates `web-sys` from 0.3.82 to 0.3.83
- [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 `winnow` from 0.7.13 to 0.7.14
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.7.13...v0.7.14)

Updates `zerocopy` from 0.8.28 to 0.8.31
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.28...v0.8.31)

Updates `zerocopy-derive` from 0.8.28 to 0.8.31
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.28...v0.8.31)

---
updated-dependencies:
- dependency-name: tracing
  dependency-version: 0.1.43
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: cc
  dependency-version: 1.2.48
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: crc
  dependency-version: 3.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-minor
- dependency-name: http
  dependency-version: 1.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-minor
- dependency-name: moxcms
  dependency-version: 0.7.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: pxfm
  dependency-version: 0.1.26
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: rustls-pki-types
  dependency-version: 1.13.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: tower-http
  dependency-version: 0.6.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: tracing-attributes
  dependency-version: 0.1.31
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: tracing-core
  dependency-version: 0.1.35
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: wasm-bindgen-futures
  dependency-version: 0.4.56
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: wasm-bindgen-macro
  dependency-version: 0.2.106
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: wasm-bindgen-macro-support
  dependency-version: 0.2.106
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: wasm-bindgen-shared
  dependency-version: 0.2.106
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: web-sys
  dependency-version: 0.3.83
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: winnow
  dependency-version: 0.7.14
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: zerocopy
  dependency-version: 0.8.31
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: zerocopy-derive
  dependency-version: 0.8.31
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
...

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 Dec 1, 2025
@torokati44 torokati44 merged commit 3350537 into main Dec 1, 2025
10 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/rust-minor-2005b09a54 branch December 1, 2025 11: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