Skip to content

Commit 7069a1d

Browse files
authored
Merge pull request RustPython#4993 from RustPython/dependabot/cargo/xml-rs-0.8.14
Bump xml-rs from 0.8.4 to 0.8.14
2 parents de0d323 + 6f8f42b commit 7069a1d

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
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.

Lib/test/test_plistlib.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -801,8 +801,6 @@ def test_integer_notations(self):
801801
value = plistlib.loads(pl)
802802
self.assertEqual(value, 123)
803803

804-
# TODO: RUSTPYTHON
805-
@unittest.expectedFailure
806804
def test_xml_encodings(self):
807805
base = TESTDATA[plistlib.FMT_XML]
808806

stdlib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ csv-core = "0.1.10"
4040
dyn-clone = "1.0.10"
4141
libz-sys = { version = "1.1.5", optional = true }
4242
puruspe = "0.1.5"
43-
xml-rs = "0.8.4"
43+
xml-rs = "0.8.14"
4444

4545
# random
4646
rand = { workspace = true }

0 commit comments

Comments
 (0)