Skip to content

Bump maxminddb from 0.28.1 to 0.29.0 in the major group across 1 directory#260

Merged
alexcottner merged 1 commit into
masterfrom
dependabot/cargo/major-a16a4100a6
Jul 8, 2026
Merged

Bump maxminddb from 0.28.1 to 0.29.0 in the major group across 1 directory#260
alexcottner merged 1 commit into
masterfrom
dependabot/cargo/major-a16a4100a6

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the major group with 1 update in the / directory: maxminddb.

Updates maxminddb from 0.28.1 to 0.29.0

Release notes

Sourced from maxminddb's releases.

0.29.0

  • Breaking: Metadata::build_time() now returns Result<SystemTime, MaxMindDbError> instead of panicking on unrepresentable timestamps, and databases whose build_epoch cannot be represented as SystemTime are rejected as invalid during open and verify.
  • Breaking: Reader::metadata is now private. Use Reader::metadata() to access validated metadata by shared reference.
  • Breaking: Opening a database now rejects unsupported major format versions, unsupported IP versions, and zero-node search trees. Minor format versions are still accepted for forward compatibility.
  • Fixed: within() and networks() now handle IPv6 databases without an IPv4 subtree without reading terminal data nodes as tree nodes or panicking while formatting low IPv6 networks.
  • Fixed: Skipping ignored or unknown fields now enforces data-section bounds and the maximum nesting depth instead of accepting truncated values or overflowing the stack on deeply nested corrupt data.
  • Internal: Added focused benchmarks for network iteration and serde unknown-field skipping, plus metadata build-time conversion, to guard performance-sensitive fixes.
  • Documentation: Fixed intra-doc links so docs build with warnings denied, and added a CI check to keep them passing.
Changelog

Sourced from maxminddb's changelog.

0.29.0 - 2026-06-28

  • Breaking: Metadata::build_time() now returns Result<SystemTime, MaxMindDbError> instead of panicking on unrepresentable timestamps, and databases whose build_epoch cannot be represented as SystemTime are rejected as invalid during open and verify.
  • Breaking: Reader::metadata is now private. Use Reader::metadata() to access validated metadata by shared reference.
  • Breaking: Opening a database now rejects unsupported major format versions, unsupported IP versions, and zero-node search trees. Minor format versions are still accepted for forward compatibility.
  • Fixed: within() and networks() now handle IPv6 databases without an IPv4 subtree without reading terminal data nodes as tree nodes or panicking while formatting low IPv6 networks.
  • Fixed: Skipping ignored or unknown fields now enforces data-section bounds and the maximum nesting depth instead of accepting truncated values or overflowing the stack on deeply nested corrupt data.
  • Internal: Added focused benchmarks for network iteration and serde unknown-field skipping, plus metadata build-time conversion, to guard performance-sensitive fixes.
  • Documentation: Fixed intra-doc links so docs build with warnings denied, and added a CI check to keep them passing.
Commits
  • 5c656d4 Set release date
  • 7a44f85 Merge pull request #116 from oschwald/greg/fix-review-findings
  • 07b8749 ci: deny rustdoc warnings
  • bf29621 docs: fix rustdoc links
  • c589a6f fix: make metadata build time overflow-safe
  • eef8486 fix: handle iteration without IPv4 subtree
  • 5594392 fix: bound skipped data decoding
  • c585b58 bench: add focused regression coverage
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 7, 2026
Bumps the major group with 1 update in the / directory: [maxminddb](https://github.com/oschwald/maxminddb-rust).


Updates `maxminddb` from 0.28.1 to 0.29.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.28.1...v0.29.0)

---
updated-dependencies:
- dependency-name: maxminddb
  dependency-version: 0.29.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 changed the title Bump maxminddb from 0.28.1 to 0.29.0 in the major group Bump maxminddb from 0.28.1 to 0.29.0 in the major group across 1 directory Jul 8, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/major-a16a4100a6 branch from 61d2cf6 to db57020 Compare July 8, 2026 16:20
@alexcottner alexcottner merged commit 025d902 into master Jul 8, 2026
3 checks passed
@alexcottner alexcottner deleted the dependabot/cargo/major-a16a4100a6 branch July 8, 2026 16:38
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