bump dependencies (#66)

This commit is contained in:
Niclas 2022-10-27 13:06:04 +00:00 committed by GitHub
parent bd83410a8a
commit b913eabdf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,21 +50,21 @@ harness = false
[dependencies] [dependencies]
clap = { version = "2.33.3", optional = true } clap = { version = "2.34.0", optional = true }
num-rational = "0.4" num-rational = "0.4"
num-bigint = "0.4" num-bigint = "0.4"
num-traits = "0.2.14" num-traits = "0.2.14"
once_cell = "1.5.2" once_cell = "1.15.0"
rand = { version = "0.8", optional = true } rand = { version = "0.8", optional = true }
codemap = "0.1.3" codemap = "0.1.3"
wasm-bindgen = { version = "0.2.68", optional = true } wasm-bindgen = { version = "0.2.68", optional = true }
beef = "0.5" beef = "0.5"
phf = { version = "0.9", features = ["macros"] } phf = { version = "0.11", 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.4.0", optional = true }
indexmap = "1.6.0" indexmap = "1.9.1"
lasso = "0.5" lasso = "0.6"
[features] [features]
default = ["commandline", "random"] default = ["commandline", "random"]
@ -82,7 +82,7 @@ profiling = []
bench = ["criterion"] bench = ["criterion"]
[dev-dependencies] [dev-dependencies]
tempfile = "3.1.0" tempfile = "3.3.0"
paste = "1.0.3" paste = "1.0.3"
[profile.release] [profile.release]