From 642486b8f43b53da3d645eb562ba1d8728baf3b5 Mon Sep 17 00:00:00 2001 From: Connor Skees Date: Mon, 16 Nov 2020 03:38:39 -0500 Subject: [PATCH] bump dependencies --- Cargo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e7536d5..88ed2c1 100644 --- a/Cargo.toml +++ b/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