Make unbounded channels size warning exact (part 2) (#13504)

This commit is contained in:
Dmitry Markin
2023-03-07 10:57:26 +03:00
committed by GitHub
parent 58d1d9e117
commit 3118026576
14 changed files with 216 additions and 347 deletions
+3 -1
View File
@@ -9231,6 +9231,7 @@ name = "sc-service-test"
version = "2.0.0"
dependencies = [
"array-bytes",
"async-channel",
"fdlimit",
"futures",
"log",
@@ -9435,13 +9436,14 @@ dependencies = [
name = "sc-utils"
version = "4.0.0-dev"
dependencies = [
"backtrace",
"async-channel",
"futures",
"futures-timer",
"lazy_static",
"log",
"parking_lot 0.12.1",
"prometheus",
"sp-arithmetic",
"tokio-test",
]