Skip to content

Commit 817f91b

Browse files
Bump xml from 1.0.1 to 1.2.0 (RustPython#6292)
Bumps [xml](https://github.com/kornelski/xml-rs) from 1.0.1 to 1.2.0. - [Changelog](https://github.com/kornelski/xml-rs/blob/main/Changelog.md) - [Commits](kornelski/xml-rs@1.0.1...1.2.0) --- updated-dependencies: - dependency-name: xml dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f61b62e commit 817f91b

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.

crates/stdlib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ base64 = "0.22"
5151
csv-core = "0.1.11"
5252
dyn-clone = "1.0.10"
5353
pymath = { workspace = true }
54-
xml = "1.0"
54+
xml = "1.2"
5555

5656
# random
5757
rand_core = { workspace = true }

0 commit comments

Comments
 (0)