chore: bump indexmap from 2.8.0 to 2.10.0 (#3898)

This commit is contained in:
Siyuan Yan 2025-08-16 15:56:07 +09:00 committed by GitHub
parent 1707f03784
commit 26b4c51709
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

12
Cargo.lock generated
View File

@ -790,7 +790,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
dependencies = [
"libc",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@ -1783,9 +1783,9 @@ dependencies = [
[[package]]
name = "indexmap"
version = "2.8.0"
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3954d50fe15b02142bf25d3b8bdadb634ec3948f103d04ffe3031bc8fe9d7058"
checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
dependencies = [
"equivalent",
"hashbrown",
@ -2722,7 +2722,7 @@ dependencies = [
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@ -3162,7 +3162,7 @@ dependencies = [
"getrandom 0.3.1",
"once_cell",
"rustix",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@ -3925,7 +3925,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]

View File

@ -19,7 +19,7 @@ rust-version = "1.78.0"
[dependencies]
console_error_panic_hook = "0.1"
gloo = "0.11"
indexmap = { version = "2", features = ["std"] }
indexmap = { version = "2.10", features = ["std"] }
js-sys = "0.3"
slab = "0.4"
wasm-bindgen = "0.2"