Skip to content

Commit

Permalink
Merge pull request #744 from AleoHQ/dependabot/cargo/indexmap-1.6.2
Browse files Browse the repository at this point in the history
Bump indexmap from 1.6.1 to 1.6.2
  • Loading branch information
collinc97 committed Mar 9, 2021
2 parents 110fbdd + c764020 commit ace4147
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 @@ -22,7 +22,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 = "../parser"
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 ace4147

Please sign in to comment.