Update hashlink requirement from 0.8.4 to 0.9.1
Updates the requirements on hashlink to permit the latest version.
Release notes
Sourced from hashlink's releases.
v0.9.1
- Bugfix:
LruCache::contains_keyshould take&selfand not move the entry as though it is accessed.- Add basic
CursorMutAPI toHashMap(thanks@olebedev!)- Bump
hashbrowndependency to depend on a version ofhashbrownpast a downstreamzerocopydependency.- Don't depend on default features of
hashbrown, removesallocator-api2dependency.
Changelog
Sourced from hashlink's changelog.
[0.9.1]
- Bugfix:
LruCache::contains_keyshould take&selfand not move the entry as though it is accessed.- Add basic
CursorMutAPI toHashMap(thanks@olebedev!)- Bump
hashbrowndependency to depend on a version ofhashbrownpast a downstreamzerocopydependency.- Don't depend on default features of
hashbrown, removesallocator-api2dependency.[0.9.0]
- API incompatible change: Don't panic in
reserveandtry_reservein cases where a rehash is needed. Previously would panic, adds the proper bounds on reserve methods to do a rehash (previously bounds were missing, and reserve would result in panics). (Thank you@cuviper!)[0.8.4]
- Now builds with
#![no_std].[0.8.3]
- bump hashbrown to 0.14
[0.8.2]
- bump hashbrown to 0.13
[0.8.1]
- Add
retain_with_ordermethods, equivalent toretainbut which iterate through the map in the proper linked list order[0.8.0]
- API incompatible change: No longer re-export hashbrown types so that bumping hashbrown is no longer an API compatible change.
- bump hashbrown to 0.12
- Fix implementation of
shrink_to_fitto not panic when called on non-empty containers.[0.7.0]
- API incompatible change: depend on hashbrown 0.11, changes re-exported types.
- Fix
LinkedHashSet::backto take&selfnot&mut self.- API incompatible change: equality tests on
LinkedHashSetare now ordered, similar toLinkedHashMap.- Make the serde
Deserializeimplementations onLinkedHashMapandLinkedHashSetgeneric on theBuildHashertype.- Add
to_backandto_frontmethods forLinkedHashMapto control entry order.[0.6.0]
- API incompatible change: depend on hashbrown 0.9, re-export renamed hashbrown::TryReserveError type.
- Add a
Debugimpl toLruCache(thanks@thomcc!)- Adjust trait bounds for
LinkedHashMap::retain,LinkedHashSet::defaultto
... (truncated)
Commits
006dc69prepare for 0.9.1 release039c9b5move CursorMut declaration closer to implc6097a7Merge pull request #28 from ErichDonGubler/no-allocator-api2bf20dc2build: remove unnecessaryallocator-api2dep.24b87feMerge pull request #25 from olebedev/oleg/add-cursors83c137emakeLruCache::contains_keytake &self, not move entry, fixes #27f4b9a7faddress nitpicksa520781handle the corner-case when inserting before itself6bcf27cremove unnecessary closuresdb0b224attach node before insert- Additional commits viewable in compare view
You can trigger a rebase of this PR 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
The following labels could not be found: auto-dependencies.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.