diff options
author | Satya Rohith <me@satyarohith.com> | 2024-05-17 11:08:50 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-17 05:38:50 +0000 |
commit | 20cb0e8863beb0d709adc2f41905ce3f1f465447 (patch) | |
tree | 4a07e3bf67905e14513d8372db84169d493dfc8f /tests/Cargo.toml | |
parent | 2b560be83f621af5cab1ff09fa0e76c826e6870a (diff) |
feat(serve): support `--port 0` to use an open port (#23846)
Closes https://github.com/denoland/deno/issues/23845
Diffstat (limited to 'tests/Cargo.toml')
-rw-r--r-- | tests/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Cargo.toml b/tests/Cargo.toml index fa633f607..af220aae7 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -52,6 +52,7 @@ hyper-util.workspace = true once_cell.workspace = true os_pipe.workspace = true pretty_assertions.workspace = true +regex.workspace = true serde.workspace = true test_util.workspace = true tokio.workspace = true |