From 4dbafb45c7121686059dee66125911d7c0f2af21 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 15 Mar 2018 21:09:59 -0700 Subject: [PATCH] Update to num_cpus 1.8, and other updates. --- cranelift/Cargo.toml | 2 +- lib/filetests/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cranelift/Cargo.toml b/cranelift/Cargo.toml index b9acc0606c..c7e9f6fef4 100644 --- a/cranelift/Cargo.toml +++ b/cranelift/Cargo.toml @@ -24,7 +24,7 @@ docopt = "0.8.0" serde = "1.0.8" serde_derive = "1.0.8" tempdir = "0.3.5" -term = "0.5" +term = "0.5.1" [workspace] diff --git a/lib/filetests/Cargo.toml b/lib/filetests/Cargo.toml index 4ef875ea2c..c1dd254902 100644 --- a/lib/filetests/Cargo.toml +++ b/lib/filetests/Cargo.toml @@ -14,5 +14,5 @@ name = "cton_filetests" [dependencies] cretonne = { path = "../cretonne", version = "0.3.4" } cretonne-reader = { path = "../reader", version = "0.3.4" } -filecheck = "0.2.0" -num_cpus = "1.5.1" +filecheck = "0.2.1" +num_cpus = "1.8.0"