@@ -97,7 +97,7 @@ aws-smithy-types = "0.55"
97
97
aws-endpoint = " 0.55"
98
98
aws-types = " 0.55"
99
99
etcd-client = { package = " madsim-etcd-client" , version = " 0.4" }
100
- futures-async-stream = " 0.2"
100
+ futures-async-stream = " 0.2.9 "
101
101
hytra = " 0.1"
102
102
rdkafka = { package = " madsim-rdkafka" , version = " 0.3.0" , features = [
103
103
" cmake-build" ,
@@ -165,6 +165,8 @@ unused_must_use = "forbid"
165
165
future_incompatible = " warn"
166
166
nonstandard_style = " warn"
167
167
rust_2018_idioms = " warn"
168
+ # Backward compatibility is not important for an application.
169
+ async_fn_in_trait = " allow"
168
170
169
171
[workspace .lints .clippy ]
170
172
uninlined_format_args = " allow"
@@ -229,12 +231,17 @@ opt-level = 2
229
231
incremental = false
230
232
debug = 1
231
233
232
- # Patch third-party crates for deterministic simulation.
233
234
[patch .crates-io ]
235
+ # Patch third-party crates for deterministic simulation.
234
236
quanta = { git = " https://github.com/madsim-rs/quanta.git" , rev = " 948bdc3" }
235
237
getrandom = { git = " https://github.com/madsim-rs/getrandom.git" , rev = " 8daf97e" }
236
238
tokio-stream = { git = " https://github.com/madsim-rs/tokio.git" , rev = " fe39bb8e" }
237
239
tokio-retry = { git = " https://github.com/madsim-rs/rust-tokio-retry.git" , rev = " 95e2fd3" }
238
240
tokio-postgres = { git = " https://github.com/madsim-rs/rust-postgres.git" , rev = " ac00d88" }
239
241
# patch: unlimit 4MB message size for grpc client
240
242
etcd-client = { git = " https://github.com/risingwavelabs/etcd-client.git" , rev = " 4e84d40" }
243
+
244
+ # Patch for coverage_attribute.
245
+ # https://github.com/sgodwincs/dlv-list-rs/pull/19#issuecomment-1774786289
246
+ dlv-list = { git = " https://github.com/sgodwincs/dlv-list-rs.git" , rev = " 5bbc5d0" }
247
+ ordered-multimap = { git = " https://github.com/risingwavelabs/ordered-multimap-rs.git" , rev = " 19c743f" }
0 commit comments