From cd565bbda0be46390b232ab0d6ec73cc3b9a2ea6 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Tue, 5 May 2026 16:51:19 -0400 Subject: [PATCH] chore: update example to use latest version of ckanaction --- examples/status-show/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/status-show/Cargo.toml b/examples/status-show/Cargo.toml index 91bcffc..5468e13 100644 --- a/examples/status-show/Cargo.toml +++ b/examples/status-show/Cargo.toml @@ -4,5 +4,5 @@ version = "0.1.0" edition = "2024" [dependencies] -ckanaction = "0.1.3" +ckanaction = "0.2.0" tokio = { version = "1.49.0", features = ["full"] }