@@ -19,7 +19,7 @@ members = [
1919
2020[workspace .package ]
2121edition = " 2024"
22- version = " 0.5.4 "
22+ version = " 0.5.5 "
2323license = " Apache-2.0"
2424homepage = " https://tansu.io"
2525repository = " https://github.com/tansu-io/tansu"
@@ -127,20 +127,20 @@ serde = { version = "1.0", features = ["derive"] }
127127serde_json = " 1"
128128snap = " 1.1.1"
129129syn = { version = " 2.0" , features = [" full" ] }
130- tansu = { version = " 0.5.4 " , path = " tansu" , default-features = false }
131- tansu-broker = { version = " 0.5.4 " , path = " tansu-broker" , default-features = false }
132- tansu-cat = { version = " 0.5.4 " , path = " tansu-cat" , default-features = false }
133- tansu-cli = { version = " 0.5.4 " , path = " tansu-cli" , default-features = false }
134- tansu-client = { version = " 0.5.4 " , path = " tansu-client" , default-features = false }
135- tansu-generator = { version = " 0.5.4 " , path = " tansu-generator" , default-features = false }
136- tansu-model = { version = " 0.5.4 " , path = " tansu-model" , default-features = false }
137- tansu-otel = { version = " 0.5.4 " , path = " tansu-otel" , default-features = false }
138- tansu-proxy = { version = " 0.5.4 " , path = " tansu-proxy" , default-features = false }
139- tansu-sans-io = { version = " 0.5.4 " , path = " tansu-sans-io" , default-features = false }
140- tansu-schema = { version = " 0.5.4 " , path = " tansu-schema" , default-features = false }
141- tansu-service = { version = " 0.5.4 " , path = " tansu-service" , default-features = false }
142- tansu-storage = { version = " 0.5.4 " , path = " tansu-storage" , default-features = false }
143- tansu-topic = { version = " 0.5.4 " , path = " tansu-topic" , default-features = false }
130+ tansu = { version = " 0.5.5 " , path = " tansu" , default-features = false }
131+ tansu-broker = { version = " 0.5.5 " , path = " tansu-broker" , default-features = false }
132+ tansu-cat = { version = " 0.5.5 " , path = " tansu-cat" , default-features = false }
133+ tansu-cli = { version = " 0.5.5 " , path = " tansu-cli" , default-features = false }
134+ tansu-client = { version = " 0.5.5 " , path = " tansu-client" , default-features = false }
135+ tansu-generator = { version = " 0.5.5 " , path = " tansu-generator" , default-features = false }
136+ tansu-model = { version = " 0.5.5 " , path = " tansu-model" , default-features = false }
137+ tansu-otel = { version = " 0.5.5 " , path = " tansu-otel" , default-features = false }
138+ tansu-proxy = { version = " 0.5.5 " , path = " tansu-proxy" , default-features = false }
139+ tansu-sans-io = { version = " 0.5.5 " , path = " tansu-sans-io" , default-features = false }
140+ tansu-schema = { version = " 0.5.5 " , path = " tansu-schema" , default-features = false }
141+ tansu-service = { version = " 0.5.5 " , path = " tansu-service" , default-features = false }
142+ tansu-storage = { version = " 0.5.5 " , path = " tansu-storage" , default-features = false }
143+ tansu-topic = { version = " 0.5.5 " , path = " tansu-topic" , default-features = false }
144144tempfile = " 3"
145145thiserror = " 2.0"
146146time = { version = " 0.3.37" , features = [" formatting" , " macros" ] }
0 commit comments