Skip to content

Commit

Permalink
Merge pull request #70 from simonrupf/dependabot/cargo/quick-xml-0.36.2
Browse files Browse the repository at this point in the history
Bump quick-xml from 0.36.1 to 0.36.2
  • Loading branch information
simonrupf committed Sep 21, 2024
2 parents e2ff379 + fa398da commit c7411e5
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.0", optional = true }
pico-args = { version = "0.5.0", features = ["short-space-opt"], optional = true }
quick-xml = { version = "0.36.1", features = ["serialize"], optional = true }
quick-xml = { version = "0.36.2", features = ["serialize"], optional = true }
rsv-core = { version = "0.0.4", optional = true }
serde = { version = "1.0.210", features = ["serde_derive"] }
serde_ini = { version = "0.2.0", optional = true }
Expand Down

0 comments on commit c7411e5

Please sign in to comment.