1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

remove some bounds checks

This commit is contained in:
Robin Appelman 2025-07-14 14:52:38 +02:00
commit 6ef2b1cea8
9 changed files with 102 additions and 93 deletions

View file

@ -64,6 +64,7 @@ steamid-ng = "1.0.0"
tracing = { version = "0.1.40", optional = true }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"], optional = true }
itertools = "0.13.0"
const-fnv1a-hash = "1.1.0"
# schema
schemars = { version = "0.8.21", optional = true }