Skip to content

Commit

Permalink
chore: alphabetize dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ArniStarkware committed Apr 3, 2024
1 parent 4a0e789 commit ebadd56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ unused = "deny"
as_conversions = "deny"

[workspace.dependencies]
assert_matches = "1.5.0"
hyper = "0.13.9"
tokio = { version = "0.2", features = ["macros"] }
thiserror = "1.0"
starknet_api = "0.8.0"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0"
assert_matches = "1.5.0"

starknet_api = "0.8.0"
tokio = { version = "0.2", features = ["macros"] }
thiserror = "1.0"
6 changes: 3 additions & 3 deletions crates/gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ repository.workspace = true
license.workspace = true

[dependencies]
assert_matches.workspace = true
hyper.workspace = true
tokio.workspace = true
thiserror.workspace = true
serde.workspace = true
serde_json.workspace = true
starknet_api.workspace = true
assert_matches.workspace = true
tokio.workspace = true
thiserror.workspace = true

[lints]
workspace = true

0 comments on commit ebadd56

Please sign in to comment.