bump dependencies
This commit is contained in:
parent
f17a1e6da2
commit
642486b8f4
18
Cargo.toml
18
Cargo.toml
@ -50,21 +50,21 @@ harness = false
|
|||||||
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "2.33.1", optional = true }
|
clap = { version = "2.33.3", optional = true }
|
||||||
num-rational = "0.3.0"
|
num-rational = "0.3.2"
|
||||||
num-bigint = "0.3.0"
|
num-bigint = "0.3.1"
|
||||||
num-traits = "0.2.12"
|
num-traits = "0.2.14"
|
||||||
once_cell = "1.4.0"
|
once_cell = "1.5.2"
|
||||||
rand = { version = "0.7.3", optional = true }
|
rand = { version = "0.7.3", optional = true }
|
||||||
codemap = "0.1.3"
|
codemap = "0.1.3"
|
||||||
peekmore = "=0.5.4"
|
peekmore = "0.5.6"
|
||||||
wasm-bindgen = { version = "0.2.65", optional = true }
|
wasm-bindgen = { version = "0.2.68", optional = true }
|
||||||
beef = "0.4.4"
|
beef = "0.4.4"
|
||||||
phf = { version = "0.8.0", features = ["macros"] }
|
phf = { version = "0.8.0", features = ["macros"] }
|
||||||
# criterion is not a dev-dependency because it makes tests take too
|
# criterion is not a dev-dependency because it makes tests take too
|
||||||
# long to compile, and you cannot make dev-dependencies optional
|
# long to compile, and you cannot make dev-dependencies optional
|
||||||
criterion = { version = "0.3.3", optional = true }
|
criterion = { version = "0.3.3", optional = true }
|
||||||
indexmap = "1.5.0"
|
indexmap = "1.6.0"
|
||||||
lasso = "0.3.1"
|
lasso = "0.3.1"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
@ -84,7 +84,7 @@ bench = ["criterion"]
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tempfile = "3.1.0"
|
tempfile = "3.1.0"
|
||||||
paste = "0.1.18"
|
paste = "1.0.3"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
debug = true
|
debug = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user