]> git.proxmox.com Git - cargo.git/commitdiff
updated threadpool dependency from v0.1.1 to v0.1.4
authorozmorph <ozmorph@gmail.com>
Sat, 18 Apr 2015 22:12:45 +0000 (18:12 -0400)
committerozmorph <ozmorph@gmail.com>
Sat, 18 Apr 2015 22:12:45 +0000 (18:12 -0400)
Cargo.lock
Cargo.toml

index 8e0ac182ca8e6d81b3ef4168a6cee5649ad98a0f..fd9f9b4d06407c073d658eae59998fda9fca71b5 100644 (file)
@@ -22,7 +22,7 @@ dependencies = [
  "tar 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  "tempdir 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
  "term 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
- "threadpool 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "threadpool 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  "time 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
  "toml 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
  "url 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -288,7 +288,7 @@ dependencies = [
 
 [[package]]
 name = "threadpool"
-version = "0.1.3"
+version = "0.1.4"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 
 [[package]]
index cc8a65aa52be7d766b4d9698c48292c2b3165f9c..0ee9c72ddb07d931c912655d8125afbb056613ae 100644 (file)
@@ -26,7 +26,7 @@ url = "0.2.23"
 rustc-serialize = "0.3.1"
 term = "0.2"
 regex = "0.1.18"
-threadpool = "0.1.1"
+threadpool = "0.1.4"
 libc = "0.1.2"
 registry = { path = "src/registry" }
 num_cpus = "0.1"