diff --git a/transaction-pool/Cargo.toml b/transaction-pool/Cargo.toml index a0de36b27..fcd193618 100644 --- a/transaction-pool/Cargo.toml +++ b/transaction-pool/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" [dependencies] log = "0.4.8" -smallvec = "0.6.10" +smallvec = "1.6.0" trace-time = { path = "../trace-time", version = "0.1" } [dev-dependencies]