chore: bump svm crates (#2110)

This commit is contained in:
Rohit Narurkar 2023-02-02 20:04:42 +01:00 committed by GitHub
parent 1b4b35d44d
commit 4a2e36d530
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@ -4109,9 +4109,9 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
[[package]] [[package]]
name = "svm-rs" name = "svm-rs"
version = "0.2.19" version = "0.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e18bbb2b229a2cc0d8ba58603adb0e460ad49a3451b1540fd6f7a5d37fd03b80" checksum = "b1b8e811a6443e8d93665a5e532efa8429ea8e2052a234a82e2cd69478913310"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cfg-if 1.0.0", "cfg-if 1.0.0",
@ -4140,9 +4140,9 @@ dependencies = [
[[package]] [[package]]
name = "svm-rs-builds" name = "svm-rs-builds"
version = "0.1.11" version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebf4cc09b0dd1cd78bc8ca82c5e22bbcd0cca126ad0d584e2fc47d4dc0a3dd73" checksum = "a61ba26a7b971b10d5211b945f6d3661c883bf3e67ffb95ebb4051f14ef14b99"
dependencies = [ dependencies = [
"build_const", "build_const",
"hex", "hex",

View File

@ -45,10 +45,10 @@ cfg-if = "1.0.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies] [target.'cfg(not(target_arch = "wasm32"))'.dependencies]
home = "0.5.4" home = "0.5.4"
svm = { package = "svm-rs", version = "0.2.19", default-features = false, optional = true, features = [ svm = { package = "svm-rs", version = "0.2.20", default-features = false, optional = true, features = [
"blocking", "blocking",
] } ] }
svm-builds = { package = "svm-rs-builds", version = "0.1.11", optional = true } svm-builds = { package = "svm-rs-builds", version = "0.1.12", optional = true }
[target.'cfg(target_arch = "wasm32")'.dependencies] [target.'cfg(target_arch = "wasm32")'.dependencies]
# NOTE: this enables wasm compatibility for getrandom indirectly # NOTE: this enables wasm compatibility for getrandom indirectly