Skip to content

Commit

Permalink
Upgrade quick-xml to fix XML deserialization error
Browse files Browse the repository at this point in the history
  • Loading branch information
Arshia001 committed Aug 2, 2024
1 parent 1283397 commit 8a915be
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 @@ -45,7 +45,7 @@ nom = "7.1.1"
once_cell = "1.10.0"
path-absolutize = { version = "3.1.1", features = [ "use_unix_paths_on_wasm" ] }
pin-project-lite = "0.2.8"
quick-xml = { version = "0.27.1", features = ["serialize"] }
quick-xml = { version = "0.36.1", features = ["serialize"] }
regex = "1.5.5"
rusoto_core = { git = "https://github.com/wasix-org/rusoto.git", branch = "v0.48.0", version = "=0.48.0" }
rusoto_s3 = { git = "https://github.com/wasix-org/rusoto.git", branch = "v0.48.0", version = "=0.48.0" }
Expand Down

0 comments on commit 8a915be

Please sign in to comment.