Bump deps to transitively use hashbrown 0.14 (#9668)

# Description
Update `lru` to `0.11`: `cargo build` will now not need `hashbrown 0.13`
Update `dashmap`: upgrades `hashbrown` for dev-dependency

-1 dependency in the `cargo install` path
This commit is contained in:
Stefan Holderbach
2023-07-12 17:55:51 +02:00
committed by GitHub
parent 341fa7b196
commit 7c9edbd9ee
2 changed files with 7 additions and 7 deletions

View File

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