Skip to content

Commit

Permalink
Merge pull request #78 from simonrupf/dependabot/cargo/quick-xml-0.37.1
Browse files Browse the repository at this point in the history
Bump quick-xml from 0.37.0 to 0.37.1
  • Loading branch information
simonrupf authored Nov 23, 2024
2 parents 2f14215 + f90e36b commit 692ea7d
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 @@ -63,7 +63,7 @@ required-features = ["yq"]
[dependencies]
csv = { version = "1.3.1", optional = true }
pico-args = { version = "0.5.0", features = ["short-space-opt"], optional = true }
quick-xml = { version = "0.37.0", features = ["serialize"], optional = true }
quick-xml = { version = "0.37.1", features = ["serialize"], optional = true }
rsv-core = { version = "0.0.4", optional = true }
serde = { version = "1.0.215", features = ["serde_derive"] }
serde_ini = { version = "0.2.0", optional = true }
Expand Down

0 comments on commit 692ea7d

Please sign in to comment.