Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 20, 2025

Bumps maxminddb from 0.27.0 to 0.27.1.

Release notes

Sourced from maxminddb's releases.

0.27.1

  • Performance improvement: Skipped UTF-8 validation for map keys during deserialization. This significantly speeds up full record decoding by treating keys as raw bytes when matching against struct fields.
  • Performance improvement: Optimized tree traversal by reducing bounds checks during node reading.
Changelog

Sourced from maxminddb's changelog.

0.27.1 - 2025-12-18

  • Performance improvement: Skipped UTF-8 validation for map keys during deserialization. This significantly speeds up full record decoding by treating keys as raw bytes when matching against struct fields.
  • Performance improvement: Optimized tree traversal by reducing bounds checks during node reading.
Commits
  • c04068a Prepare v0.27.1 release
  • d97777f Add .claude to .gitignore
  • 4f2432b Merge pull request #105 from oschwald/greg/optimize
  • 5dfedbc Prepare for 0.27.1
  • c4da8eb style: Silence dead_code warning for PartialRead struct
  • e19d443 Skipping UTF-8 validation for map keys
  • f7dcb5f Optimize read_node with slice indexing to reduce bounds checks
  • a96dc7a Optimize decode_path by skipping UTF-8 validation for map keys
  • ffd065c Merge pull request #103 from oschwald/dependabot/github_actions/actions/check...
  • fd9c9a6 Merge pull request #104 from oschwald/dependabot/github_actions/github/codeql...
  • 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 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)

Bumps [maxminddb](https://github.com/oschwald/maxminddb-rust) from 0.27.0 to 0.27.1.
- [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.27.0...v0.27.1)

---
updated-dependencies:
- dependency-name: maxminddb
  dependency-version: 0.27.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Dec 20, 2025
@elrido elrido merged commit 4cc9b80 into master Dec 20, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/cargo/maxminddb-0.27.1 branch December 20, 2025 10:35
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.

2 participants