Skip to content

Commit

Permalink
Merge pull request #520 from mehcode/dependabot/cargo/indexmap-2.2.2
Browse files Browse the repository at this point in the history
Bump indexmap from 2.0.2 to 2.2.2
  • Loading branch information
matthiasbeyer authored Feb 2, 2024
2 parents 7c829a1 + 1abc748 commit 54c5905
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 @@ -36,7 +36,7 @@ yaml-rust = { version = "0.4", optional = true }
rust-ini = { version = "0.20", optional = true }
ron = { version = "0.8", optional = true }
json5_rs = { version = "0.4", optional = true, package = "json5" }
indexmap = { version = "2.0", features = ["serde"], optional = true }
indexmap = { version = "2.2", features = ["serde"], optional = true }
convert_case = { version = "0.6", optional = true }
pathdiff = "0.2"

Expand Down

0 comments on commit 54c5905

Please sign in to comment.