Skip to content

Commit

Permalink
Merge pull request #106 from nervina-labs/renovate/rocksdb-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate rocksdb to v0.18.3
  • Loading branch information
duanyytop authored Jul 19, 2022
2 parents 2114cf8 + 4e91c54 commit e19e923
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dotenv = "0.15.0"
chrono = "0.4"
molecule = "0.7.2"
lazy_static = "1.4"
rocksdb = { package = "ckb-rocksdb", version = "=0.18.2", features = ["snappy"] }
rocksdb = { package = "ckb-rocksdb", version = "=0.18.3", features = ["snappy"] }
sparse-merkle-tree = "0.5.3"
ckb-types = "=0.103.0"
ckb-jsonrpc-types = ">=0.103.0"
Expand Down

0 comments on commit e19e923

Please sign in to comment.