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 6ba71e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ 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"

7 changes: 3 additions & 4 deletions crates/gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ edition.workspace = true
repository.workspace = true
license.workspace = true

[dev-dependencies]
assert_matches.workspace = true

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

[lints]
workspace = true

0 comments on commit 6ba71e3

Please sign in to comment.