chore(deps): bump the all-other-cargo-deps group across 1 directory with 3 updates#22379
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the all-other-cargo-deps group across 1 directory with 3 updates#22379dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Contributor
|
@dependabot rebase |
c294496 to
d3826ea
Compare
…ith 3 updates Bumps the all-other-cargo-deps group with 3 updates in the / directory: [ctor](https://github.com/mmastrac/linktime), [dashmap](https://github.com/xacrimon/dashmap) and [pin-project](https://github.com/taiki-e/pin-project). Updates `ctor` from 1.0.5 to 1.0.6 - [Release notes](https://github.com/mmastrac/linktime/releases) - [Changelog](https://github.com/mmastrac/linktime/blob/master/CHANGELOG.md) - [Commits](mmastrac/linktime@ctor-1.0.5...ctor-1.0.6) Updates `dashmap` from 6.1.0 to 6.2.1 - [Release notes](https://github.com/xacrimon/dashmap/releases) - [Commits](xacrimon/dashmap@v6.1.0...v6.2.1) Updates `pin-project` from 1.1.12 to 1.1.13 - [Release notes](https://github.com/taiki-e/pin-project/releases) - [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md) - [Commits](taiki-e/pin-project@v1.1.12...v1.1.13) --- updated-dependencies: - dependency-name: ctor dependency-version: 1.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps - dependency-name: dashmap dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-other-cargo-deps - dependency-name: pin-project dependency-version: 1.1.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps ... Signed-off-by: dependabot[bot] <support@github.com>
d3826ea to
414441c
Compare
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 all-other-cargo-deps group with 3 updates in the / directory: ctor, dashmap and pin-project.
Updates
ctorfrom 1.0.5 to 1.0.6Release notes
Sourced from ctor's releases.
Commits
6ad4af6Prepare crates for initialscattered-collectrelease (#461)adc5f98Clean up the link-section macros (#460)3594c17"movable" typed sections and sorted/referenced slice (#459)90ef870Scattered collections: slice and sorted slice (#458)65a5542Major link-section refactoring (#457)bdc86bcImprove feature parser macro (#456)Updates
dashmapfrom 6.1.0 to 6.2.1Release notes
Sourced from dashmap's releases.
Commits
749ed1fv6.2.1d02b945v6.2.0b983625update dependencies94a294abump msrv to 1.85Updates
pin-projectfrom 1.1.12 to 1.1.13Release notes
Sourced from pin-project's releases.
Changelog
Sourced from pin-project's changelog.
Commits
c3b6b85Release 1.1.1361a5c74Ignore clippy::missing_trait_methods lint in generated code31f59f8ci,tools: Update config and script