mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 08:06:03 +02:00
build(deps): bump indexmap from 2.9.0 to 2.10.0 (#16087)
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2735,9 +2735,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "indexmap"
|
||||
version = "2.9.0"
|
||||
version = "2.10.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
|
||||
checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
|
||||
dependencies = [
|
||||
"equivalent",
|
||||
"hashbrown 0.15.2",
|
||||
|
@ -93,7 +93,7 @@ filesize = "0.2"
|
||||
filetime = "0.2"
|
||||
heck = "0.5.0"
|
||||
human-date-parser = "0.3.0"
|
||||
indexmap = "2.9"
|
||||
indexmap = "2.10"
|
||||
indicatif = "0.17"
|
||||
interprocess = "2.2.0"
|
||||
is_executable = "1.0"
|
||||
|
@ -29,7 +29,7 @@ chrono = { workspace = true, features = [
|
||||
], default-features = false }
|
||||
chrono-tz = "0.10"
|
||||
fancy-regex = { workspace = true }
|
||||
indexmap = { version = "2.9" }
|
||||
indexmap = { version = "2.10" }
|
||||
num = { version = "0.4" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
sqlparser = { version = "0.53" }
|
||||
|
Reference in New Issue
Block a user