Skip to content

Commit d307668

Browse files
authored
Merge pull request #174 from pbs-data-solutions/dependabot/cargo/quick-xml-0.38.4
Bump quick-xml from 0.38.3 to 0.38.4
2 parents f9f340e + ac9a781 commit d307668

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ python = ["dep:pyo3"]
1717
[dependencies]
1818
chrono = { version = "0.4.42", features = ["serde"] }
1919
pyo3 = { version = "0.27.1", optional = true }
20-
quick-xml = { version = "0.38.3", features = ["serde", "serialize"] }
20+
quick-xml = { version = "0.38.4", features = ["serde", "serialize"] }
2121
serde = { version = "1.0.228", features = ["derive"] }
2222
serde_json = "1.0.145"
2323
thiserror = "2.0.17"

0 commit comments

Comments
 (0)