Skip to content

Commit

Permalink
⬆️ Update quick-xml to 0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 29, 2024
1 parent 0ece0f0 commit 0cbbca4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion zbus_xml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ readme = "README.md"
serde = { version = "1.0.200", features = ["derive"] }
zvariant = { path = "../zvariant", version = "4.0.0", default-features = false }
zbus_names = { path = "../zbus_names", version = "3.0" }
quick-xml = { version = "0.34", features = ["serialize", "overlapped-lists"] }
quick-xml = { version = "0.35", features = ["serialize", "overlapped-lists"] }
static_assertions = "1.1.0"

[dev-dependencies]
Expand Down

0 comments on commit 0cbbca4

Please sign in to comment.