mirror of
https://github.com/Automattic/harper.git
synced 2025-08-04 18:48:02 +00:00
build(deps): bump lru from 0.14.0 to 0.15.0 (#1480)
Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.14.0 to 0.15.0. - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jeromefroe/lru-rs/compare/0.14.0...0.15.0) --- updated-dependencies: - dependency-name: lru dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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:
parent
88f019bdca
commit
9ca2d39c87
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1473,9 +1473,9 @@ checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
|||
|
||||
[[package]]
|
||||
name = "lru"
|
||||
version = "0.14.0"
|
||||
version = "0.15.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9f8cc7106155f10bdf99a6f379688f543ad6596a415375b36a59a054ceda1198"
|
||||
checksum = "0281c2e25e62316a5c9d98f2d2e9e95a37841afdaf4383c177dbb5c1dfab0568"
|
||||
dependencies = [
|
||||
"hashbrown 0.15.4",
|
||||
]
|
||||
|
|
|
@ -26,7 +26,7 @@ unicode-script = "0.5.7"
|
|||
unicode-width = "0.2.1"
|
||||
levenshtein_automata = { version = "0.2.1", features = ["fst_automaton"] }
|
||||
cached = "0.55.1"
|
||||
lru = "0.14.0"
|
||||
lru = "0.15.0"
|
||||
foldhash = "0.1.5"
|
||||
strum_macros = "0.27.1"
|
||||
strum = "0.27.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue