Skip to content

Commit c3aafdb

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 a735aff commit c3aafdb

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

191191
# LRU cache utility
192-
lru = "0.16.1"
192+
lru = "0.16.2"
193193

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

0 commit comments

Comments
 (0)