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

bumb dependencies

This commit is contained in:
Robin Appelman 2022-01-13 22:00:16 +01:00
commit 2f7f610723
2 changed files with 92 additions and 152 deletions

View file

@ -44,13 +44,13 @@ fnv = "1"
steamid-ng = "1"
schemars = { version = "0.8", optional = true }
tracing = "0.1"
tracing-subscriber = "0.2"
tracing-subscriber = "0.3"
[features]
schema = ["schemars", "bitbuffer/schemars"]
[dev-dependencies]
pretty_assertions = "0.7"
pretty_assertions = "1"
test-case = "1"
iai = "0.1"