mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
update dependencies
This commit is contained in:
parent
4d87f5b279
commit
3b1f9b89b5
3 changed files with 97 additions and 81 deletions
|
|
@ -24,13 +24,13 @@ path = "src/bin/loop.rs"
|
|||
bitbuffer = "0.8.1"
|
||||
num_enum = "0.5"
|
||||
num-traits = "0.2"
|
||||
enumflags2 = "0.6"
|
||||
enumflags2 = "0.7"
|
||||
snap = "1.0"
|
||||
serde = { version = "1.0", features = ["derive", "rc"] }
|
||||
serde_json = "1.0"
|
||||
serde_repr = "0.1"
|
||||
err-derive = "0.3"
|
||||
parse-display = "0.4"
|
||||
parse-display = "0.5"
|
||||
main_error = "0.1"
|
||||
jemallocator = { version = "0.3", optional = true }
|
||||
better-panic = { version = "0.2", optional = true }
|
||||
|
|
@ -38,7 +38,7 @@ no-panic = { version = "0.1", optional = true }
|
|||
fnv = "1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "0.6"
|
||||
pretty_assertions = "0.7"
|
||||
test-case = "1.0.0"
|
||||
iai = "0.1"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue