Skip to content

Commit

Permalink
bump quick-xml dep
Browse files Browse the repository at this point in the history
  • Loading branch information
maddymakesgames committed Jul 20, 2024
1 parent 9f6324d commit b386bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.31", features = ["serialize"] }
quick-xml = { version = "0.36.0", features = ["serialize"] }
serde = { version = "1", features = ["derive"] }
serde-aux = "4.4"
saphyr = "0.0.1"

0 comments on commit b386bea

Please sign in to comment.