chore(deps): bump the minor-updates group with 4 updates

Bumps the minor-updates group with 4 updates: [binrw](https://github.com/jam1garner/binrw), [binrw_derive](https://github.com/jam1garner/binrw), [owo-colors](https://github.com/owo-colors/owo-colors) and [syn](https://github.com/dtolnay/syn).


Updates `binrw` from 0.14.1 to 0.15.0
- [Release notes](https://github.com/jam1garner/binrw/releases)
- [Commits](https://github.com/jam1garner/binrw/compare/v0.14.1...v0.15.0)

Updates `binrw_derive` from 0.14.1 to 0.15.0
- [Release notes](https://github.com/jam1garner/binrw/releases)
- [Commits](https://github.com/jam1garner/binrw/compare/v0.14.1...v0.15.0)

Updates `owo-colors` from 3.5.0 to 4.2.0
- [Release notes](https://github.com/owo-colors/owo-colors/releases)
- [Changelog](https://github.com/owo-colors/owo-colors/blob/main/CHANGELOG.md)
- [Commits](https://github.com/owo-colors/owo-colors/compare/v3.5.0...v4.2.0)

Updates `syn` from 1.0.109 to 2.0.98
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/1.0.109...2.0.98)

---
updated-dependencies:
- dependency-name: binrw
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: binrw_derive
  dependency-version: 0.15.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: owo-colors
  dependency-version: 4.2.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: minor-updates
- dependency-name: syn
  dependency-version: 2.0.98
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-05-09 11:58:18 +00:00 committed by GitHub
parent bf22d807fa
commit 41b0fa9a03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 20 deletions

27
Cargo.lock generated
View File

@ -10,9 +10,9 @@ checksum = "3d62b7694a562cdf5a74227903507c56ab2cc8bdd1f781ed5cb4cf9c9f810bfc"
[[package]]
name = "binrw"
version = "0.14.1"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d4bca59c20d6f40c2cc0802afbe1e788b89096f61bdf7aeea6bf00f10c2909b"
checksum = "81419ff39e6ed10a92a7f125290859776ced35d9a08a665ae40b23e7ca702f30"
dependencies = [
"array-init",
"binrw_derive",
@ -21,15 +21,15 @@ dependencies = [
[[package]]
name = "binrw_derive"
version = "0.14.1"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8ba42866ce5bced2645bfa15e97eef2c62d2bdb530510538de8dd3d04efff3c"
checksum = "376404e55ec40d0d6f8b4b7df3f87b87954bd987f0cf9a7207ea3b6ea5c9add4"
dependencies = [
"either",
"owo-colors",
"proc-macro2",
"quote",
"syn 1.0.109",
"syn",
]
[[package]]
@ -61,9 +61,9 @@ dependencies = [
[[package]]
name = "owo-colors"
version = "3.5.0"
version = "4.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
checksum = "1036865bb9422d3300cf723f657c2851d0e9ab12567854b1f4eba3d77decf564"
[[package]]
name = "proc-macro2"
@ -100,18 +100,7 @@ checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.98",
]
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
"syn",
]
[[package]]

View File

@ -18,6 +18,6 @@ exclude = [
]
[dependencies]
binrw = "0.14.1"
binrw = "0.15.0"
bitflags = "2.9.0"
serde = { version = "1.0.219", features = ["derive"] }