mirror of
https://github.com/Cuprate/cuprate.git
synced 2025-01-22 02:34:31 +00:00
fix txpool tests
This commit is contained in:
parent
a2fdf94aed
commit
1d2a90281a
3 changed files with 3 additions and 0 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -965,6 +965,7 @@ dependencies = [
|
|||
"tempfile",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
"tower 0.5.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -38,6 +38,7 @@ serde = { workspace = true, optional = true }
|
|||
cuprate-test-utils = { workspace = true }
|
||||
|
||||
tokio = { workspace = true }
|
||||
tower = { workspace = true }
|
||||
tempfile = { workspace = true }
|
||||
hex-literal = { workspace = true }
|
||||
|
||||
|
|
|
@ -25,4 +25,5 @@ mod test {
|
|||
use hex_literal as _;
|
||||
use tempfile as _;
|
||||
use tokio as _;
|
||||
use tower as _;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue