diff --git a/Cargo.lock b/Cargo.lock index 9625430ef1..8b4f3b881b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6038,9 +6038,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.28.2" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ce5e73202a820a31f8a0ee32ada5e21029c81fd9e3ebf668a40832e4219d9d1" +checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1" dependencies = [ "memchr", "serde", diff --git a/src/tools/kata-ctl/Cargo.toml b/src/tools/kata-ctl/Cargo.toml index e0db9ba096..16703d2fd9 100644 --- a/src/tools/kata-ctl/Cargo.toml +++ b/src/tools/kata-ctl/Cargo.toml @@ -54,7 +54,7 @@ lazy_static.workspace = true # for log-parser serde_yaml = "0.9" ron = "0.8" -quick-xml = { version = "0.28", features = ["serialize"] } +quick-xml = { version = "0.41.0", features = ["serialize"] } csv = "1.2" serde_with = "2.3" chrono = { version = "0.4", features = ["serde"] }