diff --git a/Cargo.toml b/Cargo.toml index 8403de51..e3db9cf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ http-body-util = { version = "0.1.2", optional = true } httparse = { version = "1.8.0", default-features = false, features = ["std"], optional = true } hyper = { version = "1.2", default-features = false, optional = true } md-5 = { version = "0.11.0", default-features = false, optional = true } -quick-xml = { version = "0.40.1", features = ["serialize", "overlapped-lists"], optional = true } +quick-xml = { version = "0.41.0", features = ["serialize", "overlapped-lists"], optional = true } rand = { version = "0.10", default-features = false, features = ["std", "std_rng", "thread_rng"], optional = true } reqwest = { version = "0.13", default-features = false, features = ["http2"], optional = true } ring = { version = "0.17", default-features = false, features = ["std"], optional = true }