Skip to content

Commit ea37de5

Browse files
chore(deps): bump quick-xml from 0.38.4 to 0.39.0 (#1332)
Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.38.4 to 0.39.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.38.4...v0.39.0) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 603931c commit ea37de5

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.

llrt_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ llrt_numbers = { path = "../libs/llrt_numbers" }
3131
llrt_utils = { path = "../libs/llrt_utils", features = ["all"] }
3232
once_cell = { version = "1", features = ["std"], default-features = false }
3333
phf = { version = "0.13", default-features = false }
34-
quick-xml = { version = "0.38", default-features = false }
34+
quick-xml = { version = "0.39", default-features = false }
3535
rand = { version = "0.10.0-rc.5", features = [
3636
"alloc",
3737
"thread_rng",

0 commit comments

Comments
 (0)