From 01b6ccb9babf858475163a4b9bcd7dea3d56fd00 Mon Sep 17 00:00:00 2001 From: Nashwan Azhari Date: Thu, 2 Jul 2026 13:47:19 +0300 Subject: [PATCH] deps: bump quick-xml to 0.41 to avoid RUSTSEC-2026-019{4,5} Signed-off-by: Nashwan Azhari --- aws-creds/Cargo.toml | 2 +- s3/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aws-creds/Cargo.toml b/aws-creds/Cargo.toml index 01e0654dce..41465ee5ba 100644 --- a/aws-creds/Cargo.toml +++ b/aws-creds/Cargo.toml @@ -22,7 +22,7 @@ attohttpc = { version = "0.30", default-features = false, features = [ "json", ], optional = true } url = "2" -quick-xml = { version = "0.38", features = ["serialize"] } +quick-xml = { version = "0.41", features = ["serialize"] } serde = { version = "1", features = ["derive"] } time = { version = "^0.3.6", features = ["serde", "serde-well-known"] } log = "0.4" diff --git a/s3/Cargo.toml b/s3/Cargo.toml index 800d82eae6..25b419fc2b 100644 --- a/s3/Cargo.toml +++ b/s3/Cargo.toml @@ -60,7 +60,7 @@ maybe-async = { version = "0.2" } md5 = "0.8" minidom = { version = "0.16", optional = true } percent-encoding = "2" -quick-xml = { version = "0.38", features = ["serialize"] } +quick-xml = { version = "0.41", features = ["serialize"] } reqwest = { version = "0.12", optional = true, features = [ "stream", ], default-features = false }