Skip to content

Bump maxminddb from 0.30.3 to 0.31.0 - #226

Merged
elrido merged 1 commit into
masterfrom
dependabot/cargo/maxminddb-0.31.0
Sep 12, 2026
Merged

elrido merged 1 commit into
masterfrom
dependabot/cargo/maxminddb-0.31.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 12, 2026

Copy link
Copy Markdown
Contributor

Bumps maxminddb from 0.30.3 to 0.31.0.

Release notes

Sourced from maxminddb's releases.

0.31.0

  • Fixed a denial-of-service issue when decoding records or metadata. A crafted database could repeatedly reference shared data, causing excessive CPU and memory use. Decoding now limits the number of values and the amount of string and byte data expanded in a single operation. Operations that exceed these limits return MaxMindDbError::ResourceLimit.
  • Limited subdivision lists in the built-in City and Enterprise types to 32 entries to prevent excessive allocation from untrusted data.
  • Reader::verify() now checks data referenced by unknown metadata fields.
  • Limited the work performed by Reader::verify() to prevent excessive CPU use from databases with overlapping string payloads. Verification returns MaxMindDbError::ResourceLimit when this limit is exceeded.
  • Improved record decoding performance by accelerating short ASCII string validation and inlining decoding entry points.
Changelog

Sourced from maxminddb's changelog.

0.31.0 - 2026-09-07

  • Fixed a denial-of-service issue when decoding records or metadata. A crafted database could repeatedly reference shared data, causing excessive CPU and memory use. Decoding now limits the number of values and the amount of string and byte data expanded in a single operation. Operations that exceed these limits return MaxMindDbError::ResourceLimit.
  • Limited subdivision lists in the built-in City and Enterprise types to 32 entries to prevent excessive allocation from untrusted data.
  • Reader::verify() now checks data referenced by unknown metadata fields.
  • Limited the work performed by Reader::verify() to prevent excessive CPU use from databases with overlapping string payloads. Verification returns MaxMindDbError::ResourceLimit when this limit is exceeded.
  • Improved record decoding performance by accelerating short ASCII string validation and inlining decoding entry points.
Commits
  • 68a981d Set release date
  • 5f7c43e Merge pull request #126 from oschwald/dependabot/github_actions/github/codeql...
  • d00d4fe Merge pull request #125 from oschwald/greg/stf-1488
  • 149273e Keep release version updates consistent and failure-atomic
  • 374fce3 Bound aggregate database verification work
  • 4f498d3 Optimize short string validation and record decoding
  • 7ad8bad Report absolute invalid-database offsets from reader operations
  • 94eb383 Verify data referenced by unknown metadata fields
  • 1f13875 Limit built-in subdivision lists during deserialization
  • 215e598 Bound record and metadata decoding against amplification
  • Additional commits viewable in compare view

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 [maxminddb](https://github.com/oschwald/maxminddb-rust) from 0.30.3 to 0.31.0.
- [Release notes](https://github.com/oschwald/maxminddb-rust/releases)
- [Changelog](https://github.com/oschwald/maxminddb-rust/blob/main/CHANGELOG.md)
- [Commits](oschwald/maxminddb-rust@v0.30.3...v0.31.0)

---
updated-dependencies:
- dependency-name: maxminddb
  dependency-version: 0.31.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 Sep 12, 2026
@elrido
elrido merged commit e555c0e into master Sep 12, 2026
1 check passed
@dependabot
dependabot Bot deleted the dependabot/cargo/maxminddb-0.31.0 branch September 12, 2026 11: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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant