Skip to content

Commit

Permalink
Merge pull request AleoNet#1274 from AleoHQ/dependabot/cargo/indexmap…
Browse files Browse the repository at this point in the history
…-1.9.2

Bump indexmap from 1.9.1 to 1.9.2
  • Loading branch information
raychu86 authored Jan 20, 2023
2 parents dffd731 + 7d6fb29 commit f14f311
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ version = "2"
optional = true

[dependencies.indexmap]
version = "1.8"
version = "1.9"
features = [ "rayon" ]

[dependencies.once_cell]
Expand Down
2 changes: 1 addition & 1 deletion circuit/environment/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ version = "0.9.11"
default-features = false

[dependencies.indexmap]
version = "1.8.2"
version = "1.9.2"

[dependencies.itertools]
version = "0.10.1"
Expand Down
2 changes: 1 addition & 1 deletion console/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ version = "0.2"
version = "0.2"

[dependencies.indexmap]
version = "1.8"
version = "1.9"

[dependencies.num-derive]
version = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion r1cs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ version = "1.0.0"
version = "0.2.1"

[dependencies.indexmap]
version = "1.8.2"
version = "1.9.2"

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

[dependencies.indexmap]
version = "1.8"
version = "1.9"
features = [ "serde", "rayon" ]

[dependencies.once_cell]
Expand Down

0 comments on commit f14f311

Please sign in to comment.