Skip to content

Commit

Permalink
Update quick-xml requirement from 0.35.0 to 0.36.1
Browse files Browse the repository at this point in the history
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.35.0...v0.36.1)

---
updated-dependencies:
- dependency-name: quick-xml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and cn-kali-team committed Aug 1, 2024
1 parent 9c9b661 commit 6d99225
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cnvd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ derive_builder = "0.20.0"
chrono = { version = "0.4", default-features = false, features = ["serde"] }
serde = { version = "1", features = ["derive"] }
[dev-dependencies]
quick-xml = { version = "0.35.0", features = ["serde", "encoding_rs", "serialize"] }
quick-xml = { version = "0.36.1", features = ["serde", "encoding_rs", "serialize"] }
serde_json = "1.0"
4 changes: 2 additions & 2 deletions helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ nvd-cvss = { version = "0.1.0" }
nvd-api = { version = "0.1.0" }
serde_json = "1.0"
serde = { version = "1", features = ["derive"] }
quick-xml = { version = "0.35.0", features = ["serde", "encoding_rs", "serialize"] }
quick-xml = { version = "0.36.1", features = ["serde", "encoding_rs", "serialize"] }
serde_yaml = "0.9"
flate2 = "1.0"
zip = "0.6"
Expand All @@ -41,7 +41,7 @@ regex = { version = "1.10.3", default-features = false, features = [
once_cell = "1.18.0"
[dev-dependencies]
serde = { version = "1", features = ["derive"] }
quick-xml = { version = "0.35.0", features = ["serde", "encoding_rs", "serialize"] }
quick-xml = { version = "0.36.1", features = ["serde", "encoding_rs", "serialize"] }
serde_yaml = "0.9"
serde_json = "1.0"
flate2 = "1.0"
Expand Down

0 comments on commit 6d99225

Please sign in to comment.