Skip to content

Commit

Permalink
Remove dependency on sled (#1360)
Browse files Browse the repository at this point in the history
* Remove dependency on `sled`

* Update Cargo.lock
  • Loading branch information
romac authored Sep 17, 2021
1 parent d1b1a02 commit ad085e7
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 201 deletions.
132 changes: 36 additions & 96 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 relayer-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ futures = "0.3.17"
toml = "0.5.8"
serde_derive = "1.0.116"
serde_json = "1"
sled = "0.34.4"
prost = "0.7"
prost-types = "0.7"
hex = "0.4"
Expand Down
4 changes: 2 additions & 2 deletions relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ humantime-serde = "1.0.0"
serde = "1.0.130"
serde_cbor = "0.11.2"
serde_derive = "1.0"
sled = { version = "0.34.4", features = ["no_metrics", "no_logs"] }
thiserror = "1.0.29"
toml = "0.5"
tracing = "0.1.26"
Expand Down Expand Up @@ -75,7 +74,8 @@ features = ["http-client", "websocket-client"]

[dependencies.tendermint-light-client]
version = "=0.21.0"
features = ["unstable"]
default-features = false
features = ["rpc-client", "secp256k1", "unstable"]

[dependencies.tendermint-proto]
version = "=0.21.0"
Expand Down
Loading

0 comments on commit ad085e7

Please sign in to comment.