summaryrefslogtreecommitdiff
path: root/test_util
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2020-09-13 23:29:23 +0200
committerBert Belder <bertbelder@gmail.com>2020-09-14 00:20:56 +0200
commit530f48d2fda74c2329fd293c516a583e316024cb (patch)
tree81b7785d7140305b07d6628cc67d40a06ce4a817 /test_util
parentb3fa81f867f933df41f274bd8eec10dddf1b1b28 (diff)
Upgrade Rust crates, pin 'webpki-roots' to version 0.19.0 (#7454)
Diffstat (limited to 'test_util')
-rw-r--r--test_util/Cargo.toml2
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"