Skip to content

Commit

Permalink
Revert "chore: Allow dirs and dirs-sys in tonic project"
Browse files Browse the repository at this point in the history
This reverts commit aea6bb3.
  • Loading branch information
tottoto committed Sep 8, 2023
1 parent 2f0ec34 commit bc2ea9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ deny = [
# color-backtrace is nice but brings in too many dependencies and that are often outdated, so not worth it for us.
{ name = "color-backtrace" },

# dirs crate has a lot of dependencies and there are better alternatives
{ name = "dirs" },
{ name = "dirs-sys" },

# deprecated
{ name = "quickersort" },

Expand Down

0 comments on commit bc2ea9a

Please sign in to comment.