Skip to content

Commit

Permalink
Merge pull request #308 from pbs-data-solutions/bump-prelude-xml-parser
Browse files Browse the repository at this point in the history
Bump prelude-xml-parser 0.3.0 -> 0.4.0
  • Loading branch information
sanders41 authored Jun 3, 2024
2 parents 68d42c0 + 31be08f commit 5a9bde8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ crate-type = ["cdylib"]
[dependencies]
anyhow = "1.0.86"
chrono = "0.4.38"
prelude-xml-parser = { version = "0.3.0", features = ["python"] }
prelude-xml-parser = { version = "0.4.0", features = ["python"] }
pyo3 = { version = "0.21.2", features = ["extension-module"] }
roxmltree = "0.20.0"
serde = { version = "1.0.203", features = ["derive"] }
Expand Down

0 comments on commit 5a9bde8

Please sign in to comment.