diff --git a/ndk-build/Cargo.toml b/ndk-build/Cargo.toml index c9e18ad..5d1f88f 100644 --- a/ndk-build/Cargo.toml +++ b/ndk-build/Cargo.toml @@ -14,7 +14,7 @@ rust-version = "1.60" [dependencies] dirs = "4" dunce = "1" -quick-xml = { version = "0.26", features = ["serialize"] } +quick-xml = { version = "0.31", features = ["serialize"] } serde = { version = "1", features = ["derive"] } thiserror = "1" which = "4"