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

@@ -36,7 +36,7 @@ target-lexicon = { version = "0.12.0", default-features = false }
libc = "0.2.60"
humantime = "2.0.0"
lazy_static = "1.4.0"
listenfd = "0.3.5"
listenfd = "1.0.0"
[target.'cfg(unix)'.dependencies]
rustix = "0.33.7"