dependabot[bot] ac3b187ce3
chore(deps): bump the patch-updates group with 3 updates
Bumps the patch-updates group with 3 updates: [bitflags](https://github.com/bitflags/bitflags), [owo-colors](https://github.com/owo-colors/owo-colors) and [syn](https://github.com/dtolnay/syn).


Updates `bitflags` from 2.9.0 to 2.9.1
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bitflags/bitflags/compare/2.9.0...2.9.1)

Updates `owo-colors` from 4.2.0 to 4.2.1
- [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/v4.2.0...v4.2.1)

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

---
updated-dependencies:
- dependency-name: bitflags
  dependency-version: 2.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: owo-colors
  dependency-version: 4.2.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: syn
  dependency-version: 2.0.101
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-16 11:37:56 +00:00

24 lines
732 B
TOML

[package]
name = "f1-game-packet-parser"
description = "Convert binary data from F1 24, F1 23, and F1 22 UDP telemetry into organised structs."
version = "1.0.4"
edition = "2021"
rust-version = "1.78"
readme = "README.md"
homepage = "https://github.com/maciejpedzich/f1-game-packet-parser"
repository = "https://github.com/maciejpedzich/f1-game-packet-parser"
keywords = ["f1", "f1-telemetry", "f1-udp-parser", "f1-udp-telemetry", "f1-telemetry-parser"]
categories = ["parser-implementations"]
authors = ["Maciej Pędzich <contact@maciejpedzi.ch>"]
license = "MIT"
exclude = [
".github/*",
".idea/*",
"tests/*"
]
[dependencies]
binrw = "0.15.0"
bitflags = "2.9.1"
serde = { version = "1.0.219", features = ["derive"] }