11[package ]
22name = " clockwork_plugin"
3- version = " 2.0.15 "
3+ version = " 2.0.16 "
44# this needs to match whatever solana uses!
55rust-version = " 1.60.0"
66edition = " 2021"
@@ -26,14 +26,14 @@ bincode = "1.3.3"
2626bs58 = " 0.4.0"
2727bugsnag = " 0.2.1"
2828chrono = { version = " 0.4.19" , default-features = false , features = [" alloc" ] }
29- clockwork-cron = { path = " ../cron" , version = " =2.0.15 " }
30- clockwork-network-program = { path = " ../programs/network" , version = " =2.0.15 " }
31- clockwork-plugin-utils = { path = " utils" , version = " =2.0.15 " }
32- clockwork-relayer-api = { path = " ../relayer/api" , version = " =2.0.15 " }
33- clockwork-thread-program = { package = " clockwork-thread-program" , path = " ../programs/thread" , version = " =2.0.15 " }
29+ clockwork-cron = { path = " ../cron" , version = " =2.0.16 " }
30+ clockwork-network-program = { path = " ../programs/network" , version = " =2.0.16 " }
31+ clockwork-plugin-utils = { path = " utils" , version = " =2.0.16 " }
32+ clockwork-relayer-api = { path = " ../relayer/api" , version = " =2.0.16 " }
33+ clockwork-thread-program = { package = " clockwork-thread-program" , path = " ../programs/thread" , version = " =2.0.16 " }
3434clockwork-thread-program-v1 = { package = " clockwork-thread-program-v1" , path = " ../programs/thread/v1" , version = " =1.4.4" }
35- clockwork-webhook-program = { path = " ../programs/webhook" , version = " =2.0.15 " }
36- clockwork-utils = { path = " ../utils" , version = " =2.0.15 " }
35+ clockwork-webhook-program = { path = " ../programs/webhook" , version = " =2.0.16 " }
36+ clockwork-utils = { path = " ../utils" , version = " =2.0.16 " }
3737lazy_static = " 1.4.0"
3838log = " 0.4"
3939prost = " 0.10.0"
0 commit comments