Skip to content

Commit 6a05d5e

Browse files
dependabot[bot]cpetersen
authored andcommitted
Update quick-xml requirement from 0.36 to 0.38 in /ext/parsekit
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.36.0...v0.38.2) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.38.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2922769 commit 6a05d5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/parsekit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tesseract-rs = "0.1" # Tesseract with optional bundling
2020
image = "0.25" # Image processing library (match rusty-tesseract's version)
2121
calamine = "0.30" # Excel parsing
2222
docx-rs = "0.4" # Word document parsing
23-
quick-xml = "0.36" # XML parsing
23+
quick-xml = "0.38" # XML parsing
2424
serde_json = "1.0" # JSON parsing
2525
regex = "1.10" # Text parsing
2626
encoding_rs = "0.8" # Encoding detection

0 commit comments

Comments
 (0)