Skip to content

Commit e6fcb8f

Browse files
authored
Merge pull request #172 from fe-lang/dependabot/cargo/indexmap-2.12.1
Bump indexmap from 2.11.4 to 2.12.1
2 parents a6b126a + d7331f4 commit e6fcb8f

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

Cargo.lock

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

crates/codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sonatina-triple = { path = "../triple", version = "0.0.3-alpha" }
2323
sonatina-macros = { path = "../macros", version = "0.0.3-alpha" }
2424
dashmap = { version = "6.1", features = ["rayon"] }
2525
egglog = "0.5"
26-
indexmap = { version = "2.11" }
26+
indexmap = { version = "2.12" }
2727

2828
[dev-dependencies]
2929
sonatina-parser = { path = "../parser", version = "0.0.3-alpha" }

crates/ir/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ smallvec = "1.15.1"
2020
rustc-hash = "2.0.0"
2121
sonatina-triple = { path = "../triple", version = "0.0.3-alpha" }
2222
macros = { package = "sonatina-macros", path = "../macros", version = "0.0.3-alpha" }
23-
indexmap = "2.11.4"
23+
indexmap = "2.12.1"
2424
dot2 = { git = "https://github.com/sanpii/dot2.rs.git" }
2525
dashmap = { version = "6.1", features = ["rayon"] }
2626
rayon = { version = "1" }

0 commit comments

Comments
 (0)