diff --git a/vdr/Cargo.lock b/vdr/Cargo.lock index e3a1f0e9..36a26d3f 100644 --- a/vdr/Cargo.lock +++ b/vdr/Cargo.lock @@ -1304,7 +1304,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.4.10", + "socket2 0.5.5", "tokio", "tower-service", "tracing", @@ -2195,9 +2195,9 @@ dependencies = [ [[package]] name = "regex-lite" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e" +checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a" [[package]] name = "regex-syntax" diff --git a/vdr/wasm/Cargo.toml b/vdr/wasm/Cargo.toml index ff51e345..4c2c0f05 100644 --- a/vdr/wasm/Cargo.toml +++ b/vdr/wasm/Cargo.toml @@ -26,3 +26,6 @@ serde-wasm-bindgen = "0.4" serde_json = "1.0.107" futures = "0.3.28" console_error_panic_hook = "0.1" + +[patch.crates-io] +web3 = { git = 'https://github.com/DSRCorporation/rust-web3.git'}