Skip to content

Commit eb94d4f

Browse files
fix(deps): update rust crate quick-xml to 0.39.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6c579ab commit eb94d4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tokio = { version = "1", features = ["full", "macros"] }
1818
bytes = "1.11.0"
1919
serde = { version = "1.0", features = ["derive"] }
2020
serde_json = "1.0.149"
21-
quick-xml = { version = "0.38.4", features = ["encoding", "async-tokio"] }
21+
quick-xml = { version = "0.39.0", features = ["encoding", "async-tokio"] }
2222
async_fn_traits = "0.1.1"
2323
version-compare = "0.2.1"
2424
regex = "1.12.2"

0 commit comments

Comments
 (0)