Skip to content

Commit

Permalink
Bump indexmap from 1.6.1 to 1.6.2
Browse files Browse the repository at this point in the history
Bumps [indexmap](https://github.com/bluss/indexmap) from 1.6.1 to 1.6.2.
- [Release notes](https://github.com/bluss/indexmap/releases)
- [Commits](indexmap-rs/indexmap@1.6.1...1.6.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Mar 8, 2021
1 parent 9252534 commit 96eea74
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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 ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ path = "../input"
version = "1.2.3"

[dependencies.indexmap]
version = "1.6.1"
version = "1.6.2"
features = [ "serde-1" ]

[dependencies.pest]
Expand Down
2 changes: 1 addition & 1 deletion compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ version = "1.3"
version = "0.4.2"

[dependencies.indexmap]
version = "1.6.1"
version = "1.6.2"
features = [ "serde-1" ]

[dependencies.pest]
Expand Down
2 changes: 1 addition & 1 deletion imports/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ path = "../asg"
version = "1.2.3"

[dependencies.indexmap]
version = "1.6.1"
version = "1.6.2"
features = [ "serde-1" ]

[dependencies.thiserror]
Expand Down
2 changes: 1 addition & 1 deletion state/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ default-features = false
version = "0.2.0"

[dependencies.indexmap]
version = "1.6.1"
version = "1.6.2"
features = [ "serde-1" ]

[dependencies.rand]
Expand Down

0 comments on commit 96eea74

Please sign in to comment.