diff --git a/Cargo.toml b/Cargo.toml index 851c3ff..b6d9fc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ path = "src/lib.rs" [dependencies] env_logger = { version = "0.11.10", optional = true } log = "0.4.29" -quick-xml = {version="0.39.2", features = ["serialize"] } +quick-xml = {version="0.40.0", features = ["serialize"] } convert_string = "0.2.0" clap = { version = "4.6.1", features = ["derive"] } encoding_rs = "0.8.35"