Skip to content

Commit 26b4c51

Browse files
chore: bump indexmap from 2.8.0 to 2.10.0 (#3898)
1 parent 1707f03 commit 26b4c51

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/yew/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rust-version = "1.78.0"
1919
[dependencies]
2020
console_error_panic_hook = "0.1"
2121
gloo = "0.11"
22-
indexmap = { version = "2", features = ["std"] }
22+
indexmap = { version = "2.10", features = ["std"] }
2323
js-sys = "0.3"
2424
slab = "0.4"
2525
wasm-bindgen = "0.2"

0 commit comments

Comments
 (0)