Bump hashlink from 0.11.0 to 0.12.0#504
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Bumps [hashlink](https://github.com/djc/hashlink) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/djc/hashlink/releases) - [Changelog](https://github.com/djc/hashlink/blob/main/CHANGELOG.md) - [Commits](djc/hashlink@v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: hashlink dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
085424e to
6589f37
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 hashlink from 0.11.0 to 0.12.0.
Release notes
Sourced from hashlink's releases.
Commits
677c871Bump version to 0.12c4a5abcUpgrade hashbrown to 0.1739e1d4aUpgrade to 2024 edition00a7920Bump MSRV to 1.85fe151ccBump edition to 2021c1da438Update Cargo metadata73ecf34Bump version to 0.11.1f273cb2Fix UB in retain_with_order()0b55034Fix UB when in LinkedHashMap::clear()7671990Replace CircleCI badge with GH Actions badgeNote
Low Risk
Dependency-only bump with no source changes; transitive hashlink remains for yaml-rust2.
Overview
Bumps the direct
hashlinkdependency inCargo.tomlfrom 0.11.0 to 0.12.0, withCargo.lockupdated accordingly.hashlink 0.12 moves to hashbrown 0.17; the lockfile keeps a separate hashlink 0.11.1 (hashbrown 0.16) for
yaml-rust2, so both versions coexist without changing application source.Reviewed by Cursor Bugbot for commit 6589f37. Bugbot is set up for automated code reviews on this repo. Configure here.