douweschulte / pdbtbx

A library to open/edit/save (crystallographic) Protein Data Bank (PDB) and mmCIF files in Rust.
https://crates.io/crates/pdbtbx
MIT License
49 stars 12 forks source link

Update rstar requirement from 0.11 to 0.12 #118

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Updates the requirements on rstar to permit the latest version.

Release notes

Sourced from rstar's releases.

v0.12.0 release

What's Changed

New Contributors

Full Changelog: https://github.com/georust/rstar/compare/v0.11.0...v0.12.0

Commits
  • 3b32701 Prepare for 0.12.0 release (#157)
  • 1812101 Use SmallHeap also for the iterator-based nearest neighbour search and optimi...
  • f9973cf Update the scaling discussion for bulk_load (#156)
  • c7d53c8 Optimize image rtree-example.png (#152)
  • f1407dd Hash and Default impls, and some type coverage tests (#150)
  • 6c23af0 Implement an owning iterator and IntoIter for RTree (#146)
  • a8904d2 More doc updates (#144)
  • 54e7eb0 Update CI as a precursor to enabling merge queues (#143)
  • c16c1e9 update to heapless=0.8
  • 9f8c6b6 Add cached envelope benchmark (#137)
  • 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 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)