diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-07-28 15:10:13 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-28 15:10:13 +0530 |
commit | bddf5acf895ed764074a1bb2a8ab124dd70fd313 (patch) | |
tree | 89945b26b09a2c7201b0514b86bf9b7079638554 /cli | |
parent | 5cb1d18439f562c8004a941b0f56ed034a44b052 (diff) |
chore: remove unused dependencies (#19962)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 88ec8050a..3fb22eee1 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -125,7 +125,6 @@ nix.workspace = true [dev-dependencies] deno_bench_util.workspace = true -dotenv = "=0.15.0" flaky_test = "=0.1.0" once_cell.workspace = true os_pipe.workspace = true |