mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
bump dependencies
This commit is contained in:
parent
836e7718ce
commit
28c2da5044
2 changed files with 207 additions and 214 deletions
26
Cargo.toml
26
Cargo.toml
|
|
@ -31,36 +31,36 @@ path = "src/bin/schema.rs"
|
|||
required-features = ["schema"]
|
||||
|
||||
[dependencies]
|
||||
bitbuffer = { version = "0.10.8", features = ["serde"] }
|
||||
bitbuffer = { version = "0.10.9", features = ["serde"] }
|
||||
num_enum = "0.5.7"
|
||||
num-traits = "0.2.15"
|
||||
enumflags2 = { version = "0.7.5", features = ["serde"] }
|
||||
snap = "1.0.5"
|
||||
serde = { version = "1.0.142", features = ["derive", "rc"] }
|
||||
serde_json = "1.0.83"
|
||||
snap = "1.1.0"
|
||||
serde = { version = "1.0.150", features = ["derive", "rc"] }
|
||||
serde_json = "1.0.89"
|
||||
serde_repr = "0.1.9"
|
||||
err-derive = "0.3.1"
|
||||
parse-display = "0.5.5"
|
||||
parse-display = "0.7.0"
|
||||
main_error = "0.1.2"
|
||||
jemallocator = { version = "0.5.0", optional = true }
|
||||
better-panic = { version = "0.3.0", optional = true }
|
||||
no-panic = { version = "0.1.15", optional = true }
|
||||
no-panic = { version = "0.1.16", optional = true }
|
||||
fnv = "1.0.7"
|
||||
steamid-ng = "1.0.0"
|
||||
schemars = { version = "0.8.10", optional = true }
|
||||
tracing = { version = "0.1.36", optional = true }
|
||||
tracing-subscriber = { version = "0.3.15", features = ["env-filter"], optional = true }
|
||||
itertools = "0.10.3"
|
||||
schemars = { version = "0.8.11", optional = true }
|
||||
tracing = { version = "0.1.37", optional = true }
|
||||
tracing-subscriber = { version = "0.3.16", features = ["env-filter"], optional = true }
|
||||
itertools = "0.10.5"
|
||||
|
||||
[features]
|
||||
schema = ["schemars", "bitbuffer/schemars"]
|
||||
trace = ["tracing", "tracing-subscriber"]
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "1.2.1"
|
||||
test-case = "2.2.1"
|
||||
pretty_assertions = "1.3.0"
|
||||
test-case = "2.2.2"
|
||||
iai = "0.1.1"
|
||||
criterion = "0.3.6"
|
||||
criterion = "0.4.0"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue