Skip to content

Commit

Permalink
chore: bump indexmap from 1.9.3 to 2.1.0 (#5459)
Browse files Browse the repository at this point in the history
The upgrade is safe because it's a only a Rust MSRV change.

See https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md
  • Loading branch information
Boshen committed Jan 25, 2024
1 parent c3c32fb commit f14fcba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ futures = { version = "0.3.30" }
futures-util = { version = "0.3.30" }
glob = { version = "0.3.1" }
hashlink = { version = "0.9.0" }
indexmap = { version = "=1.9.3", features = ["serde-1"] }
indexmap = { version = "2.1.0" }
insta = { version = "1.34.0" }
itertools = { version = "0.12.0" }
json = { version = "0.12.4" }
Expand Down
2 changes: 1 addition & 1 deletion crates/rspack_plugin_css/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version = "0.1.0"
async-trait = { workspace = true }
bitflags = { workspace = true }
heck = "0.4.1"
indexmap = { workspace = true }
indexmap = { version = "=1.9.3", features = ["serde-1"] } # pinned by rkyv
once_cell = { workspace = true }
rayon = { workspace = true }
regex = { workspace = true }
Expand Down

1 comment on commit f14fcba

@rspack-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Benchmark detail: Open

name base current %
10000_development-mode + exec 1.73 s ± 34 ms 1.73 s ± 33 ms -0.09%
10000_development-mode_hmr + exec 943 ms ± 7.1 ms 959 ms ± 6.4 ms +1.70%
10000_production-mode + exec 2.68 s ± 30 ms 2.7 s ± 40 ms +0.52%
threejs_development-mode_10x + exec 2.02 s ± 17 ms 2.05 s ± 40 ms +1.15%
threejs_development-mode_10x_hmr + exec 1.25 s ± 13 ms 1.25 s ± 8.7 ms +0.03%
threejs_production-mode_10x + exec 6.2 s ± 57 ms 6.15 s ± 70 ms -0.80%

Please sign in to comment.