Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all-deps group with 6 updates:

Package From To
hybrid-array 0.4.0 0.4.1
serde 1.0.219 1.0.224
serde_derive 1.0.219 1.0.224
unicode-ident 1.0.18 1.0.19
wasi 0.14.4+wasi-0.2.4 0.14.6+wasi-0.2.4
wit-bindgen 0.45.1 0.46.0

Updates hybrid-array from 0.4.0 to 0.4.1

Changelog

Sourced from hybrid-array's changelog.

0.4.1 (2025-09-10)

Changed

  • Make slice conversions const fn (#140)

#140: RustCrypto/hybrid-array#140

Commits

Updates serde from 1.0.219 to 1.0.224

Release notes

Sourced from serde's releases.

v1.0.224

  • Remove private types being suggested in rustc diagnostics (#2979)

v1.0.223

  • Fix serde_core documentation links (#2978)

v1.0.222

  • Make serialize_with attribute produce code that works if respanned to 2024 edition (#2950, thanks @​aytey)

v1.0.221

  • Documentation improvements (#2973)
  • Deprecate serde_if_integer128! macro (#2975)

v1.0.220

Commits
  • 1699882 Release 1.0.224
  • 840f6ec Merge pull request #2979 from dtolnay/private
  • bf9ebea Mark every trait impl for a private type with do_not_recommend
  • 6c316d7 Release 1.0.223
  • a4ac0c2 Merge pull request #2978 from dtolnay/htmlrooturl
  • ed76364 Change serde_core's html_root_url to docs.rs/serde_core
  • 57e21a1 Release 1.0.222
  • bb58726 Merge pull request #2950 from aytey/fix_lifetime_issue_2024
  • 3f69251 Delete unneeded field of MapDeserializer
  • fd4decf Merge pull request #2976 from dtolnay/content
  • Additional commits viewable in compare view

Updates serde_derive from 1.0.219 to 1.0.224

Release notes

Sourced from serde_derive's releases.

v1.0.224

  • Remove private types being suggested in rustc diagnostics (#2979)

v1.0.223

  • Fix serde_core documentation links (#2978)

v1.0.222

  • Make serialize_with attribute produce code that works if respanned to 2024 edition (#2950, thanks @​aytey)

v1.0.221

  • Documentation improvements (#2973)
  • Deprecate serde_if_integer128! macro (#2975)

v1.0.220

Commits
  • 1699882 Release 1.0.224
  • 840f6ec Merge pull request #2979 from dtolnay/private
  • bf9ebea Mark every trait impl for a private type with do_not_recommend
  • 6c316d7 Release 1.0.223
  • a4ac0c2 Merge pull request #2978 from dtolnay/htmlrooturl
  • ed76364 Change serde_core's html_root_url to docs.rs/serde_core
  • 57e21a1 Release 1.0.222
  • bb58726 Merge pull request #2950 from aytey/fix_lifetime_issue_2024
  • 3f69251 Delete unneeded field of MapDeserializer
  • fd4decf Merge pull request #2976 from dtolnay/content
  • Additional commits viewable in compare view

Updates unicode-ident from 1.0.18 to 1.0.19

Release notes

Sourced from unicode-ident's releases.

1.0.19

  • Update to Unicode 17.0.0 (#37)
Commits
  • dc018bf Release 1.0.19
  • 9dce213 Merge pull request #37 from dtolnay/unicode17.0.0
  • 17da3fe Force latest=17.0.0 in CI
  • acbaf6a Update to Unicode 17.0.0
  • e4cceed Merge pull request #36 from dtolnay/ucdgenerate
  • f871463 Regenerate comparison tests with ucd-generate 0.3.1
  • ff8590b Merge pull request #35 from dtolnay/latest
  • 6a07437 Update UCD.zip download URL
  • 83d3bdf Update actions/checkout@v4 -> v5
  • be16148 Make .gitattributes match only paths from repo root
  • Additional commits viewable in compare view

Updates wasi from 0.14.4+wasi-0.2.4 to 0.14.6+wasi-0.2.4

Commits

Updates wit-bindgen from 0.45.1 to 0.46.0

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

Bumps the all-deps group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [hybrid-array](https://github.com/RustCrypto/hybrid-array) | `0.4.0` | `0.4.1` |
| [serde](https://github.com/serde-rs/serde) | `1.0.219` | `1.0.224` |
| [serde_derive](https://github.com/serde-rs/serde) | `1.0.219` | `1.0.224` |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.18` | `1.0.19` |
| [wasi](https://github.com/bytecodealliance/wasi-rs) | `0.14.4+wasi-0.2.4` | `0.14.6+wasi-0.2.4` |
| [wit-bindgen](https://github.com/bytecodealliance/wit-bindgen) | `0.45.1` | `0.46.0` |


Updates `hybrid-array` from 0.4.0 to 0.4.1
- [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md)
- [Commits](RustCrypto/hybrid-array@v0.4.0...v0.4.1)

Updates `serde` from 1.0.219 to 1.0.224
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.219...v1.0.224)

Updates `serde_derive` from 1.0.219 to 1.0.224
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.219...v1.0.224)

Updates `unicode-ident` from 1.0.18 to 1.0.19
- [Release notes](https://github.com/dtolnay/unicode-ident/releases)
- [Commits](dtolnay/unicode-ident@1.0.18...1.0.19)

Updates `wasi` from 0.14.4+wasi-0.2.4 to 0.14.6+wasi-0.2.4
- [Commits](bytecodealliance/wasi-rs@0.14.4...0.14.6)

Updates `wit-bindgen` from 0.45.1 to 0.46.0
- [Release notes](https://github.com/bytecodealliance/wit-bindgen/releases)
- [Commits](bytecodealliance/wit-bindgen@v0.45.1...v0.46.0)

---
updated-dependencies:
- dependency-name: hybrid-array
  dependency-version: 0.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: serde
  dependency-version: 1.0.224
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: serde_derive
  dependency-version: 1.0.224
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: unicode-ident
  dependency-version: 1.0.19
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: wasi
  dependency-version: 0.14.6+wasi-0.2.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: wit-bindgen
  dependency-version: 0.46.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-deps
...

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 Sep 15, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 15, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

2 similar comments
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 15, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@newpavlov newpavlov closed this Sep 16, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/cargo/all-deps-1127171a71 branch September 16, 2025 08:05
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