chore(deps): bump lru from 0.18.2 to 0.18.3 - #5876
Conversation
Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.18.2 to 0.18.3. - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](jeromefroe/lru-rs@0.18.2...0.18.3) --- updated-dependencies: - dependency-name: lru dependency-version: 0.18.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
Thanks @dependabot[bot] for taking the time to contribute. This repository is observing a maintainer-managed PR intake gate in dry-run mode, so this pull request is staying open. This note helps maintainers prepare the allowlist before any enforcement is considered. Please read |
|
Claude finished @Hmbown's task in 36s —— View job Reviewing PR #5876 — chore(deps): bump lru 0.18.2 → 0.18.3
SummaryThis PR only updates
I checked the three consumers of Verdict: LGTM, safe to merge as a routine dependency update. No changes requested. Note: this repo's PR intake gate is in dry-run mode per the earlier bot comment — a maintainer may still want to |
There was a problem hiding this comment.
Codewhale review
Dependabot updates Cargo.lock to raise lru from 0.18.2 to 0.18.3. The patch release adds a sparse constructor and a lint fix, with no source changes in this PR.
Findings
- [INFO] Lockfile-only update; confirm manifest compatibility (
Cargo.lock:3020)
Only Cargo.lock is changed. This is expected if the Cargo.toml requirement (e.g.lru = "0.18"orlru = "0.18.2") already permits 0.18.3. Verify that the manifest does not pin an exact older version and rely on CI for build/test validation.
Assessment
Safe semver-compatible patch bump. No application code or tests are affected; the lockfile changes are appropriate for the 0.18.3 release.
Advisory review by Codewhale (codewhale review --pr 5876 --post, head 4e145338883218b7a9c0cba6e73d36579f10120e). Line-specific findings are also posted as inline review comments; mechanical fixes arrive as committable suggestions you can apply from the Files tab. CODEOWNERS approval still governs merge.
| name = "lru" | ||
| version = "0.18.2" | ||
| version = "0.18.3" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" |
There was a problem hiding this comment.
[INFO] Lockfile-only update; confirm manifest compatibility
Only Cargo.lock is changed. This is expected if the Cargo.toml requirement (e.g. lru = "0.18" or lru = "0.18.2") already permits 0.18.3. Verify that the manifest does not pin an exact older version and rely on CI for build/test validation.
|
Claude finished @Hmbown's task in 41s —— View job Reviewing PR #5876 — chore(deps): bump lru 0.18.2 → 0.18.3
SummaryLockfile-only change (
Checked the repo's Verdict: LGTM, safe to merge as a routine dependency update. No changes requested. |
There was a problem hiding this comment.
Codewhale review
This PR bumps the lru crate from 0.18.2 to 0.18.3 in Cargo.lock. The only change is the version and checksum; no source code changes are included.
Assessment
Looks correct: Cargo.lock is consistent with the described dependency upgrade and no code changes or tests are required for this lockfile-only update.
Advisory review by Codewhale (codewhale review --pr 5876 --post, head 9e81f9bf9227b330930bf1956afee46a9249e4b8). Line-specific findings are also posted as inline review comments; mechanical fixes arrive as committable suggestions you can apply from the Files tab. CODEOWNERS approval still governs merge.
Bumps lru from 0.18.2 to 0.18.3.
Changelog
Sourced from lru's changelog.
Commits
ceeee6aMerge pull request #244 from jeromefroe/jerome/prepare-0-18-3-release1810d9aPrepare 0.18.3 release0f4e37aMerge pull request #242 from drbrain/LruCache-sparsef1c04a2Merge pull request #243 from jeromefroe/jerome/nonnull-unchecked-on-box-ptrbcd5722fmtfa08c36Prefer into_raw over leak8a93408fmt043384fFix nonnull_unchecked_on_box_ptr lintea63d70Add LruCache::sparse()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 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)