Skip to content

Commit

Permalink
Update indexmap.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio authored and arai-a committed Jan 11, 2024
1 parent 212f6bd commit a94d6c6
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
19 changes: 16 additions & 3 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 crates/ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ license = "MIT/Apache-2.0"

[dependencies]
bumpalo = { version = "3.4.0", features = ["collections"] }
indexmap = "1.0"
indexmap = "2.0"
2 changes: 1 addition & 1 deletion crates/emitter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT/Apache-2.0"
[dependencies]
bumpalo = "3.4.0"
byteorder = "1.3.2"
indexmap = "1.0"
indexmap = "2.0"
jsparagus-ast = { path = "../ast" }
jsparagus-scope = { path = "../scope" }
jsparagus-stencil = { path = "../stencil" }
Expand Down
2 changes: 1 addition & 1 deletion crates/scope/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ edition = "2018"
license = "MIT/Apache-2.0"

[dependencies]
indexmap = "1.0"
indexmap = "2.0"
jsparagus-ast = { path = "../ast" }
jsparagus-stencil = { path = "../stencil" }

0 comments on commit a94d6c6

Please sign in to comment.