chore(deps): bump svm-rs 0.2.18 (#1715)

This commit is contained in:
Matthias Seitz 2022-09-19 19:51:40 +02:00 committed by GitHub
parent fa55ee8c3f
commit 06d939fe2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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 }