@@ -19,7 +19,7 @@ members = [
1919
2020[workspace .package ]
2121edition = " 2024"
22- version = " 0.5.10 "
22+ version = " 0.5.11 "
2323license = " Apache-2.0"
2424homepage = " https://tansu.io"
2525repository = " https://github.com/tansu-io/tansu"
@@ -131,21 +131,21 @@ serde = { version = "1.0", features = ["derive"] }
131131serde_json = " 1"
132132snap = " 1.1.1"
133133syn = { version = " 2.0" , features = [" full" ] }
134- tansu = { version = " 0.5.10 " , path = " tansu" , default-features = false }
135- tansu-broker = { version = " 0.5.10 " , path = " tansu-broker" , default-features = false }
136- tansu-cat = { version = " 0.5.10 " , path = " tansu-cat" , default-features = false }
137- tansu-cli = { version = " 0.5.10 " , path = " tansu-cli" , default-features = false }
138- tansu-client = { version = " 0.5.10 " , path = " tansu-client" , default-features = false }
139- tansu-generator = { version = " 0.5.10 " , path = " tansu-generator" , default-features = false }
140- tansu-model = { version = " 0.5.10 " , path = " tansu-model" , default-features = false }
141- tansu-otel = { version = " 0.5.10 " , path = " tansu-otel" , default-features = false }
142- tansu-perf = { version = " 0.5.10 " , path = " tansu-perf" , default-features = false }
143- tansu-proxy = { version = " 0.5.10 " , path = " tansu-proxy" , default-features = false }
144- tansu-sans-io = { version = " 0.5.10 " , path = " tansu-sans-io" , default-features = false }
145- tansu-schema = { version = " 0.5.10 " , path = " tansu-schema" , default-features = false }
146- tansu-service = { version = " 0.5.10 " , path = " tansu-service" , default-features = false }
147- tansu-storage = { version = " 0.5.10 " , path = " tansu-storage" , default-features = false }
148- tansu-topic = { version = " 0.5.10 " , path = " tansu-topic" , default-features = false }
134+ tansu = { version = " 0.5.11 " , path = " tansu" , default-features = false }
135+ tansu-broker = { version = " 0.5.11 " , path = " tansu-broker" , default-features = false }
136+ tansu-cat = { version = " 0.5.11 " , path = " tansu-cat" , default-features = false }
137+ tansu-cli = { version = " 0.5.11 " , path = " tansu-cli" , default-features = false }
138+ tansu-client = { version = " 0.5.11 " , path = " tansu-client" , default-features = false }
139+ tansu-generator = { version = " 0.5.11 " , path = " tansu-generator" , default-features = false }
140+ tansu-model = { version = " 0.5.11 " , path = " tansu-model" , default-features = false }
141+ tansu-otel = { version = " 0.5.11 " , path = " tansu-otel" , default-features = false }
142+ tansu-perf = { version = " 0.5.11 " , path = " tansu-perf" , default-features = false }
143+ tansu-proxy = { version = " 0.5.11 " , path = " tansu-proxy" , default-features = false }
144+ tansu-sans-io = { version = " 0.5.11 " , path = " tansu-sans-io" , default-features = false }
145+ tansu-schema = { version = " 0.5.11 " , path = " tansu-schema" , default-features = false }
146+ tansu-service = { version = " 0.5.11 " , path = " tansu-service" , default-features = false }
147+ tansu-storage = { version = " 0.5.11 " , path = " tansu-storage" , default-features = false }
148+ tansu-topic = { version = " 0.5.11 " , path = " tansu-topic" , default-features = false }
149149tempfile = " 3"
150150thiserror = " 2.0"
151151time = { version = " 0.3.37" , features = [" formatting" , " macros" ] }
0 commit comments