diff --git a/Cargo.lock b/Cargo.lock index 03c96d62b37f..fea012dcc1e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -184,12 +184,6 @@ dependencies = [ "siphasher", ] -[[package]] -name = "boxfnonce" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5988cb1d626264ac94100be357308f29ff7cbdd3b36bda27f450a4ee3f713426" - [[package]] name = "build-time" version = "0.1.2" @@ -489,11 +483,10 @@ dependencies = [ [[package]] name = "daemonize" -version = "0.4.1" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70c24513e34f53b640819f0ac9f705b673fcf4006d7aab8778bee72ebfc89815" +checksum = "ab8bfdaacb3c887a54d41bdf48d3af8873b3f5566469f8ba21b92057509f116e" dependencies = [ - "boxfnonce", "libc", ] diff --git a/Cargo.toml b/Cargo.toml index 2ee9ca13f09b..62b4500bf087 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -170,7 +170,7 @@ rpmalloc = { version = "0.2", optional = true } shadowsocks-service = { version = "1.15.0", path = "./crates/shadowsocks-service" } [target.'cfg(unix)'.dependencies] -daemonize = "0.4" +daemonize = "0.5" [dev-dependencies] byteorder = "1.3"