Merge pull request #34 from Coffey-Labs/dependabot/cargo/agent/quick-xml-0.42.0
Bump quick-xml from 0.41.0 to 0.42.0 in /agent
This commit is contained in:
Generated
+2
-2
@@ -762,9 +762,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "quick-xml"
|
name = "quick-xml"
|
||||||
version = "0.41.0"
|
version = "0.42.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1"
|
checksum = "41b1177fdf999d2321d3fb46ff47159d9c1fb9ad66a4879f8c50a0b504615e9b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"memchr",
|
"memchr",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ windows = { version = "0.62", features = [
|
|||||||
"Win32_Security",
|
"Win32_Security",
|
||||||
] }
|
] }
|
||||||
windows-service = "0.8"
|
windows-service = "0.8"
|
||||||
quick-xml = "0.41"
|
quick-xml = "0.42"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
tonic-build = "0.12"
|
tonic-build = "0.12"
|
||||||
|
|||||||
Reference in New Issue
Block a user