Skip to content

Commit

Permalink
Merge pull request #1081 from AleoHQ/dependabot/cargo/indexmap-1.7.0
Browse files Browse the repository at this point in the history
Bump indexmap from 1.6.2 to 1.7.0
  • Loading branch information
acoglio authored Jun 30, 2021
2 parents 2e0dab1 + 4fd6cf5 commit d4aaac6
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 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 asg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ version = "1.0"
version = "1.0"

[dependencies.indexmap]
version = "1.6"
version = "1.7"

[dependencies.thiserror]
version = "1.0"
Expand Down
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.5.2"

[dependencies.indexmap]
version = "1.6.2"
version = "1.7.0"
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 @@ -86,7 +86,7 @@ version = "1.3"
version = "0.4.2"

[dependencies.indexmap]
version = "1.6.2"
version = "1.7.0"
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.5.2"

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

[dependencies.thiserror]
Expand Down
2 changes: 1 addition & 1 deletion parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ version = "1.0"
version = "0.1"

[dependencies.indexmap]
version = "1.6"
version = "1.7"

[dependencies.tendril]
version = "0.4"
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 @@ features = [ "testnet1" ]
version = "0.6.0"

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

[dependencies.rand]
Expand Down

0 comments on commit d4aaac6

Please sign in to comment.