Bump lru from 0.9.0 to 0.10.0 (#8425)

This commit is contained in:
dependabot[bot] 2023-03-15 18:47:40 +00:00 committed by GitHub
parent 71fdf717a8
commit aa876ce24f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -2266,9 +2266,9 @@ dependencies = [
[[package]]
name = "lru"
version = "0.9.0"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71e7d46de488603ffdd5f30afbc64fbba2378214a2c3a2fb83abf3d33126df17"
checksum = "03f1160296536f10c833a82dca22267d5486734230d47bf00bf435885814ba1e"
dependencies = [
"hashbrown 0.13.2",
]

View file

@ -23,7 +23,7 @@ chrono = { version = "0.4.23", features = [
chrono-humanize = "0.2.1"
fancy-regex = "0.11.0"
indexmap = { version = "1.7" }
lru = "0.9.0"
lru = "0.10.0"
miette = { version = "5.5.0", features = ["fancy-no-backtrace"] }
num-format = "0.4.3"
serde = { version = "1.0.143", default-features = false }