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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user