summaryrefslogtreecommitdiff
path: root/test_util/Cargo.toml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-02-28 15:10:12 -0400
committerGitHub <noreply@github.com>2023-02-28 15:10:12 -0400
commitea1cb4c2fafb360949d7f2cf7db7215ef2b2e338 (patch)
tree47ca7c0c9bf331db2bd2d9d36356a2c25881a5e5 /test_util/Cargo.toml
parent4835098cf7ad2dd0641c14a2adf44ce233ba286c (diff)
chore(test): remove TestCommandOutput macros (#17975)
Diffstat (limited to 'test_util/Cargo.toml')
-rw-r--r--test_util/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml
index 3a16cdca6..93bad8594 100644
--- a/test_util/Cargo.toml
+++ b/test_util/Cargo.toml
@@ -17,6 +17,7 @@ path = "src/test_server.rs"
anyhow.workspace = true
async-stream = "0.3.3"
atty.workspace = true
+backtrace = "0.3.67"
base64.workspace = true
flate2.workspace = true
futures.workspace = true