Skip to content

Commit

Permalink
chore(deps): bump quick-xml from 0.33.0 to 0.35.0 (#440)
Browse files Browse the repository at this point in the history
Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.33.0 to 0.35.0.
- [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.33.0...v0.35.0)

---
updated-dependencies:
- dependency-name: quick-xml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 1, 2024
1 parent 794baee commit f0acf28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion llrt_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rquickjs-core = { path = "target/patch/rquickjs-core-0.6.2" }

[dependencies]
chrono = { version = "0.4.38", default-features = false, features = ["std"] }
quick-xml = "0.33.0"
quick-xml = "0.35.0"
crc32c = { version = "0.6.8" }
crc32fast = "1.4.2"
phf = "0.11.2"
Expand Down

0 comments on commit f0acf28

Please sign in to comment.