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