Skip to content

Commit

Permalink
Merge pull request #52 from hannobraun/dependabot/cargo/quick-xml-0.36.0
Browse files Browse the repository at this point in the history
Update quick-xml requirement from 0.35.0 to 0.36.0
  • Loading branch information
hannobraun authored Jul 8, 2024
2 parents e72472b + 0f8693a commit 8e45d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repository = "https://github.com/hannobraun/3mf-rs"


[dependencies]
quick-xml = { version = "0.35.0", features = ["serialize"] }
quick-xml = { version = "0.36.0", features = ["serialize"] }
serde = { version = "1.0.152", features = ["derive"] }
thiserror = "1.0.31"

Expand Down

0 comments on commit 8e45d0c

Please sign in to comment.