Merge pull request #33 from Coffey-Labs/dependabot/cargo/agent/windows-service-0.8.1

Bump windows-service from 0.7.0 to 0.8.1 in /agent
This commit is contained in:
jcoffey
2026-09-10 09:48:54 -07:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1490,13 +1490,13 @@ dependencies = [
[[package]] [[package]]
name = "windows-service" name = "windows-service"
version = "0.7.0" version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d24d6bcc7f734a4091ecf8d7a64c5f7d7066f45585c1861eba06449909609c8a" checksum = "857224b3b211c6f3616921f081ee54721ee3ad2ace2fac6a6337e032f7b4dcf2"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"widestring", "widestring",
"windows-sys 0.52.0", "windows-sys 0.61.2",
] ]
[[package]] [[package]]
+1 -1
View File
@@ -46,7 +46,7 @@ windows = { version = "0.62", features = [
"Win32_System_Diagnostics_Etw", "Win32_System_Diagnostics_Etw",
"Win32_Security", "Win32_Security",
] } ] }
windows-service = "0.7" windows-service = "0.8"
quick-xml = "0.41" quick-xml = "0.41"
[build-dependencies] [build-dependencies]