Skip to content

Commit

Permalink
Merge pull request #3375 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.12.4
  • Loading branch information
jorgemmsilva authored Apr 23, 2024
2 parents 15085ca + 71882b9 commit 1efdea9
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.11.0"
base64 = "0.22.0"
hmac = "0.12.1"
sha2 = "0.10.8"
reqwest = { version = "0.12.3", features = ["blocking", "json"] }
reqwest = { version = "0.12.4", 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 1efdea9

Please sign in to comment.