diff --git a/core/Cargo.toml b/core/Cargo.toml index 1f8b158a65b9..c766277016ba 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -49,7 +49,7 @@ http = "1.1" log = { version = "0.4.29" } logforth = { version = "0.29.1", features = ["starter-log"] } mea = "0.6" -quick-xml = { version = "0.39.3", default-features = false } +quick-xml = { version = "0.40.1", default-features = false } rand = "0.10.1" serde = { version = "1", default-features = false } serde_json = "1"