Skip to content

Commit

Permalink
build(deps): bump quick-xml from 0.22.0 to 0.31.0
Browse files Browse the repository at this point in the history
Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.22.0 to 0.31.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.22.0...v0.31.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>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 9267059 commit 845125e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
15 changes: 3 additions & 12 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pb.path = "pb"
prost = "0.13"
protoc-bin-vendored = "3"
qrcode-generator = "4"
quick-xml = { version = "0.22", features = ["serialize"] } # TODO: bump
quick-xml = { version = "0.31", features = ["serialize"] } # TODO: bump
rand = "0.8"
ringbuffer = "0.15"
serde = { version = "1", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion scrolls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tokio.workspace = true

# TODO: filter out + move to workspace
# lyon_geom = "1"
quick-xml = "0.23"
quick-xml = "0.31"
svg-path-parser = "0.1.1"
#svgtypes = "0.15"
# thiserror = "1"
Expand Down

0 comments on commit 845125e

Please sign in to comment.