Skip to content

Commit

Permalink
Update quick-xml requirement from 0.29 to 0.30 (#1321)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 24, 2023
1 parent 6ee21ef commit ef84485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ reqwest = { version = "0.11", features = [
], default-features = false, optional = true }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
quick-xml = { version = "0.29", optional = true, features = ["serialize", "serde-types"] }
quick-xml = { version = "0.30", optional = true, features = ["serialize", "serde-types"] }
url = "2.2"
uuid = { version = "1.0" }
pin-project = "1.0"
Expand Down

0 comments on commit ef84485

Please sign in to comment.