Skip to content

Commit 422ae0a

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 f3ef690 commit 422ae0a

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
@@ -190,7 +190,7 @@ approx = "0.5"
190190
criterion = { version = "0.7.0", features = ["html_reports"] }
191191

192192
# LRU cache utility
193-
lru = "0.16.1"
193+
lru = "0.16.2"
194194

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

0 commit comments

Comments
 (0)