Skip to content

Commit

Permalink
fix: Remove jsonrpc-client-http dependency to fix cargo audit RUSTSEC…
Browse files Browse the repository at this point in the history
…-2020-0008
  • Loading branch information
TheWaWaR committed Apr 3, 2020
1 parent c6e50f1 commit 3cc99c1
Show file tree
Hide file tree
Showing 7 changed files with 107 additions and 285 deletions.
190 changes: 11 additions & 179 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions ckb-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ serde_derive = "1.0"
serde_json = "1.0"
bech32 = "0.6.0"
log = "0.4.6"
jsonrpc-client-core = "0.5.0"
jsonrpc-client-http = "0.5.0"
reqwest = "0.9"
secp256k1 = "0.17.0"
faster-hex = "0.4"
fnv = "1.0.3"
Expand All @@ -25,7 +24,6 @@ bitcoin_hashes = "0.3.2"
uuid = { version = "0.7.4", features = ["v4"] }
chrono = "0.4.6"
failure = "0.1.5"
lazy_static = "1.4.0"

ckb-types = { git = "https://github.com/nervosnetwork/ckb", tag = "v0.31.0-rc1" }
ckb-script = { git = "https://github.com/nervosnetwork/ckb", tag = "v0.31.0-rc1" }
Expand Down
Loading

0 comments on commit 3cc99c1

Please sign in to comment.