chore(deps): bump lru from 0.12.5 to 0.16.3 (#6379)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-01-12 14:16:25 -05:00
committed by GitHub
parent d1941eaadb
commit c3d5016f19
3 changed files with 37 additions and 9 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ keyring = { version = "3.6.2", features = [
utoipa = { version = "4.1", optional = true }
which = {workspace = true}
glob = "0.3"
lru = "0.12"
lru = "0.16"
tree-sitter = "0.21"
tree-sitter-python = "0.21"
tree-sitter-rust = "0.21"
+1 -1
View File
@@ -15,7 +15,7 @@ tokio = { version = "1.43", features = ["full"] }
reqwest = { version = "0.12.9", features = ["json", "rustls-tls-native-roots"], default-features = false }
[dependencies]
lru = "0.12"
lru = "0.16"
rmcp = { workspace = true, features = [
"client",
"reqwest",