Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 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 @@ -32,7 +32,6 @@ serde = { version = "1.0.138", features = [ "derive" ] }
serde_json = "1.0"
shared = { path = "shared" }
tendermint = "0.40.1"
tendermint-config = "0.40.1"
tendermint-rpc = {version = "0.40.1", features = ["http-client"]}
thiserror = "1.0.56"
tokio = { version = "1.0", features = [ "full" ] }
Expand Down
1 change: 0 additions & 1 deletion chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ orm.workspace = true
rayon.workspace = true
shared.workspace = true
tendermint-rpc.workspace = true
tendermint.workspace = true
tokio-retry.workspace = true
tokio.workspace = true
tracing-subscriber.workspace = true
Expand Down
2 changes: 0 additions & 2 deletions webserver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ bincode.workspace = true
clap.workspace = true
deadpool-diesel.workspace = true
diesel.workspace = true
futures.workspace = true
itertools.workspace = true
lazy_static.workspace = true
namada_core.workspace = true
orm.workspace = true
serde.workspace = true
serde_json.workspace = true
Expand Down
Loading