Skip to content

Commit

Permalink
update sled to 0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
liamsi committed Jul 18, 2020
1 parent f891bcf commit 62822b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion light-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ prost-amino = "0.6.0"
serde = "1.0.106"
serde_cbor = "0.11.1"
serde_derive = "1.0.106"
sled = "0.31.0"
sled = "0.33.0"
static_assertions = "1.1.0"
thiserror = "1.0.15"
tokio = "0.2.20"
Expand Down
2 changes: 1 addition & 1 deletion light-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jsonrpc-http-server = "14.2"
jsonrpc-derive = "14.2"
serde = { version = "1", features = ["serde_derive"] }
serde_json = "1.0"
sled = "0.31.0"
sled = "0.33.0"
tendermint = { version = "0.15.0", path = "../tendermint" }
tendermint-light-client = { version = "0.15.0", path = "../light-client" }
tendermint-rpc = { version = "0.15.0", path = "../rpc", features = [ "client" ] }
Expand Down

0 comments on commit 62822b4

Please sign in to comment.