Skip to content

Commit

Permalink
Bump indexmap to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raychu86 committed Jun 26, 2023
1 parent d02db76 commit f3d7726
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 13 deletions.
13 changes: 6 additions & 7 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ version = "2.7"
version = "0.26"

[dev-dependencies.indexmap]
version = "1"
version = "2.0"
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ version = "0.3"
features = [ "sink" ]

[dependencies.indexmap]
version = "1"
version = "2.0"

[dependencies.num_cpus]
version = "1"
Expand Down
2 changes: 1 addition & 1 deletion node/consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ workspace = true
version = "0.1"

[dev-dependencies.indexmap]
version = "1.9"
version = "2.0"

[dev-dependencies.itertools]
version = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion node/messages/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ version = "1.0"
version = "1"

[dependencies.indexmap]
version = "1"
version = "2.0"

[dependencies.kadmium]
version = "0.6.0"
Expand Down
2 changes: 1 addition & 1 deletion node/rest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ features = [ "erased-json" ]
version = "0.2"

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

[dependencies.jsonwebtoken]
version = "8.3"
Expand Down
2 changes: 1 addition & 1 deletion node/router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ version = "0.3.27"
features = [ "thread-pool" ]

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

[dependencies.itertools]
Expand Down

0 comments on commit f3d7726

Please sign in to comment.