Skip to content

Commit

Permalink
Merge pull request #502 from AleoHQ/dependabot/cargo/indexmap-1.6.1
Browse files Browse the repository at this point in the history
Bump indexmap from 1.6.0 to 1.6.1
  • Loading branch information
howardwu committed Dec 15, 2020
2 parents abb5da8 + 8894f10 commit 1d856e7
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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 @@ -43,7 +43,7 @@ version = "1.1.3"
default-features = false

[dependencies.indexmap]
version = "1.6.0"
version = "1.6.1"
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 @@ -91,7 +91,7 @@ version = "1.0"
version = "0.4.2"

[dependencies.indexmap]
version = "1.6.0"
version = "1.6.1"
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 @@ -26,7 +26,7 @@ path = "../grammar"
version = "1.0.7"

[dependencies.indexmap]
version = "1.6.0"
version = "1.6.1"
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 @@ -53,7 +53,7 @@ default-features = false
version = "1.1.3"

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

[dependencies.rand]
Expand Down
2 changes: 1 addition & 1 deletion symbol-table/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ path = "../imports"
version = "1.0.7"

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

[dependencies.serde]
Expand Down
2 changes: 1 addition & 1 deletion type-inference/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ path = "../symbol-table"
version = "1.0.7"

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

[dependencies.serde_json]
Expand Down

0 comments on commit 1d856e7

Please sign in to comment.