Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 11, 2024
1 parent 0bd27a8 commit a39c899
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env_logger = "0.11.3"
log = "0.4.19"
serde_json = "1.0.97"
tokio = { version = "1.35.1", features = ["full"] }
roxmltree = "0.19.0"
roxmltree = "0.20.0"
serde = { version = "1.0", features = ["derive"] }
uuid = { version = "1.7.0", features = ["v4", "fast-rng"] }
chrono = { version = "0.4.26", default-features = false, features = ["clock"] }
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ libgssapi = { version = "0.7.2", features = ["iov"] }
log = "0.4.19"
mime = "0.3.17"
quick-xml = "0.31.0"
roxmltree = "0.19.0"
roxmltree = "0.20.0"
tokio = { version = "1.35.1", features = ["full"] }
rdkafka = { version = "0.36.0", features = ["zstd", "libz", "external-lz4"] }
regex = "1.9.0"
Expand Down

0 comments on commit a39c899

Please sign in to comment.