From 691f6a634c8f564487dfcd4f03103c2f1a611159 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Wed, 27 Jul 2022 22:34:33 +0200 Subject: [PATCH] chore(deps): bump svm-builds (#1521) --- Cargo.lock | 4 ++-- ethers-solc/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 851bdf7f..bdd9a507 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3742,9 +3742,9 @@ dependencies = [ [[package]] name = "svm-rs-builds" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f01d0d76a6e080f1c6fc1a00f5095fa90704f32797f9189fbcb67a10e675329" +checksum = "4039d2eb453284189513e1c4b87bc45439ba86a09721e916b9b8eeda6a2d73b8" dependencies = [ "build_const", "hex", diff --git a/ethers-solc/Cargo.toml b/ethers-solc/Cargo.toml index 057810ec..e30a24f0 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.4", optional = true} +svm-builds = { package = "svm-rs-builds", version = "0.1.5", optional = true} [target.'cfg(target_arch = "wasm32")'.dependencies] # NOTE: this enables wasm compatibility for getrandom indirectly