Skip to content

Commit ac9a781

Browse files
Bump quick-xml from 0.38.3 to 0.38.4
Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.38.3 to 0.38.4. - [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.38.3...v0.38.4) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.38.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f9f340e commit ac9a781

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ python = ["dep:pyo3"]
1717
[dependencies]
1818
chrono = { version = "0.4.42", features = ["serde"] }
1919
pyo3 = { version = "0.27.1", optional = true }
20-
quick-xml = { version = "0.38.3", features = ["serde", "serialize"] }
20+
quick-xml = { version = "0.38.4", features = ["serde", "serialize"] }
2121
serde = { version = "1.0.228", features = ["derive"] }
2222
serde_json = "1.0.145"
2323
thiserror = "2.0.17"

0 commit comments

Comments
 (0)