Skip to content

Commit 3012841

Browse files
chore(deps): bump lru from 0.16.3 to 0.18.0 (#90)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.16.3 to 0.18.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md">lru's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/jeromefroe/lru-rs/tree/0.18.0">v0.18.0</a> - 2026-04-27</h2> <ul> <li>Fix unconstrained lifetime in <code>get_or_insert_mut_ref</code>.</li> </ul> <h2><a href="https://github.com/jeromefroe/lru-rs/tree/0.17.0">v0.17.0</a> - 2026-04-14</h2> <ul> <li>Upgrade <code>hashbrown</code> to 0.17.0 and update MSRV to 1.85.0.</li> </ul> <h2><a href="https://github.com/jeromefroe/lru-rs/tree/0.16.4">v0.16.4</a> - 2026-04-13</h2> <ul> <li>Add <code>get_or_insert_with_key</code> and variants.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jeromefroe/lru-rs/commit/dac07e3edc896f6caec5180ac179b89044399c59"><code>dac07e3</code></a> Merge pull request <a href="https://redirect.github.com/jeromefroe/lru-rs/issues/234">#234</a> from jeromefroe/jerome/prepare-0-18-0-release</li> <li><a href="https://github.com/jeromefroe/lru-rs/commit/03353156d0f1a4c5f79001bcbc59bb2ff8f6b041"><code>0335315</code></a> Prepare 0.18.0 release</li> <li><a href="https://github.com/jeromefroe/lru-rs/commit/e40bbdc53db7c433e0d8f46cfd903485c8091eac"><code>e40bbdc</code></a> Merge pull request <a href="https://redirect.github.com/jeromefroe/lru-rs/issues/233">#233</a> from paolobarbolini/get_or_insert_mut_ref-unconstrain...</li> <li><a href="https://github.com/jeromefroe/lru-rs/commit/a615a5b29f21de6dd222394da91ab4e2c6918016"><code>a615a5b</code></a> Fix unconstrained lifetime in <code>LruCache::get_or_insert_mut_ref</code></li> <li><a href="https://github.com/jeromefroe/lru-rs/commit/13321a9f96059b2355aa3697c2a1613b16fd83e5"><code>13321a9</code></a> Merge pull request <a href="https://redirect.github.com/jeromefroe/lru-rs/issues/232">#232</a> from jeromefroe/jerome/prepare-0-17-0-release</li> <li><a href="https://github.com/jeromefroe/lru-rs/commit/f7d0ecea8e85d4d912b6ee7caf6f31cf72195a37"><code>f7d0ece</code></a> Prepare 0.17.0 release</li> <li><a href="https://github.com/jeromefroe/lru-rs/commit/2d3d6d51db940e791d69cc4afef8896f1170863e"><code>2d3d6d5</code></a> Merge pull request <a href="https://redirect.github.com/jeromefroe/lru-rs/issues/231">#231</a> from xtqqczze/deps/hashbrown</li> <li><a href="https://github.com/jeromefroe/lru-rs/commit/346e2fea450e32e69d5ee67aed4ac2b30b23f6fd"><code>346e2fe</code></a> Bump hashbrown to 0.17.0</li> <li><a href="https://github.com/jeromefroe/lru-rs/commit/1302b4e5b5bbcffb1f7f9537ec08cc614f16a8b1"><code>1302b4e</code></a> Update MSRV to 1.85.0</li> <li><a href="https://github.com/jeromefroe/lru-rs/commit/d8c7f5ca51a86a8f561c14e21508a0f757aa05ad"><code>d8c7f5c</code></a> Merge pull request <a href="https://redirect.github.com/jeromefroe/lru-rs/issues/230">#230</a> from jeromefroe/jerome/prepare-0-16-4-release</li> <li>Additional commits viewable in <a href="https://github.com/jeromefroe/lru-rs/compare/0.16.3...0.18.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lru&package-manager=cargo&previous-version=0.16.3&new-version=0.18.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0fecc62 commit 3012841

2 files changed

Lines changed: 25 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 24 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clinician/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ directories = "5"
4040
# Utilities
4141
chrono = { version = "0.4", features = ["serde"] }
4242
ring = "0.17.13"
43-
lru = "0.16.3"
43+
lru = "0.18.0"
4444
uuid = { version = "1", features = ["v4"] }
4545

4646

0 commit comments

Comments
 (0)