diff --git a/Cargo.lock b/Cargo.lock index 004296d4..d2b40d5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3742,9 +3742,9 @@ dependencies = [ [[package]] name = "svm-rs-builds" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac21094817e231b55e691c925262bb0658894d0760ea1163e981885247b7cd02" +checksum = "3f01d0d76a6e080f1c6fc1a00f5095fa90704f32797f9189fbcb67a10e675329" dependencies = [ "build_const", "hex", diff --git a/ethers-solc/Cargo.toml b/ethers-solc/Cargo.toml index 31b027c5..057810ec 100644 --- a/ethers-solc/Cargo.toml +++ b/ethers-solc/Cargo.toml @@ -44,7 +44,7 @@ cfg-if = "1.0.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] home = "0.5.3" svm = { package = "svm-rs", version = "0.2.13", default-features = false, optional = true, features = ["blocking"] } -svm-builds = { package = "svm-rs-builds", version = "0.1.3", optional = true} +svm-builds = { package = "svm-rs-builds", version = "0.1.4", optional = true} [target.'cfg(target_arch = "wasm32")'.dependencies] # NOTE: this enables wasm compatibility for getrandom indirectly