Update dependencies (#5513)

This commit is contained in:
Alphyr
2023-02-14 20:45:15 +01:00
committed by GitHub
parent 49a89f91e5
commit cb150d37ce
8 changed files with 51 additions and 32 deletions

View File

@@ -39,4 +39,8 @@ skip-tree = [
# This is somewhat unmaintained at this point and seems to pull in an old
# version of `env_logger`, so ignore it.
{ name = "pretty_env_logger", depth = 20 },
# They want to publish version 2.0 to upgrade `hashbrown` so in the meantime
# it is duplicated for us.
{ name = "indexmap", depth = 2 },
]