12 Commits

Author SHA1 Message Date
github-actions[bot]
f7f044a01e
chore: release v1.0.3 2025-03-16 06:33:20 +00:00
dependabot[bot]
ed54f36f9a
chore(deps): bump the patch-updates group with 3 updates
Bumps the patch-updates group with 3 updates: [serde](https://github.com/serde-rs/serde), [quote](https://github.com/dtolnay/quote) and [serde_derive](https://github.com/serde-rs/serde).


Updates `serde` from 1.0.218 to 1.0.219
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.218...v1.0.219)

Updates `quote` from 1.0.39 to 1.0.40
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](https://github.com/dtolnay/quote/compare/1.0.39...1.0.40)

Updates `serde_derive` from 1.0.218 to 1.0.219
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.218...v1.0.219)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: quote
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: serde_derive
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-14 11:50:05 +00:00
498acdf3b5
Merge pull request #5 from maciejpedzich/dependabot/cargo/minor-updates-2b3b5ac829
chore(deps): bump the minor-updates group with 2 updates
2025-03-09 20:38:05 +01:00
dependabot[bot]
0067d80c9e
chore(deps): bump the minor-updates group with 2 updates
Bumps the minor-updates group with 2 updates: [bytemuck](https://github.com/Lokathor/bytemuck) and [either](https://github.com/rayon-rs/either).


Updates `bytemuck` from 1.21.0 to 1.22.0
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](https://github.com/Lokathor/bytemuck/compare/v1.21.0...v1.22.0)

Updates `either` from 1.13.0 to 1.15.0
- [Commits](https://github.com/rayon-rs/either/compare/1.13.0...1.15.0)

---
updated-dependencies:
- dependency-name: bytemuck
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: either
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-07 11:54:25 +00:00
dependabot[bot]
4a2da3ebfb
chore(deps): bump the patch-updates group with 3 updates
Bumps the patch-updates group with 3 updates: [proc-macro2](https://github.com/dtolnay/proc-macro2), [quote](https://github.com/dtolnay/quote) and [unicode-ident](https://github.com/dtolnay/unicode-ident).


Updates `proc-macro2` from 1.0.93 to 1.0.94
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.93...1.0.94)

Updates `quote` from 1.0.38 to 1.0.39
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](https://github.com/dtolnay/quote/compare/1.0.38...1.0.39)

Updates `unicode-ident` from 1.0.17 to 1.0.18
- [Release notes](https://github.com/dtolnay/unicode-ident/releases)
- [Commits](https://github.com/dtolnay/unicode-ident/compare/1.0.17...1.0.18)

---
updated-dependencies:
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: quote
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: unicode-ident
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-07 11:54:19 +00:00
12c4a3f68e
chore: update bitflags and bump this crate's version to 1.0.2 2025-03-04 23:19:43 +01:00
b20a90706f
ci: bump crate version to 1.0.1 2025-02-28 23:11:27 +01:00
3d2ae224dd
chore: add extra crate metadata and bump version to 1.0.0 2025-02-28 13:22:13 +01:00
dafbfe8d2f
chore: bump serde to 1.0.218 2025-02-21 22:48:38 +01:00
e4728bcf45
feat: add 2022 spec event event packet parser 2025-02-17 21:19:29 +01:00
a5e08cd2bf
refactor: remove redundant bitflags crate 2025-02-17 19:02:28 +01:00
cdcf1c4961
Cargo project init 2025-02-17 13:19:03 +01:00