diff --git a/Cargo.lock b/Cargo.lock index 63d6abf..2b9d81f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 4 [[package]] name = "act-sdk" -version = "0.2.3" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "760b3eaab0647123316d848846d22ed0cb235430603e9aba15ca614d6a16d5a6" +checksum = "190ac12848a4401bb6f5c5742e324d583099a4609ccdd710cd09eac5839adf40" dependencies = [ "act-sdk-macros", "act-types", diff --git a/Cargo.toml b/Cargo.toml index b11ef5b..239264d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] -act-sdk = "0.2.3" +act-sdk = "0.2.8" wit-bindgen = { version = "0.54", features = ["async-spawn"] } serde = { version = "1", features = ["derive"] } schemars = "1"