From 82f96988eb7c74524bde9ca40128a9df9f53bb4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 16:04:30 +0000 Subject: [PATCH] build(deps): bump daemonize from 0.4.1 to 0.5.0 Bumps [daemonize](https://github.com/knsd/daemonize) from 0.4.1 to 0.5.0. - [Release notes](https://github.com/knsd/daemonize/releases) - [Changelog](https://github.com/knsd/daemonize/blob/master/CHANGELOG.md) - [Commits](https://github.com/knsd/daemonize/compare/0.4.1...0.5.0) --- updated-dependencies: - dependency-name: daemonize dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 ++--------- boringtun-cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b73013a7..adf3676f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -115,12 +115,6 @@ dependencies = [ "tracing-subscriber", ] -[[package]] -name = "boxfnonce" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5988cb1d626264ac94100be357308f29ff7cbdd3b36bda27f450a4ee3f713426" - [[package]] name = "bstr" version = "0.2.17" @@ -413,11 +407,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/boringtun-cli/Cargo.toml b/boringtun-cli/Cargo.toml index 18c7917e..2002c9f9 100644 --- a/boringtun-cli/Cargo.toml +++ b/boringtun-cli/Cargo.toml @@ -9,7 +9,7 @@ documentation = "https://docs.rs/boringtun/0.5.2/boringtun/" edition = "2021" [dependencies] -daemonize = "0.4.1" +daemonize = "0.5.0" clap = { version = "3.1.6", features = ["env"] } tracing = "0.1.31" tracing-subscriber = "0.3.9"