Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsso committed Apr 11, 2024
1 parent cd9a55d commit 6818bc3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
12 changes: 0 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,3 @@ serde = { version = "1.0.152", default-features = false }
serde_json = { version = "1.0.104", default-features = false }
static_assertions = "1.1.0"
smallvec = "1.9.0"
thiserror = "1.0.58"
2 changes: 0 additions & 2 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,12 @@ runtime-benchmarks = [
]

[dependencies]
bzip2-rs = "0.1.2"
clap = { workspace = true, features = ["derive"] }
derive_more.workspace = true
log = { workspace = true, default-features = true}
codec.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
thiserror.workspace = true

# RPC related Dependencies
jsonrpsee = { workspace = true, features = ["server"] }
Expand Down

0 comments on commit 6818bc3

Please sign in to comment.