mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 03:18:29 +02:00
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:
committed by
GitHub
parent
341fa7b196
commit
7c9edbd9ee
@ -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 }
|
||||
|
Reference in New Issue
Block a user