Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest to 0.11.26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 12, 2024
1 parent 2e61ffc commit 8cfbc9a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
23 changes: 20 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 @@ -20,7 +20,7 @@ rocksdb = { package = "ckb-rocksdb", version = "=0.21.1", features = ["snappy"]
sparse-merkle-tree = "0.6.1"
ckb-types = "=0.108.0"
ckb-jsonrpc-types = "=0.108.0"
reqwest = { version = "0.11.22", features = ["json"] }
reqwest = { version = "0.11.26", features = ["json"] }
tokio = { version = "1.32.0", features = ["rt", "net"] }
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
Expand Down

0 comments on commit 8cfbc9a

Please sign in to comment.