Skip to content

Commit

Permalink
Bump roxmltree from 0.18.1 to 0.19.0
Browse files Browse the repository at this point in the history
Bumps [roxmltree](https://github.com/RazrFalcon/roxmltree) from 0.18.1 to 0.19.0.
- [Changelog](https://github.com/RazrFalcon/roxmltree/blob/master/CHANGELOG.md)
- [Commits](RazrFalcon/roxmltree@v0.18.1...v0.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 22, 2023
1 parent d907685 commit b2e3786
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ env_logger = "0.10.0"
log = "0.4.19"
serde_json = "1.0.97"
tokio = { version = "1.33.0", features = ["full"] }
roxmltree = "0.18.0"
roxmltree = "0.19.0"
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ libgssapi = { version = "0.6.4", features = ["iov"] }
log = "0.4.19"
mime = "0.3.17"
quick-xml = "0.31.0"
roxmltree = "0.18.0"
roxmltree = "0.19.0"
tokio = { version = "1.33.0", features = ["full"] }
rdkafka = { version = "0.36.0", features = ["zstd", "libz", "external-lz4"] }
regex = "1.9.0"
Expand Down

0 comments on commit b2e3786

Please sign in to comment.