mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
bumb dependencies
This commit is contained in:
parent
63860e906c
commit
8372ce473b
2 changed files with 50 additions and 61 deletions
|
|
@ -38,13 +38,13 @@ err-derive = "0.3"
|
|||
parse-display = "0.5"
|
||||
main_error = "0.1"
|
||||
jemallocator = { version = "0.3", optional = true }
|
||||
better-panic = { version = "0.2", optional = true }
|
||||
better-panic = { version = "0.3", optional = true }
|
||||
no-panic = { version = "0.1", optional = true }
|
||||
fnv = "1"
|
||||
steamid-ng = "1"
|
||||
schemars = { version = "0.8", optional = true }
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = "0.3"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
|
||||
[features]
|
||||
schema = ["schemars", "bitbuffer/schemars"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue