Skip to content

Commit

Permalink
Merge pull request #3198 from iotaledger/renovate/reqwest-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate reqwest to 0.11.23
  • Loading branch information
BugFreeSoftware authored Dec 19, 2023
2 parents 0a3168c + daf359c commit ca8cb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wasmvm/wasmclient/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bech32 = "0.9.1"
base64 = "0.21.5"
hmac = "0.12.1"
sha2 = "0.10.8"
reqwest = { version = "0.11.22", features = ["blocking", "json"] }
reqwest = { version = "0.11.23", features = ["blocking", "json"] }
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
url = "2.5.0"
ws = "0.9.2"
Expand Down

0 comments on commit ca8cb85

Please sign in to comment.