diff --git a/Cargo.toml b/Cargo.toml index 43e85f4..6fd7c4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ trybuild = "1.0" [dependencies] marine-test-macro = { path = "crates/marine-test-macro", version = "=0.7.1" } marine-build-rs-generator = { path = "crates/marine-build-rs-generator", version = "=0.7.1" } -fluence-app-service = { version = "0.20.0", features = ["raw-module-api"] } +fluence-app-service = { version = "0.21.0", features = ["raw-module-api"] } serde = { version = "1.0.144", features = ["derive"] } serde_json = "1.0.85" diff --git a/crates/marine-test-macro-impl/Cargo.toml b/crates/marine-test-macro-impl/Cargo.toml index af81197..ef0012b 100644 --- a/crates/marine-test-macro-impl/Cargo.toml +++ b/crates/marine-test-macro-impl/Cargo.toml @@ -14,7 +14,7 @@ license = "Apache-2.0" all-features = true [dependencies] -fluence-app-service = { version = "0.20.0", features = ["raw-module-api"] } +fluence-app-service = { version = "0.21.0", features = ["raw-module-api"] } marine-it-parser = "0.9.1" itertools = "0.10.3" darling = "0.14.1"