mirror of
https://github.com/RGBCube/cstree
synced 2025-07-27 09:07:44 +00:00
bump dependencies
This commit is contained in:
parent
15ab18dd15
commit
03743801ad
1 changed files with 6 additions and 6 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -15,13 +15,13 @@ readme = "README.md"
|
|||
debug = true
|
||||
|
||||
[dependencies]
|
||||
lasso = { version = "0.5", features = ["inline-more"] }
|
||||
text-size = "1.0.0"
|
||||
lasso = { version = "0.6", features = ["inline-more"] }
|
||||
text-size = "1.1.0"
|
||||
fxhash = "0.2.1"
|
||||
parking_lot = "0.11.1"
|
||||
parking_lot = "0.11.2"
|
||||
|
||||
# Arc
|
||||
triomphe = "0.1.2"
|
||||
triomphe = "0.1.3"
|
||||
|
||||
[dependencies.serde]
|
||||
version = "1.0"
|
||||
|
@ -31,8 +31,8 @@ features = ["derive"]
|
|||
|
||||
[dev-dependencies]
|
||||
m_lexer = "0.0.4"
|
||||
serde_json = "1.0.61"
|
||||
serde_test = "1.0.119"
|
||||
serde_json = "1.0"
|
||||
serde_test = "1.0"
|
||||
crossbeam-utils = "0.8"
|
||||
criterion = "0.3"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue