fix(deps): update rust crate marine-runtime to 0.25.0 (#498)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-03-07 11:05:12 +03:00 committed by GitHub
parent c985e39824
commit 8c25dbe8f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 3 deletions

32
Cargo.lock generated
View File

@ -365,7 +365,7 @@ dependencies = [
"eyre",
"log",
"maplit",
"marine-runtime",
"marine-runtime 0.25.0",
"parking_lot 0.12.1",
"polyplets",
"serde",
@ -1177,7 +1177,7 @@ dependencies = [
"log",
"maplit",
"marine-min-it-version",
"marine-runtime",
"marine-runtime 0.24.1",
"serde",
"serde_derive",
"serde_json",
@ -1831,6 +1831,34 @@ dependencies = [
"wasmer-wasi-fl",
]
[[package]]
name = "marine-runtime"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c18411817a9bcfcc6e6322d12c91d5f6265dd9dc16b696e1c7703e47d2a23b7"
dependencies = [
"bytesize",
"it-json-serde",
"itertools",
"log",
"marine-core",
"marine-module-interface",
"marine-rs-sdk",
"marine-rs-sdk-main",
"marine-utils",
"safe-transmute",
"serde",
"serde_derive",
"serde_json",
"serde_with",
"thiserror",
"toml",
"wasmer-interface-types-fl",
"wasmer-runtime-core-fl",
"wasmer-runtime-fl",
"wasmer-wasi-fl",
]
[[package]]
name = "marine-timestamp-macro"
version = "0.7.1"

View File

@ -18,7 +18,7 @@ path = "src/lib.rs"
air-interpreter-interface = { version = "0.12.1", path = "../../crates/air-lib/interpreter-interface" }
air-utils = { version = "0.1.0", path = "../../crates/air-lib/utils" }
avm-data-store = { version = "0.6.0", path = "../../crates/data-store" }
marine-runtime = "0.24.1"
marine-runtime = "0.25.0"
polyplets = { version = "0.3.2", path = "../../crates/air-lib/polyplets" }
avm-interface = { version = "0.28.2", path = "../../avm/interface" }