diff --git a/core/Cargo.toml b/core/Cargo.toml index 24a41d14b54e..a215d3475c5f 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.38", default-features = false } +quick-xml = { version = "0.39", default-features = false } rand = "0.8" reqsign = { version = "0.16.5", default-features = false } serde = { version = "1", default-features = false }