From 57117b10b0cf727c47f71dd531345099bfd2c452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 17:15:46 +0000 Subject: [PATCH] Update service-manager requirement from 0.6.0 to 0.7.0 Updates the requirements on [service-manager](https://github.com/chipsenkbeil/service-manager-rs) to permit the latest version. - [Changelog](https://github.com/chipsenkbeil/service-manager-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/chipsenkbeil/service-manager-rs/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: service-manager dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- wimon/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wimon/Cargo.toml b/wimon/Cargo.toml index 99cb957..5e67080 100644 --- a/wimon/Cargo.toml +++ b/wimon/Cargo.toml @@ -35,7 +35,7 @@ curl = {version = "~0.4", default-features = false, features = ["rustls"]} ctrlc = {version = "3.4.1", features = ["termination"] } # for installing as a system service -service-manager = "0.6.0" +service-manager = "0.7.0" # for scanning wifi and getting SSIDs visible wifiscanner = {version = "0.5.1", optional = true} \ No newline at end of file