Skip to content
This repository was archived by the owner on Aug 5, 2026. It is now read-only.

chore(deps): bump shapefile from 0.8.0 to 0.9.0 - #11

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/shapefile-0.9.0
Open

chore(deps): bump shapefile from 0.8.0 to 0.9.0#11
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/shapefile-0.9.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps shapefile from 0.8.0 to 0.9.0.

Changelog

Sourced from shapefile's changelog.

0.9.0

  • Hardened the reader against malformed or malicious files: 'Safe' allocation method try_reserve is used to avoid panics if the file makes the crate do a big allocation, the new Error::AllocationLimitExceeded variant, is returned when it happens
  • Fixed integer-overflow panics (in builds with overflow checks) when reading, rejected with Error::InvalidShapeRecordSize.
  • Bumped dbase to 0.8.0, which also hardens against panics on bad input.
  • Bumped byteorder to 1.5.
Commits

Dependabot compatibility score

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 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)

Bumps [shapefile](https://github.com/tmontaigu/shapefile-rs) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/tmontaigu/shapefile-rs/releases)
- [Changelog](https://github.com/tmontaigu/shapefile-rs/blob/master/CHANGELOG.md)
- [Commits](tmontaigu/shapefile-rs@0.8.0...0.9.0)

---
updated-dependencies:
- dependency-name: shapefile
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 6, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants