Skip to content

Conversation

@dependabot
Copy link

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

Bumps the non-rust-vmm group with 6 updates in the / directory:

Package From To
serde_with 3.16.0 3.16.1
zerocopy 0.8.30 0.8.31
cc 1.2.47 1.2.48
endi 1.1.0 1.1.1
tracing 0.1.41 0.1.43
winnow 0.7.13 0.7.14

Updates serde_with from 3.16.0 to 3.16.1

Release notes

Sourced from serde_with's releases.

serde_with v3.16.1

Fixed

  • Fix JsonSchemaAs of SetPreventDuplicates and SetLastValueWins. (#906, #907)
Commits
  • 8513323 Bump version to 3.16.1 (#908)
  • 5392bbe Bump version to 3.16.1
  • 1e54f1c Fix duplicate schema set definitions for schemars 0.8, 0.9, and 1.0 (#907)
  • 0650180 Fix duplicate schema set definitions for schemars 0.8, 0.9, and 1.0
  • 41d1033 Fix test conditions for schemars tests to include "hex" feature
  • 2eed58a Bump the github-actions group across 1 directory with 2 updates (#905)
  • ed040f2 Bump the github-actions group across 1 directory with 2 updates
  • fa2129b Bump ron from 0.11.0 to 0.12.0 (#904)
  • b55cb99 Bump ron from 0.11.0 to 0.12.0
  • See full diff in compare view

Updates zerocopy from 0.8.30 to 0.8.31

Release notes

Sourced from zerocopy's releases.

v0.8.31

What's Changed

Full Changelog: google/zerocopy@v0.8.30...v0.8.31

Commits
  • 8ffc71c Release 0.8.31 (#2837)
  • 3401924 [derive] Fix IntoBytes on repr(C) DST (#2836)
  • 21b7ffc [ci][dependabot] Run weekly, group updates (#2832)
  • 4628374 [CI] Bump Swatinem/rust-cache from 2.8.1 to 2.8.2 (#2831)
  • 5226dee [CI] Bump github/codeql-action from 3.31.4 to 4.31.5 (#2830)
  • 1f008b5 [ci] Add hide-from-release-notes label to Dependabot PRs (#2828)
  • d4750c9 [ci] Various performance improvements (#2829)
  • 0b7b338 [CI] Bump actions/dependency-review-action from 4.3.4 to 4.8.2 (#2826)
  • b7170e4 [CI] Bump ossf/scorecard-action from 2.4.0 to 2.4.3 (#2823)
  • a674dfe [CI] Bump obi1kenobi/cargo-semver-checks-action from 2.6 to 2.8 (#2827)
  • Additional commits viewable in compare view

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 endi from 1.1.0 to 1.1.1

Release notes

Sourced from endi's releases.

🔖 Release 1.1.1

  • 🚑️ Declare the crate no_std when std feature is disabled.
Commits
  • 2262245 Merge pull request #4 from zeenix/rel-1.1.1
  • efbae5e 🔖 Release 1.1.1
  • 99f6bd9 👷 CI: Run cargo with --locked
  • 7b2182f 💚 Add Cargo.lock to git
  • b20ba57 Merge pull request #3 from zeenix/fix-nostd
  • 165e8f3 🚑️ Declare the crate no_std when std feature is disabled
  • d5722df Merge pull request #2 from zeenix/manual-workflow
  • 23af661 👷 Allow Rust workflow to be manually triggered
  • See full diff in compare view

Updates serde_with_macros from 3.16.0 to 3.16.1

Release notes

Sourced from serde_with_macros's releases.

serde_with v3.16.1

Fixed

  • Fix JsonSchemaAs of SetPreventDuplicates and SetLastValueWins. (#906, #907)
Commits
  • 8513323 Bump version to 3.16.1 (#908)
  • 5392bbe Bump version to 3.16.1
  • 1e54f1c Fix duplicate schema set definitions for schemars 0.8, 0.9, and 1.0 (#907)
  • 0650180 Fix duplicate schema set definitions for schemars 0.8, 0.9, and 1.0
  • 41d1033 Fix test conditions for schemars tests to include "hex" feature
  • 2eed58a Bump the github-actions group across 1 directory with 2 updates (#905)
  • ed040f2 Bump the github-actions group across 1 directory with 2 updates
  • fa2129b Bump ron from 0.11.0 to 0.12.0 (#904)
  • b55cb99 Bump ron from 0.11.0 to 0.12.0
  • See full diff in compare view

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 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 winnow from 0.7.13 to 0.7.14

Changelog

Sourced from winnow's changelog.

[0.7.14] - 2025-11-26

Features

  • Add combinator::expression parser for parsing expressions with precedence (a pratt parser)
Commits
  • faa6214 chore: Release
  • 5b3b7a9 docs: Update changelog
  • fca75c5 Merge pull request #804 from ssmendon/ssmendon-pratt-pr
  • 9aef8d2 feat: Add a Pratt parser
  • 716ff2e Merge pull request #846 from clint-white/fix-typos-in-docs
  • 3040b97 docs(tutorial): Add missing word
  • 1b50ab4 docs(ref): Fix typo: add missing period
  • c56d4fb Merge pull request #841 from winnow-rs/renovate/actions-checkout-5.x
  • ffb90ad chore(deps): Update actions/checkout action to v5
  • de4f84b Merge pull request #842 from winnow-rs/renovate/actions-setup-python-6.x
  • Additional commits viewable in compare view

Updates zerocopy-derive from 0.8.30 to 0.8.31

Release notes

Sourced from zerocopy-derive's releases.

v0.8.31

What's Changed

Full Changelog: google/zerocopy@v0.8.30...v0.8.31

Commits
  • 8ffc71c Release 0.8.31 (#2837)
  • 3401924 [derive] Fix IntoBytes on repr(C) DST (#2836)
  • 21b7ffc [ci][dependabot] Run weekly, group updates (#2832)
  • 4628374 [CI] Bump Swatinem/rust-cache from 2.8.1 to 2.8.2 (#2831)
  • 5226dee [CI] Bump github/codeql-action from 3.31.4 to 4.31.5 (#2830)
  • 1f008b5 [ci] Add hide-from-release-notes label to Dependabot PRs (#2828)
  • d4750c9 [ci] Various performance improvements (#2829)
  • 0b7b338 [CI] Bump actions/dependency-review-action from 4.3.4 to 4.8.2 (#2826)
  • b7170e4 [CI] Bump ossf/scorecard-action from 2.4.0 to 2.4.3 (#2823)
  • a674dfe [CI] Bump obi1kenobi/cargo-semver-checks-action from 2.6 to 2.8 (#2827)
  • Additional commits viewable in compare view

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

Bumps the non-rust-vmm group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [serde_with](https://github.com/jonasbb/serde_with) | `3.16.0` | `3.16.1` |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.30` | `0.8.31` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.47` | `1.2.48` |
| [endi](https://github.com/zeenix/endi) | `1.1.0` | `1.1.1` |
| [tracing](https://github.com/tokio-rs/tracing) | `0.1.41` | `0.1.43` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.7.13` | `0.7.14` |



Updates `serde_with` from 3.16.0 to 3.16.1
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.16.0...v3.16.1)

Updates `zerocopy` from 0.8.30 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.30...v0.8.31)

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 `endi` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/zeenix/endi/releases)
- [Commits](zeenix/endi@1.1.0...1.1.1)

Updates `serde_with_macros` from 3.16.0 to 3.16.1
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.16.0...v3.16.1)

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 `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 `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-derive` from 0.8.30 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.30...v0.8.31)

---
updated-dependencies:
- dependency-name: serde_with
  dependency-version: 3.16.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-rust-vmm
- dependency-name: zerocopy
  dependency-version: 0.8.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-rust-vmm
- dependency-name: cc
  dependency-version: 1.2.48
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: non-rust-vmm
- dependency-name: endi
  dependency-version: 1.1.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: non-rust-vmm
- dependency-name: serde_with_macros
  dependency-version: 3.16.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: non-rust-vmm
- dependency-name: tracing
  dependency-version: 0.1.43
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: non-rust-vmm
- dependency-name: tracing-attributes
  dependency-version: 0.1.31
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: non-rust-vmm
- dependency-name: tracing-core
  dependency-version: 0.1.35
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: non-rust-vmm
- dependency-name: winnow
  dependency-version: 0.7.14
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: non-rust-vmm
- dependency-name: zerocopy-derive
  dependency-version: 0.8.31
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: non-rust-vmm
...

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 Dec 1, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 5, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 5, 2025
@dependabot dependabot bot deleted the dependabot/cargo/main/non-rust-vmm-a64b72bb0e branch December 5, 2025 02:20
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