Skip to content

Commit

Permalink
fix(deps): update rust crate ckb-jsonrpc-types to >=0.110.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 11, 2023
1 parent accb6a9 commit e15eb7d
Show file tree
Hide file tree
Showing 2 changed files with 155 additions and 4 deletions.
157 changes: 154 additions & 3 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 @@ molecule = "0.7.2"
serde = { version = "1.0", features = [ "derive" ] }
sparse-merkle-tree = "0.5.3"
ckb-types = "=0.104.0"
ckb-jsonrpc-types = ">=0.104.0"
ckb-jsonrpc-types = ">=0.110.2"
parking_lot = "0.12.1"
reqwest = { version = "0.11", features = ["json"] }
serde_json = "1.0"
Expand Down

0 comments on commit e15eb7d

Please sign in to comment.