@@ -27,12 +27,12 @@ animus-plugin-protocol = { workspace = true }
2727# All animus-protocol git deps pin the SAME tag (v0.1.26) so the transitively
2828# pulled `animus-subject-protocol` resolves to ONE source rev. v0.1.26 additively
2929# adds `actor: Option<Actor>` to the control request types relayed by the daemon.
30- animus-control-protocol = { git = " https://github.com/launchapp-dev/animus-protocol" , tag = " v0.7.0-rc.2 " }
31- animus-log-storage-protocol = { git = " https://github.com/launchapp-dev/animus-protocol" , tag = " v0.7.0-rc.2 " }
30+ animus-control-protocol = { git = " https://github.com/launchapp-dev/animus-protocol" , tag = " v0.7.0-rc.3 " }
31+ animus-log-storage-protocol = { git = " https://github.com/launchapp-dev/animus-protocol" , tag = " v0.7.0-rc.3 " }
3232animus-actor = { workspace = true }
3333# Subject / SubjectChangedEvent share the same v0.1.26 surface as the
3434# control-protocol (one source rev so the protocol versions stay in lockstep).
35- animus-subject-protocol-wire = { package = " animus-subject-protocol" , git = " https://github.com/launchapp-dev/animus-protocol" , tag = " v0.7.0-rc.2 " }
35+ animus-subject-protocol-wire = { package = " animus-subject-protocol" , git = " https://github.com/launchapp-dev/animus-protocol" , tag = " v0.7.0-rc.3 " }
3636protocol = { workspace = true }
3737serde = { version = " 1.0" , features = [" derive" ] }
3838serde_json = " 1.0"
@@ -51,14 +51,14 @@ interprocess = "2.4"
5151protocol = { workspace = true , features = [" test-utils" ] }
5252tempfile = " 3"
5353tokio = { version = " 1" , features = [" io-util" , " macros" , " process" , " rt" , " signal" , " test-util" , " time" ] }
54- animus-control-protocol = { git = " https://github.com/launchapp-dev/animus-protocol" , tag = " v0.7.0-rc.2 " , features = [" client" ] }
54+ animus-control-protocol = { git = " https://github.com/launchapp-dev/animus-protocol" , tag = " v0.7.0-rc.3 " , features = [" client" ] }
5555async-trait = " 0.1"
5656chrono = { version = " 0.4" , features = [" serde" ] }
5757futures-core = " 0.3"
5858futures-util = " 0.3"
5959serde_json = " 1.0"
6060uuid = { version = " 1" , features = [" v4" ] }
61- animus-subject-protocol-wire = { package = " animus-subject-protocol" , git = " https://github.com/launchapp-dev/animus-protocol" , tag = " v0.7.0-rc.2 " }
61+ animus-subject-protocol-wire = { package = " animus-subject-protocol" , git = " https://github.com/launchapp-dev/animus-protocol" , tag = " v0.7.0-rc.3 " }
6262animus-runtime-shared = { workspace = true }
6363
6464[lints ]
0 commit comments