diff --git a/packages/wasmvm/wasmclient/Cargo.toml b/packages/wasmvm/wasmclient/Cargo.toml index ced279334c..dfd4992948 100644 --- a/packages/wasmvm/wasmclient/Cargo.toml +++ b/packages/wasmvm/wasmclient/Cargo.toml @@ -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"