diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 98eaaab..3e4a761 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" anyhow = "1" celeste_rs_macros = { version = "0.1", path = "../macros" } chrono = { version = "0.4", features = ["serde"] } -quick-xml = { version = "0.36.0", features = ["serialize"] } +quick-xml = { version = "0.36.1", features = ["serialize"] } serde = { version = "1", features = ["derive"] } serde-aux = "4.4" saphyr = "0.0.1"