Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest to 0.11.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2023
1 parent 2e61ffc commit 26406be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 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.23", 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 26406be

Please sign in to comment.