Skip to content

Commit 7db1ebf

Browse files
deps(deps): bump lru from 0.16.1 to 0.16.2
Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.16.1 to 0.16.2. - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](jeromefroe/lru-rs@0.16.1...0.16.2) --- updated-dependencies: - dependency-name: lru dependency-version: 0.16.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4eb8f58 commit 7db1ebf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ approx = "0.5"
188188
criterion = { version = "0.7.0", features = ["html_reports"] }
189189

190190
# LRU cache utility
191-
lru = "0.16.1"
191+
lru = "0.16.2"
192192

193193
# Official MCP Rust SDK
194194
rmcp = { version = "0.7.0", features = ["server", "transport-io", "transport-streamable-http-server"] }

0 commit comments

Comments
 (0)