Skip to content

Commit

Permalink
fix(deps): update rust crate ckb-jsonrpc-types to >=0.110.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 16, 2023
1 parent f247f03 commit 557f1a5
Show file tree
Hide file tree
Showing 2 changed files with 184 additions and 27 deletions.
209 changes: 183 additions & 26 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 @@ -19,7 +19,7 @@ lazy_static = "1.4"
rocksdb = { package = "ckb-rocksdb", version = "=0.18.3", features = ["snappy"] }
sparse-merkle-tree = "0.6.1"
ckb-types = "=0.103.0"
ckb-jsonrpc-types = ">=0.103.0"
ckb-jsonrpc-types = ">=0.110.0"
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1", features = ["rt", "net"] }
serde = { version = "1.0", features = [ "derive" ] }
Expand Down

0 comments on commit 557f1a5

Please sign in to comment.