11[package ]
22name = " clockwork-cli"
3- version = " 2.0.18 "
3+ version = " 2.0.19 "
44description = " Command line interface for Clockwork"
55edition = " 2021"
66license = " AGPL-3.0-or-later"
@@ -18,13 +18,13 @@ anyhow = "1.0.61"
1818bincode = " 1.3.3"
1919bzip2 = " 0.4"
2020clap = { version = " 3.1.2" , features = [" derive" ] }
21- clockwork-cron = { path = " ../cron" , version = " =2.0.18 " }
22- clockwork-network-program = { path = " ../programs/network" , version = " =2.0.18 " , features = [" no-entrypoint" ] }
23- clockwork-relayer-api = { path = " ../relayer/api" , version = " =2.0.18 " }
24- clockwork-plugin-utils = { path = " ../plugin/utils" , version = " =2.0.18 " }
25- clockwork-thread-program = { path = " ../programs/thread" , version = " =2.0.18 " , features = [" no-entrypoint" ] }
26- clockwork-utils = { path = " ../utils" , version = " =2.0.18 " }
27- clockwork-webhook-program = { path = " ../programs/webhook" , version = " =2.0.18 " , features = [" no-entrypoint" ] }
21+ clockwork-cron = { path = " ../cron" , version = " =2.0.19 " }
22+ clockwork-network-program = { path = " ../programs/network" , version = " =2.0.19 " , features = [" no-entrypoint" ] }
23+ clockwork-relayer-api = { path = " ../relayer/api" , version = " =2.0.19 " }
24+ clockwork-plugin-utils = { path = " ../plugin/utils" , version = " =2.0.19 " }
25+ clockwork-thread-program = { path = " ../programs/thread" , version = " =2.0.19 " , features = [" no-entrypoint" ] }
26+ clockwork-utils = { path = " ../utils" , version = " =2.0.19 " }
27+ clockwork-webhook-program = { path = " ../programs/webhook" , version = " =2.0.19 " , features = [" no-entrypoint" ] }
2828chrono = { version = " 0.4.19" , default-features = false , features = [" alloc" ] }
2929dirs-next = " 2.0.0"
3030indicatif = " 0.16"
0 commit comments