Skip to content

Commit 1f725d2

Browse files
authored
Merge pull request #403 from pbs-data-solutions/pyo3
Bump pyo3 for security fix
2 parents ba0a870 + 374cb73 commit 1f725d2

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "prelude-parser"
3-
version = "0.11.1"
3+
version = "0.11.2"
44
description = "Parses XML files exported from Prelude EDC into formats usable by Python."
55
edition = "2021"
66
license = "MIT"
@@ -16,8 +16,8 @@ crate-type = ["cdylib"]
1616
[dependencies]
1717
anyhow = "1.0.89"
1818
chrono = "0.4.38"
19-
prelude-xml-parser = { version = "0.7.0", features = ["python"] }
20-
pyo3 = { version = "0.22.3", features = ["extension-module"] }
19+
prelude-xml-parser = { version = "0.7.1", features = ["python"] }
20+
pyo3 = { version = "0.22.4", features = ["extension-module"] }
2121
roxmltree = "0.20.0"
2222
serde = { version = "1.0.210", features = ["derive"] }
2323
serde-xml-rs = "0.6.0"

0 commit comments

Comments
 (0)