diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2024-08-01 08:35:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-01 08:35:35 -0400 |
commit | c79cb339ef74e671c39f4bb13879b281eadd9aaa (patch) | |
tree | a3e6a8002d456c87e9478b63b07a9389722165d3 /tests/Cargo.toml | |
parent | 8e6b06b89d47c0ce27c2f959be6d8d48ffab5ebf (diff) |
chore: upgrade flaky_test, fastwebsockets, base64, base32, notify (#24746)
Diffstat (limited to 'tests/Cargo.toml')
-rw-r--r-- | tests/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Cargo.toml b/tests/Cargo.toml index daef13dc7..0c14b6993 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -45,7 +45,7 @@ deno_terminal.workspace = true deno_tls.workspace = true fastwebsockets = { workspace = true, features = ["upgrade", "unstable-split"] } file_test_runner = "0.7.2" -flaky_test = "=0.1.0" +flaky_test = "=0.2.2" http.workspace = true http-body-util.workspace = true hyper.workspace = true |