Skip to content

Commit 493bf1e

Browse files
chore(deps): update quick-xml requirement from 0.37 to 0.38 in /back-end
Updates the requirements on [quick-xml](https://github.com/tafia/quick-xml) to permit the latest version. - [Release notes](https://github.com/tafia/quick-xml/releases) - [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md) - [Commits](tafia/quick-xml@v0.37.0...v0.38.4) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.38.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 19b77e6 commit 493bf1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

back-end/crates/malbox-provider-libvirt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ serde.workspace = true
1313
tokio.workspace = true
1414
virt = "0.4.3"
1515
uuid = { version = "1.11", features = ["v4"] }
16-
quick-xml = { version = "0.37", features = ["serialize"] }
16+
quick-xml = { version = "0.38", features = ["serialize"] }
1717
chrono = "0.4"

0 commit comments

Comments
 (0)