1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00
This commit is contained in:
Robin Appelman 2024-06-15 15:24:42 +02:00
commit 0bde2ddbe9
4 changed files with 197 additions and 190 deletions

View file

@ -39,26 +39,26 @@ required-features = ["codegen"]
[dependencies]
bitbuffer = { version = "0.11.0", features = ["serde"] }
num_enum = "0.7.2"
num-traits = "0.2.18"
enumflags2 = { version = "0.7.9", features = ["serde"] }
num-traits = "0.2.19"
enumflags2 = { version = "0.7.10", features = ["serde"] }
snap = "1.1.1"
serde = { version = "1.0.197", features = ["derive", "rc"] }
serde_json = "1.0.115"
serde_repr = "0.1.18"
serde = { version = "1.0.203", features = ["derive", "rc"] }
serde_json = "1.0.117"
serde_repr = "0.1.19"
err-derive = "0.3.1"
parse-display = "0.9.0"
parse-display = "0.9.1"
main_error = "0.1.2"
jemallocator = { version = "0.5.4", optional = true }
better-panic = { version = "0.3.0", optional = true }
no-panic = { version = "0.1.29", optional = true }
no-panic = { version = "0.1.30", optional = true }
fnv = "1.0.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.12.1"
itertools = "0.13.0"
# schema
schemars = { version = "0.8.18", optional = true }
schemars = { version = "0.8.21", optional = true }
# codegen
quote = { version = "1", optional = true }
@ -79,7 +79,7 @@ pretty_assertions = "1.4.0"
test-case = "3.3.1"
iai = "0.1.1"
criterion = "0.5.1"
insta = { version = "1.38.0", features = ["json"] }
insta = { version = "1.39.0", features = ["json"] }
[profile.release]
lto = "thin"