@@ -38,21 +38,21 @@ resolver = "2"
3838
3939[workspace .dependencies ]
4040# Local dependencies
41- agntcy-slim = { path = " crates/slim" , version = " 2.0.0-alpha.2 " }
42- agntcy-slim-auth = { path = " crates/auth" , version = " 0.11.0 " }
43- agntcy-slim-config = { path = " crates/config" , version = " 0.12.0 " }
44- agntcy-slim-control-plane = { path = " crates/control-plane" , version = " 2.0.0-alpha.2 " }
45- agntcy-slim-controller = { path = " crates/controller" , version = " 0.10 .0" }
46- agntcy-slim-datapath = { path = " crates/datapath" , version = " 0.16.1 " }
47- agntcy-slim-mls = { path = " crates/mls" , version = " 0.2.1 " }
48- agntcy-slim-proto = { path = " crates/proto" , version = " 0.2 .0" }
49- agntcy-slim-service = { path = " crates/service" , version = " 0.11.0 " , default-features = false }
50- agntcy-slim-session = { path = " crates/session" , version = " 0.5.0 " }
51- agntcy-slim-signal = { path = " crates/signal" , version = " 0.1.10 " }
41+ agntcy-slim = { path = " crates/slim" , version = " 2.0.0-alpha.3 " }
42+ agntcy-slim-auth = { path = " crates/auth" , version = " 0.11.1 " }
43+ agntcy-slim-config = { path = " crates/config" , version = " 0.12.1 " }
44+ agntcy-slim-control-plane = { path = " crates/control-plane" , version = " 2.0.0-alpha.3 " }
45+ agntcy-slim-controller = { path = " crates/controller" , version = " 0.11 .0" }
46+ agntcy-slim-datapath = { path = " crates/datapath" , version = " 0.16.2 " }
47+ agntcy-slim-mls = { path = " crates/mls" , version = " 0.2.2 " }
48+ agntcy-slim-proto = { path = " crates/proto" , version = " 0.3 .0" }
49+ agntcy-slim-service = { path = " crates/service" , version = " 0.11.1 " , default-features = false }
50+ agntcy-slim-session = { path = " crates/session" , version = " 0.5.1 " }
51+ agntcy-slim-signal = { path = " crates/signal" , version = " 0.1.11 " }
5252agntcy-slim-testing = { path = " crates/testing" }
53- agntcy-slim-tracing = { path = " crates/tracing" , version = " 0.4.2 " }
54- agntcy-slim-version = { path = " crates/version" , version = " 2.0.0-alpha.2 " }
55- agntcy-slimctl = { path = " crates/slimctl" , version = " 2.0.0-alpha.2 " }
53+ agntcy-slim-tracing = { path = " crates/tracing" , version = " 0.4.3 " }
54+ agntcy-slim-version = { path = " crates/version" , version = " 2.0.0-alpha.3 " }
55+ agntcy-slimctl = { path = " crates/slimctl" , version = " 2.0.0-alpha.3 " }
5656anyhow = " 1.0.103"
5757
5858arc-swap = " 1.9.1"
@@ -213,7 +213,7 @@ wiremock = "0.6"
213213x25519-dalek = { version = " 2" , default-features = false , features = [" static_secrets" ] }
214214
215215[workspace .package ]
216- version = " 2.0.0-alpha.2 "
216+ version = " 2.0.0-alpha.3 "
217217license = " Apache-2.0"
218218edition = " 2024"
219219repository = " https://github.com/agntcy/slim"
0 commit comments