mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-22 14:55:41 +00:00
Make unbounded channels size warning exact (part 2) (#13504)
This commit is contained in:
Generated
+3
-1
@@ -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",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user