Skip to content

Commit

Permalink
chore: bump quick-xml version to 0.30 (#3190)
Browse files Browse the repository at this point in the history
* chore: bump quick-xml version to 0.30

* chore: update quick-xml ver to 0.30 in Cargo.lock
  • Loading branch information
Venderbad authored Sep 26, 2023
1 parent 802e1de commit c036b40
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
16 changes: 13 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ pin-project = "1"
prometheus = { version = "0.13", features = ["process"], optional = true }
prometheus-client = { version = "0.21.2", optional = true }
prost = { version = "0.11", optional = true }
quick-xml = { version = "0.29", features = ["serialize", "overlapped-lists"] }
quick-xml = { version = "0.30", features = ["serialize", "overlapped-lists"] }
rand = { version = "0.8", optional = true }
redb = { version = "1.1.0", optional = true }
redis = { version = "0.23.1", features = [
Expand Down Expand Up @@ -298,4 +298,4 @@ tracing-subscriber = { version = "0.3", features = [
"env-filter",
"tracing-log",
] }
wiremock = "0.5"
wiremock = "0.5"

0 comments on commit c036b40

Please sign in to comment.