diff --git a/Cargo.toml b/Cargo.toml index d2b2280..fc743cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ repository = "https://github.com/hannobraun/3mf-rs" [dependencies] -quick-xml = { version = "0.32.0", features = ["serialize"] } +quick-xml = { version = "0.33.0", features = ["serialize"] } serde = { version = "1.0.152", features = ["derive"] } thiserror = "1.0.31"