From 530f48d2fda74c2329fd293c516a583e316024cb Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Sun, 13 Sep 2020 23:29:23 +0200 Subject: Upgrade Rust crates, pin 'webpki-roots' to version 0.19.0 (#7454) --- test_util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_util') 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" -- cgit v1.2.3