fix(deps): update rust crate marine-rs-sdk to 0.10.0 (#640)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Valery Antopol <valery.antopol@gmail.com>
Co-authored-by: Ivan Boldyrev <ivan@fluence.one>
This commit is contained in:
renovate[bot]
2023-09-19 17:04:40 +07:00
committed by GitHub
parent bd80a127ea
commit b713e447fc
15 changed files with 390 additions and 200 deletions

View File

@ -15,7 +15,7 @@ name = "air_interpreter_interface"
path = "src/lib.rs"
[dependencies]
marine-rs-sdk = { version = "0.8.1", optional = true }
marine-rs-sdk = {version = "0.10.0", optional = true }
fluence-it-types = { version = "0.4.1", optional = true }
serde = "1.0.164"