Skip to content

Commit

Permalink
chore(deps): Update quick-xml requirement from 0.32 to 0.33
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.32.0...v0.33.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent e28c38b commit b97dff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jsonwebtoken = { version = "9.2", optional = true }
log = "0.4"
once_cell = { version = "1", optional = true }
percent-encoding = "2"
quick-xml = { version = "0.32", features = ["serialize"], optional = true }
quick-xml = { version = "0.33", features = ["serialize"], optional = true }
rand = "0.8.5"
reqwest = { version = "0.12", default-features = false, optional = true }
rsa = { version = "0.9.2", features = ["pkcs5", "sha2"], optional = true }
Expand Down

0 comments on commit b97dff9

Please sign in to comment.