mirror of
https://github.com/fluencelabs/marine.git
synced 2025-06-25 12:41:38 +00:00
chore(deps): update all non-major rust dependencies (#211)
* chore(deps): update all non-major rust dependencies
* fix build
* fmt
* update generated code in marine-js
* bump marine-runtime version
* update gitignore
* Revert "bump marine-runtime version"
This reverts commit 7cf9f0b6d4
.
* bump versions
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Valery Antopol <valery.antopol@gmail.com>
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "marine-module-interface"
|
||||
description = "Fluence Marine module interface"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
authors = ["Fluence Labs"]
|
||||
license = "Apache-2.0"
|
||||
edition = "2018"
|
||||
@ -13,12 +13,12 @@ path = "src/lib.rs"
|
||||
[dependencies]
|
||||
marine-it-interfaces = { path = "../it-interfaces", version = "0.7.3" }
|
||||
|
||||
anyhow = "1.0.64"
|
||||
anyhow = "1.0.66"
|
||||
walrus = "0.19.0"
|
||||
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.24.1" }
|
||||
nom = "5.1"
|
||||
|
||||
itertools = "0.10.3"
|
||||
semver = "1.0.13"
|
||||
serde = "1.0.144"
|
||||
thiserror = "1.0.34"
|
||||
itertools = "0.10.5"
|
||||
semver = "1.0.14"
|
||||
serde = "1.0.147"
|
||||
thiserror = "1.0.37"
|
||||
|
Reference in New Issue
Block a user