Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update hashlink requirement from 0.9.0 to 0.10.0 #350

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Updates the requirements on hashlink to permit the latest version.

Changelog

Sourced from hashlink's changelog.

[0.10.0]

  • API incompatible change: upgrade hashbrown to 0.15 (thank you @​djc!).
  • API incompatible change: we now wrap DefaultHashBuilder and DefaultHasher from hashbrown so that in the future upgrading hashbrown is not an API incompatible change (thank you @​djc!).

[0.9.1]

  • Bugfix: LruCache::contains_key should take &self and not move the entry as though it is accessed.
  • Add basic CursorMut API to HashMap (thanks @​olebedev!)
  • Bump hashbrown dependency to depend on a version of hashbrown past a downstream zerocopy dependency.
  • Don't depend on default features of hashbrown, removes allocator-api2 dependency.

[0.9.0]

  • API incompatible change: Don't panic in reserve and try_reserve in 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_order methods, equivalent to retain but 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_fit to 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::back to take &self not &mut self.
  • API incompatible change: equality tests on LinkedHashSet are now ordered, similar to LinkedHashMap.
  • Make the serde Deserialize implementations on LinkedHashMap and LinkedHashSet generic on the BuildHasher type.
  • Add to_back and to_front methods for LinkedHashMap to control entry order.

... (truncated)

Commits
  • 11088cb Merge pull request #31 from kyren/remove-foldhash
  • 6914a29 Remove the foldhash direct dependency
  • fa27344 Merge pull request #30 from djc/hashbrown-0.15
  • d938a24 Bump version to 0.10.0
  • b870a0f Wrap hashbrown hash builder
  • 722c814 Upgrade to rustc-hash 2
  • 0ded0c5 Upgrade to hashbrown 0.15
  • 3d508e2 Apply suggestions from clippy 1.83
  • 5c7e688 Set rust-version in Cargo metadata
  • 29bf1c5 Fix bad test_replace for LinkedHashSet
  • Additional commits viewable in compare view

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 this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [hashlink](https://github.com/kyren/hashlink) to permit the latest version.
- [Release notes](https://github.com/kyren/hashlink/releases)
- [Changelog](https://github.com/kyren/hashlink/blob/master/CHANGELOG.md)
- [Commits](kyren/hashlink@v0.9.0...v0.10)

---
updated-dependencies:
- dependency-name: hashlink
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 9, 2024
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link

codecov bot commented Dec 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.37%. Comparing base (c5a05d3) to head (e929c88).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #350      +/-   ##
==========================================
- Coverage   65.54%   65.37%   -0.17%     
==========================================
  Files          25       25              
  Lines        1956     1958       +2     
==========================================
- Hits         1282     1280       -2     
- Misses        674      678       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Dec 9, 2024

Benchmark for c5a05d3

Click to view benchmark
Test PR Benchmark Master Benchmark %
b_benchmark_rbac_model_large 10.4±0.08ms 10.3±0.04ms +0.97%
benchmark priority model 4.2±0.04µs 4.2±0.11µs 0.00%
benchmark_abac_model 2.5±0.04µs 2.5±0.07µs 0.00%
benchmark_basic_model 3.7±0.09µs 3.7±0.05µs 0.00%
benchmark_key_match 7.0±0.11µs 7.0±0.12µs 0.00%
benchmark_raw 0.0±0.00ns 0.0±0.00ns NaN%
benchmark_rbac_model 6.0±0.06µs 6.2±0.15µs -3.23%
benchmark_rbac_model_medium 886.3±13.09µs 832.5±8.61µs +6.46%
benchmark_rbac_model_with_domains 5.9±0.18µs 6.0±0.07µs -1.67%
benchmark_rbac_with_deny 8.3±0.12µs 8.6±0.10µs -3.49%
benchmark_rbac_with_resource_roles 4.3±0.17µs 4.3±0.08µs 0.00%
benchmark_role_manager_large 4.6±0.03ms 4.9±0.03ms -6.12%
benchmark_role_manager_medium 305.5±2.34µs 312.0±8.59µs -2.08%
benchmark_role_manager_small 28.8±0.33µs 30.8±0.34µs -6.49%

@hsluoyz hsluoyz closed this Dec 9, 2024
Copy link
Author

dependabot bot commented on behalf of github Dec 9, 2024

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.

@dependabot dependabot bot deleted the dependabot/cargo/hashlink-0.10.0 branch December 9, 2024 14:15
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants