Skip to content

Commit

Permalink
Bump quick-xml from 0.37.0 to 0.37.1
Browse files Browse the repository at this point in the history
Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.37.0 to 0.37.1.
- [Release notes](https://github.com/tafia/quick-xml/releases)
- [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md)
- [Commits](tafia/quick-xml@v0.37.0...v0.37.1)

---
updated-dependencies:
- dependency-name: quick-xml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent fd1d3d7 commit e9ce593
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 @@ -14,7 +14,7 @@ clap = { version = "4.5.20", features = ["derive"] }
serde = { version = "1.0.215", features = ["derive"] }
git2 = "0.19.0"
url = { version = "2.5.3", features = ["serde"] }
quick-xml = { version = "0.37.0", features = ["serde", "serialize"] }
quick-xml = { version = "0.37.1", features = ["serde", "serialize"] }
directories = "5.0.1"
thiserror = "2.0.3"
anyhow = "1.0.93"
Expand Down

0 comments on commit e9ce593

Please sign in to comment.