Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest to 0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 19, 2024
1 parent 2e61ffc commit a572e1e
Showing 1 changed file with 1 addition and 1 deletion.
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.12.4", 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 a572e1e

Please sign in to comment.