Skip to content

Commit

Permalink
⬆️ Upgraded Rust crate indexmap to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2024
1 parent 28091c1 commit a2df5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/subtale-mimir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "README.md"

[dependencies]
float-cmp = { version = "0.9", optional = true }
indexmap = "2.0"
indexmap = "2.2"
rand = "0.8"
serde = { version = "1.0", features = ["derive"], optional = true }

Expand Down

0 comments on commit a2df5b6

Please sign in to comment.