Skip to content

Bump maxminddb from 0.29.0 to 0.30.0 in the major group - #263

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/major-ffd03e2933
Closed

Bump maxminddb from 0.29.0 to 0.30.0 in the major group#263
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/major-ffd03e2933

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the major group with 1 update: maxminddb.

Updates maxminddb from 0.29.0 to 0.30.0

Release notes

Sourced from maxminddb's releases.

0.30.0

  • Added deserialize_any_with_raw_strings() for Serde-based format adapters to validate MMDB strings while constructing another runtime's native string type, avoiding duplicate UTF-8 validation without unsafe Rust. Adapters remain responsible for strict UTF-8 validation.
  • Fixed network iteration on cyclic or over-deep corrupt search trees so it returns an error instead of looping indefinitely.
  • Fixed decode_path() error rendering for extreme negative indexes and reduced path traversal header parsing.
  • Removed decoder logging checks from hot deserialization paths.
  • Fixed verify() to validate shared data-section pointer targets once, reject pointer cycles, invalid scalar encodings, and impossible container sizes.
Changelog

Sourced from maxminddb's changelog.

0.30.0 - 2026-07-18

  • Added deserialize_any_with_raw_strings() for Serde-based format adapters to validate MMDB strings while constructing another runtime's native string type, avoiding duplicate UTF-8 validation without unsafe Rust. Adapters remain responsible for strict UTF-8 validation.
  • Fixed network iteration on cyclic or over-deep corrupt search trees so it returns an error instead of looping indefinitely.
  • Fixed decode_path() error rendering for extreme negative indexes and reduced path traversal header parsing.
  • Removed decoder logging checks from hot deserialization paths.
  • Fixed verify() to validate shared data-section pointer targets once, reject pointer cycles, invalid scalar encodings, and impossible container sizes.
Commits
  • fceaa66 Prepare v0.30.0 release
  • 770547a Set release date
  • 68f7876 Merge pull request #118 from oschwald/greg/raw-string-deserialization
  • 64107cd Clarify unsafe string decoding use case
  • 35ade52 Clarify raw string adapter contract
  • 37b3b66 Consolidate dynamic decoder dispatch
  • f04108b Expand raw string decoder coverage
  • 93a7d3b Expose raw string bytes to Serde adapters
  • 9f194b4 Merge pull request #117 from oschwald/greg/harden-reader
  • f8cd8eb Share search tree node decoding
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the major group with 1 update: [maxminddb](https://github.com/oschwald/maxminddb-rust).


Updates `maxminddb` from 0.29.0 to 0.30.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.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: maxminddb
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: major
...

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 Aug 1, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

Looks like maxminddb is updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 3, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/major-ffd03e2933 branch August 3, 2026 15:48
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.

0 participants