Skip to content

Commit

Permalink
fix(deps): update rust crate indexmap to v2 (#298)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 30, 2023
1 parent 934c0c0 commit 9068aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarte_codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ syn = { version = "1.0", features = ["full", "extra-traits"] }

heck = { version = "0.4", optional = true }
mime_guess = { version = "2.0", optional = true }
indexmap = { version = "1.9", optional = true }
indexmap = { version = "2.0", optional = true }

[dev-dependencies]
# Remove in favor of serialize dom
Expand Down

0 comments on commit 9068aad

Please sign in to comment.