summaryrefslogtreecommitdiff
path: root/test_util
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-03-11 13:20:14 -0500
committerGitHub <noreply@github.com>2022-03-11 13:20:14 -0500
commit32c059544be40987a445f13cc3c7ba585f47889e (patch)
tree21e6e0e34c2972908c0f5e1925ac238c69bc23f6 /test_util
parentb198bfd7950ce3f20aeaef265be59ff038fc4e11 (diff)
chore(test): fix flaky tasks (#13916)
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 9567e68a4..bb9b61fca 100644
--- a/test_util/Cargo.toml
+++ b/test_util/Cargo.toml
@@ -19,7 +19,7 @@ base64 = "0.13.0"
futures = "0.3.21"
hyper = { version = "0.14.12", features = ["server", "http1", "http2", "runtime"] }
lazy_static = "1.4.0"
-os_pipe = "0.9.2"
+os_pipe = "1.0.1"
regex = "1.5.5"
rustls-pemfile = "0.2.1"
serde = { version = "1.0.126", features = ["derive"] }