diff --git a/Cargo.lock b/Cargo.lock index 5ecedf4b..54fc5feb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3768,9 +3768,9 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "svm-rs" -version = "0.2.16" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9da7be4aa3d6b944579b66af0cfdca48f2682de7d5b85cf40449805e2e93db9" +checksum = "4e4cdcf91153dc0e4e0637f26f042ada32a3b552bc8115935c7bf96f80132b0a" dependencies = [ "anyhow", "cfg-if 1.0.0", diff --git a/ethers-solc/Cargo.toml b/ethers-solc/Cargo.toml index a3d714b6..2d9a9478 100644 --- a/ethers-solc/Cargo.toml +++ b/ethers-solc/Cargo.toml @@ -45,7 +45,7 @@ cfg-if = "1.0.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] home = "0.5.3" -svm = { package = "svm-rs", version = "0.2.16", default-features = false, optional = true, features = [ +svm = { package = "svm-rs", version = "0.2.18", default-features = false, optional = true, features = [ "blocking" ] } svm-builds = { package = "svm-rs-builds", version = "0.1.8", optional = true }