chore(deps): bump lru from 0.16.3 to 0.17.0#358
Conversation
Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.16.3 to 0.17.0. - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](jeromefroe/lru-rs@0.16.3...0.17.0) --- updated-dependencies: - dependency-name: lru dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: bf53c91404
ℹ️ 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".
| sha2 = "0.11" | ||
| dashmap = "6.1" # Lock-free concurrent HashMap for metrics | ||
| lru = "0.16" # LRU cache for JWT claims to prevent memory leaks | ||
| lru = "0.17" # LRU cache for JWT claims to prevent memory leaks |
There was a problem hiding this comment.
Keep lru at an MSRV-compatible version
Bumping lru to 0.17 raises the minimum Rust version to 1.85 (per the release notes included in this commit), but this repository still builds the production image with Rust 1.84 in dockerfiles/Dockerfile (FROM ... rust:1.84-alpine + cargo build). In that environment, this dependency update will make container builds fail at compile time, so the dependency/toolchain versions need to be aligned in the same change.
Useful? React with 👍 / 👎.
|
Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request. |
Bumps lru from 0.16.3 to 0.17.0.
Changelog
Sourced from lru's changelog.
Commits
13321a9Merge pull request #232 from jeromefroe/jerome/prepare-0-17-0-releasef7d0ecePrepare 0.17.0 release2d3d6d5Merge pull request #231 from xtqqczze/deps/hashbrown346e2feBump hashbrown to 0.17.01302b4eUpdate MSRV to 1.85.0d8c7f5cMerge pull request #230 from jeromefroe/jerome/prepare-0-16-4-releasebd5261bPrepare 0.16.4 release16e161dMerge pull request #229 from pikatos/get_or_insert_with_key5135e8eApply suggestions from code review81c2ef0Add get_or_insert_with_key variantsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)