Skip to content

Commit

Permalink
fix(deps): update rust crate ckb-types to v0.104.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 19, 2022
1 parent e19e923 commit 0d092f6
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 2 deletions.
127 changes: 126 additions & 1 deletion 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 @@ -18,7 +18,7 @@ molecule = "0.7.2"
lazy_static = "1.4"
rocksdb = { package = "ckb-rocksdb", version = "=0.18.3", features = ["snappy"] }
sparse-merkle-tree = "0.5.3"
ckb-types = "=0.103.0"
ckb-types = "=0.104.0"
ckb-jsonrpc-types = ">=0.103.0"
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1", features = ["rt", "net"] }
Expand Down

0 comments on commit 0d092f6

Please sign in to comment.