diff --git a/Cargo.toml b/Cargo.toml index 4cb3932..baa1872 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ jsonwebtoken = { version = "9.2", optional = true } log = "0.4" once_cell = { version = "1", optional = true } percent-encoding = "2" -quick-xml = { version = "0.34", features = ["serialize"], optional = true } +quick-xml = { version = "0.35", features = ["serialize"], optional = true } rand = "0.8.5" reqwest = { version = "0.12", default-features = false, optional = true } rsa = { version = "0.9.2", features = ["pkcs5", "sha2"], optional = true }