diff --git a/Cargo.lock b/Cargo.lock index 906c47f..3ed5837 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2573,9 +2573,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.37.5" +version = "0.39.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb" +checksum = "958f21e8e7ceb5a1aa7fa87fab28e7c75976e0bfe7e23ff069e0a260f894067d" dependencies = [ "memchr", "serde", diff --git a/Cargo.toml b/Cargo.toml index 88aca0a..61e8b3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ incremental = false rocket = { version = "0.5.1", features = ["json"] } serde = { version = "1.0.218", features = ["derive"] } log = "0.4.26" -quick-xml = { version = "0.37.2", features = ["serialize"] } +quick-xml = { version = "0.39.0", features = ["serialize"] } tokio = "1.43.0" dotenvy = "0.15.7" once_cell = "1.20.3"