Skip to content

Commit

Permalink
chore(deps): bump the minor-and-patch group in /src-tauri with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch group in /src-tauri with 2 updates: [quick-xml](https://github.com/tafia/quick-xml) and [serde](https://github.com/serde-rs/serde).


Updates `quick-xml` from 0.37.1 to 0.37.2
- [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.1...v0.37.2)

Updates `serde` from 1.0.216 to 1.0.217
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.216...v1.0.217)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent d0bd72d commit 65df8ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions src-tauri/Cargo.lock

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

4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ byteorder = "1.5.0"
encoding_rs = "0.8.35"
memchr = "2.7.4"
hex = "0.4.3"
quick-xml = "0.37.0"
quick-xml = "0.37.2"
zip = { version = "2.2.2", features = ["zstd", "time"], default-features = false }

# Serialization
serde = { version = "1.0.214", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
borsh = { version = "1.5.2", features = ["derive"] }

Expand Down

0 comments on commit 65df8ee

Please sign in to comment.