diff options
Diffstat (limited to 'test_util')
-rw-r--r-- | test_util/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index c1b4f51ec..456a2ec80 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -17,7 +17,7 @@ lazy_static = "1.4.0" os_pipe = "0.9.2" regex = "1.3.9" tempfile = "3.1.0" -warp = { version = "0.2.4", features = ["tls"] } +warp = { version = "0.2.5", features = ["tls"] } [target.'cfg(unix)'.dependencies] pty = "0.2.2" |