diff --git a/Cargo.lock b/Cargo.lock index 0f49d2f..56c7969 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -570,7 +570,7 @@ version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -994,7 +994,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -1922,7 +1922,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d8fae84b431384b68627d0f9b3b1245fcf9f46f6c0e3dc902e9dce64edd1967" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -2272,7 +2272,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.11.0", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -2407,14 +2407,15 @@ dependencies = [ [[package]] name = "service-manager" -version = "0.8.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cae942acfe9cecd4450998408f52e1c1ee083145226b7b803bd0d82e1c86912" +checksum = "b9ff6975a4ea07dda326cf122fcc1b5cf6266daad42d1442a666a99fe50f0de9" dependencies = [ "cfg-if", "dirs 4.0.0", "encoding-utils", "encoding_rs", + "log", "plist", "which", "xml-rs", @@ -2690,7 +2691,7 @@ dependencies = [ "getrandom 0.3.4", "once_cell", "rustix 1.1.3", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/chimera_service/Cargo.toml b/chimera_service/Cargo.toml index 7ed1de3..1e91e5f 100644 --- a/chimera_service/Cargo.toml +++ b/chimera_service/Cargo.toml @@ -66,7 +66,7 @@ parking_lot = "0.12" indexmap = { version = "2", features = ["serde"] } serde_json = "1" serde = { workspace = true, features = ["derive"] } -service-manager = "0.8" +service-manager = "0.11" constcat = "0.6.0"