Bump the rust-dependencies group across 1 directory with 6 updates#4239
Merged
Bump the rust-dependencies group across 1 directory with 6 updates#4239
Conversation
Bumps the rust-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [hashbrown](https://github.com/rust-lang/hashbrown) | `0.15.2` | `0.15.3` | | [toml](https://github.com/toml-rs/toml) | `0.8.21` | `0.8.22` | | [getrandom](https://github.com/rust-random/getrandom) | `0.3.2` | `0.3.3` | | [synstructure](https://github.com/mystor/synstructure) | `0.13.1` | `0.13.2` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.22.0` | `1.23.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.44.2` | `1.45.0` | Updates `hashbrown` from 0.15.2 to 0.15.3 - [Release notes](https://github.com/rust-lang/hashbrown/releases) - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/commits/v0.15.3) Updates `toml` from 0.8.21 to 0.8.22 - [Commits](toml-rs/toml@toml-v0.8.21...toml-v0.8.22) Updates `getrandom` from 0.3.2 to 0.3.3 - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](rust-random/getrandom@v0.3.2...v0.3.3) Updates `synstructure` from 0.13.1 to 0.13.2 - [Commits](https://github.com/mystor/synstructure/commits) Updates `bytemuck` from 1.22.0 to 1.23.0 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](Lokathor/bytemuck@v1.22.0...v1.23.0) Updates `tokio` from 1.44.2 to 1.45.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.2...tokio-1.45.0) --- updated-dependencies: - dependency-name: hashbrown dependency-version: 0.15.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: toml dependency-version: 0.8.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: getrandom dependency-version: 0.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: synstructure dependency-version: 0.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: bytemuck dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: tokio dependency-version: 1.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
HalidOdat
approved these changes
May 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the rust-dependencies group with 6 updates in the / directory:
0.15.20.15.30.8.210.8.220.3.20.3.30.13.10.13.21.22.01.23.01.44.21.45.0Updates
hashbrownfrom 0.15.2 to 0.15.3Release notes
Sourced from hashbrown's releases.
Changelog
Sourced from hashbrown's changelog.
Commits
Updates
tomlfrom 0.8.21 to 0.8.22Commits
6922da3chore: Releasefbf0a92docs: Update changelog83588b3Merge pull request #878 from epage/w1eeb885cfix(serde): Skip fields with newtypes wrapping None3c305c7test(serde): Show NewType(None) behavior7bd5eaftest(serde): Group None tests388cfa3chore(deps): Update toml-test (#877)a025b84refactor(edit): Change ser none tracking to mut field54666addocs(write): Add guidance13cf518refactor(edit): Bypass a layer of abstraction in serUpdates
getrandomfrom 0.3.2 to 0.3.3Changelog
Sourced from getrandom's changelog.
Commits
8239640Update Cargo.lock with updated version (#664)4804becRelease v0.3.3 (#663)74e53daFix error handling in WASI p1 (#661)f0ff6e2build(deps): bump the all-deps group with 2 updates (#662)68aecabUpdate Cargo.lock (#659)189dcb3Add changelog entry for v0.2.16 (#657)07b0c12Update Cargo.lock (#652)aaff261changelog: fix v0.3.3 link (#650)27a48b2build(deps): bump the all-deps group with 2 updates (#649)eff129cci: remove DragonFly BSD VM job (#648)Updates
synstructurefrom 0.13.1 to 0.13.2Commits
Updates
bytemuckfrom 1.22.0 to 1.23.0Changelog
Sourced from bytemuck's changelog.
... (truncated)
Commits
028ff3bchore: Release bytemuck version 1.23.0343f34fchangelog90db360Impl core's Error trait on Rust 1.81+ (#311)ede9141Set rust version forbytemuck_deriveto 1.61 (#310)46d0910Extend #308 with-unwindsupport (#309)6751adcImpl ZeroablInOption for several function types. (#308)66569e6chore: Release bytemuck_derive version 1.9.25c301b1remove resolver from the Cargo.toml3053413update the .cargo/config.toml to use the "stable rust" feature.9b087bbchore: Release bytemuck_derive version 1.9.1Updates
tokiofrom 1.44.2 to 1.45.0Release notes
Sourced from tokio's releases.
Commits
00754c8chore: prepare Tokio v1.45.0 (#7308)1ae9434time: revert "use sharding for timer implementation" related changes (#7226)8895bbaci: Test AArch64 Windows (#7288)48ca254time: updatesleepdocumentation to reflect maximum allowed duration (#7302)a0af02acompat: add more documentation totokio_util::compat(#7279)0ce3a11metrics: stabilizeworker_park_countandworker_unpark_count(#7276)1ea9ce1ci: fix cfg!(miri) declarations in tests (#7286)4d4d126chore: prepare tokio-util v0.7.15 (#7283)5490267fs: update the mockall dev dependency to 0.13.0 (#7234)1434b32examples: improve echo example consistency (#7256)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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