Upgrade listenfd to v1.0.0 (#4197)

Previously, `listenfd` depended on an old version of the `uuid` crate
which caused cargo deny failures.
https://github.com/mitsuhiko/listenfd/pull/13 upgrades the `uuid`
dependency and a new version of `listenfd` is published. This change
moves to the latest version of `listenfd`.
This commit is contained in:
Andrew Brown
2022-05-31 08:44:44 -07:00
committed by GitHub
parent 4d9e10dae1
commit 0bdd8e3510
3 changed files with 5 additions and 16 deletions

View File

@@ -40,9 +40,4 @@ 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 },
# This crate depends on an old version of the `uuid` crate: `wasmtime-cli ->
# listenfd -> uuid`. Once `listenfd` upgrades to `uuid` v1.0.0, this can be
# removed.
{ name = "listenfd", depth = 20 },
]