Bump lru from 0.11.1 to 0.12.0 (#10732)

This commit is contained in:
dependabot[bot]
2023-10-18 21:00:11 +00:00
committed by GitHub
parent 71b0e12b57
commit 93b4aa5fcf
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ chrono = { version = "0.4", features = [ "serde", "std", "unstable-locales" ], d
chrono-humanize = "0.2"
fancy-regex = "0.11"
indexmap = "2.0"
lru = "0.11"
lru = "0.12"
miette = { version = "5.10", features = ["fancy-no-backtrace"] }
num-format = "0.4"
serde = { version = "1.0", default-features = false }