@@ -39,20 +39,20 @@ resolver = "2"
3939
4040[workspace .dependencies ]
4141# Local dependencies
42- agntcy-slim = { path = " crates/slim" , version = " 2.0.0-alpha.1 " }
43- agntcy-slim-auth = { path = " crates/auth" , version = " 0.10 .0" }
44- agntcy-slim-config = { path = " crates/config" , version = " 0.11.0 " }
45- agntcy-slim-controller = { path = " crates/controller" , version = " 0.8 .0" }
46- agntcy-slim-datapath = { path = " crates/datapath" , version = " 0.15 .0" }
47- agntcy-slim-mls = { path = " crates/mls" , version = " 0.2.0 " }
42+ agntcy-slim = { path = " crates/slim" , version = " 2.0.0-alpha.2 " }
43+ agntcy-slim-auth = { path = " crates/auth" , version = " 0.11 .0" }
44+ agntcy-slim-config = { path = " crates/config" , version = " 0.11.1 " }
45+ agntcy-slim-controller = { path = " crates/controller" , version = " 0.9 .0" }
46+ agntcy-slim-datapath = { path = " crates/datapath" , version = " 0.16 .0" }
47+ agntcy-slim-mls = { path = " crates/mls" , version = " 0.2.1 " }
4848agntcy-slim-proto = { path = " crates/proto" , version = " 0.1.0" }
49- agntcy-slim-service = { path = " crates/service" , version = " 0.10.0 " , default-features = false }
50- agntcy-slim-session = { path = " crates/session" , version = " 0.3 .0" }
51- agntcy-slim-signal = { path = " crates/signal" , version = " 0.1.10 " }
49+ agntcy-slim-service = { path = " crates/service" , version = " 0.10.1 " , default-features = false }
50+ agntcy-slim-session = { path = " crates/session" , version = " 0.4 .0" }
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.0 " }
54- agntcy-slim-version = { path = " crates/version" , version = " 2.0.0-alpha.1 " }
55- agntcy-slimctl = { path = " crates/slimctl" , version = " 2.0.0-alpha.1 " }
53+ agntcy-slim-tracing = { path = " crates/tracing" , version = " 0.4.1 " }
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 " }
5656anyhow = " 1.0.98"
5757
5858arc-swap = " 1.9.1"
@@ -205,7 +205,7 @@ web-time = "1"
205205wiremock = " 0.6"
206206
207207[workspace .package ]
208- version = " 2.0.0-alpha.1 "
208+ version = " 2.0.0-alpha.2 "
209209license = " Apache-2.0"
210210edition = " 2024"
211211repository = " https://github.com/agntcy/slim"
0 commit comments