diff options
Diffstat (limited to 'test_util/Cargo.toml')
-rw-r--r-- | test_util/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index db42c0856..50ccc8dec 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -20,6 +20,7 @@ futures = "0.3.21" hyper = { version = "0.14.12", features = ["server", "http1", "http2", "runtime"] } lazy_static = "1.4.0" os_pipe = "1.0.1" +parking_lot = "0.11.1" pretty_assertions = "=1.2.0" regex = "1.5.5" rustls-pemfile = "0.2.1" |