Skip to content

Bump maxminddb from 0.31.0 to 0.32.0 - #228

Merged
elrido merged 1 commit into
masterfrom
dependabot/cargo/maxminddb-0.32.0
Sep 19, 2026
Merged

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps maxminddb from 0.31.0 to 0.32.0.

Release notes

Sourced from maxminddb's releases.

0.32.0

  • Reused precharged map-key bytes for raw identifier decoding, avoiding a second header parse while preserving payload limits and other Serde entry points. Added raw-string adapter and generic JSON decoding benchmarks.
  • Breaking: Removed the simdutf8 feature and its optional dependency. It did not improve lookup performance in benchmarks using production GeoIP2 City and Country databases. Remove simdutf8 from dependency feature lists when upgrading.
  • Improved record decoding performance by reducing internal error storage and streamlining pointer and payload decoding. Public error types and validation limits are unchanged.
  • Fixed decoder cursor restoration when a typed pointer exceeds the nesting limit.
  • Improved search-tree lookup performance for 24-bit and 28-bit databases by reading each child pointer from a single word within the node.
  • Improved decode_path() performance by specializing map-key header decoding for inline strings and all pointer widths, including long keys.
Changelog

Sourced from maxminddb's changelog.

0.32.0 - 2026-09-12

  • Reused precharged map-key bytes for raw identifier decoding, avoiding a second header parse while preserving payload limits and other Serde entry points. Added raw-string adapter and generic JSON decoding benchmarks.
  • Breaking: Removed the simdutf8 feature and its optional dependency. It did not improve lookup performance in benchmarks using production GeoIP2 City and Country databases. Remove simdutf8 from dependency feature lists when upgrading.
  • Improved record decoding performance by reducing internal error storage and streamlining pointer and payload decoding. Public error types and validation limits are unchanged.
  • Fixed decoder cursor restoration when a typed pointer exceeds the nesting limit.
  • Improved search-tree lookup performance for 24-bit and 28-bit databases by reading each child pointer from a single word within the node.
  • Improved decode_path() performance by specializing map-key header decoding for inline strings and all pointer widths, including long keys.
Commits
  • b0e5d54 Prepare v0.32.0 release
  • 88adf14 Set release date
  • d066b16 Merge pull request #130 from oschwald/optimize-map-key-decoding
  • 41c3697 Expand Dependabot coverage
  • c91c5b5 Reuse precharged map keys for raw identifiers
  • 4e47001 Merge pull request #129 from oschwald/greg/repo-cleanup
  • be7230d Document automatic benchmark report generation
  • dee93e8 Deduplicate the mmap dependency example
  • 4300698 Remove redundant TryInto import
  • f254660 Remove inferred Cargo manifest settings
  • 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.31.0 to 0.32.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.31.0...v0.32.0)

---
updated-dependencies:
- dependency-name: maxminddb
  dependency-version: 0.32.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 19, 2026
@elrido
elrido merged commit 6da018b into master Sep 19, 2026
1 check passed
@dependabot
dependabot Bot deleted the dependabot/cargo/maxminddb-0.32.0 branch September 19, 2026 17:44
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