@@ -19,7 +19,7 @@ members = [
1919
2020[workspace .package ]
2121edition = " 2024"
22- version = " 0.5.7 "
22+ version = " 0.5.8 "
2323license = " Apache-2.0"
2424homepage = " https://tansu.io"
2525repository = " https://github.com/tansu-io/tansu"
@@ -42,8 +42,6 @@ include = [
4242
4343[workspace .lints .clippy ]
4444all = { level = " warn" , priority = -1 }
45- # expect_used = "deny"
46- # unwrap_used = "deny"
4745
4846[workspace .lints .rust ]
4947deprecated_in_future = " warn"
@@ -131,20 +129,20 @@ serde = { version = "1.0", features = ["derive"] }
131129serde_json = " 1"
132130snap = " 1.1.1"
133131syn = { version = " 2.0" , features = [" full" ] }
134- tansu = { version = " 0.5.7 " , path = " tansu" , default-features = false }
135- tansu-broker = { version = " 0.5.7 " , path = " tansu-broker" , default-features = false }
136- tansu-cat = { version = " 0.5.7 " , path = " tansu-cat" , default-features = false }
137- tansu-cli = { version = " 0.5.7 " , path = " tansu-cli" , default-features = false }
138- tansu-client = { version = " 0.5.7 " , path = " tansu-client" , default-features = false }
139- tansu-generator = { version = " 0.5.7 " , path = " tansu-generator" , default-features = false }
140- tansu-model = { version = " 0.5.7 " , path = " tansu-model" , default-features = false }
141- tansu-otel = { version = " 0.5.7 " , path = " tansu-otel" , default-features = false }
142- tansu-proxy = { version = " 0.5.7 " , path = " tansu-proxy" , default-features = false }
143- tansu-sans-io = { version = " 0.5.7 " , path = " tansu-sans-io" , default-features = false }
144- tansu-schema = { version = " 0.5.7 " , path = " tansu-schema" , default-features = false }
145- tansu-service = { version = " 0.5.7 " , path = " tansu-service" , default-features = false }
146- tansu-storage = { version = " 0.5.7 " , path = " tansu-storage" , default-features = false }
147- tansu-topic = { version = " 0.5.7 " , path = " tansu-topic" , default-features = false }
132+ tansu = { version = " 0.5.8 " , path = " tansu" , default-features = false }
133+ tansu-broker = { version = " 0.5.8 " , path = " tansu-broker" , default-features = false }
134+ tansu-cat = { version = " 0.5.8 " , path = " tansu-cat" , default-features = false }
135+ tansu-cli = { version = " 0.5.8 " , path = " tansu-cli" , default-features = false }
136+ tansu-client = { version = " 0.5.8 " , path = " tansu-client" , default-features = false }
137+ tansu-generator = { version = " 0.5.8 " , path = " tansu-generator" , default-features = false }
138+ tansu-model = { version = " 0.5.8 " , path = " tansu-model" , default-features = false }
139+ tansu-otel = { version = " 0.5.8 " , path = " tansu-otel" , default-features = false }
140+ tansu-proxy = { version = " 0.5.8 " , path = " tansu-proxy" , default-features = false }
141+ tansu-sans-io = { version = " 0.5.8 " , path = " tansu-sans-io" , default-features = false }
142+ tansu-schema = { version = " 0.5.8 " , path = " tansu-schema" , default-features = false }
143+ tansu-service = { version = " 0.5.8 " , path = " tansu-service" , default-features = false }
144+ tansu-storage = { version = " 0.5.8 " , path = " tansu-storage" , default-features = false }
145+ tansu-topic = { version = " 0.5.8 " , path = " tansu-topic" , default-features = false }
148146tempfile = " 3"
149147thiserror = " 2.0"
150148time = { version = " 0.3.37" , features = [" formatting" , " macros" ] }
0 commit comments