chore(deps): bump maxminddb from 0.27.3 to 0.28.1#25302
chore(deps): bump maxminddb from 0.27.3 to 0.28.1#25302dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
3213b79 to
e5245b4
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e5245b4cc8
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| [[package]] | ||
| name = "maxminddb" | ||
| version = "0.27.3" | ||
| version = "0.28.1" |
There was a problem hiding this comment.
Align locked maxminddb version with manifest constraint
Cargo.toml:407 still requires maxminddb = "0.27.0" (caret semantics means <0.28.0), but this change locks maxminddb to 0.28.1. In environments that run Cargo with --locked (typical for CI/release reproducibility), dependency resolution will fail because the lockfile version no longer satisfies the manifest requirement. Please either bump the manifest constraint to 0.28.x in the same change or keep the lockfile on a 0.27.x release.
Useful? React with 👍 / 👎.
1077af1 to
6ebe631
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6ebe631278
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| [[package]] | ||
| name = "maxminddb" | ||
| version = "0.27.3" | ||
| version = "0.28.1" |
There was a problem hiding this comment.
Keep maxminddb lockfile entry within manifest range
Bumping maxminddb to 0.28.1 in the lockfile without changing the manifest constraint introduces an invalid dependency state: Cargo.toml still requires ^0.27.0, which does not admit 0.28.1, so workflows that enforce lock/manifest consistency will fail when resolving dependencies. Fresh evidence: Cargo.toml currently still declares maxminddb = { version = "0.27.0", ... } (line 408), making this updated lock entry out of range.
Useful? React with 👍 / 👎.
6ebe631 to
27f253c
Compare
Bumps [maxminddb](https://github.com/oschwald/maxminddb-rust) from 0.27.3 to 0.28.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.3...v0.28.1) --- updated-dependencies: - dependency-name: maxminddb dependency-version: 0.28.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
27f253c to
449be8e
Compare
Bumps maxminddb from 0.27.3 to 0.28.1.
Release notes
Sourced from maxminddb's releases.
Changelog
Sourced from maxminddb's changelog.
Commits
8e86128Prepare v0.28.1 releasee762e0cSet release dateb730a7cMerge pull request #113 from oschwald/greg/fixes3ce5264Use actual IPv4 subtree depth for network6ce0c23Tighten decoder verification bounds536242aReject IPv6 CIDRs in within() with IPv4 trees6a74e9aImprove test coverage of bad-database handling1cd81bbValidate search tree layout in readerdf493e2Update MaxMind-DB fixtures429baa5Prepare v0.28.0 release