updated lib

This commit is contained in:
Y. T. Chung
2015-08-25 10:24:05 +08:00
parent 15912ee710
commit a046a5fb45

18
Cargo.lock generated
View File

@@ -3,7 +3,7 @@ name = "shadowsocks-rust"
version = "0.9.12"
dependencies = [
"byteorder 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"coio 0.1.1 (git+https://github.com/zonyitoo/coio-rs.git)",
"fern 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"hyper 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -50,9 +50,18 @@ name = "bytes"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "chrono"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"num 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "clap"
version = "1.2.2"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"ansi_term 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -70,9 +79,10 @@ dependencies = [
[[package]]
name = "coio"
version = "0.1.1"
source = "git+https://github.com/zonyitoo/coio-rs.git#6775b172edc96a16e3a21ad485cc19b9f502fbed"
source = "git+https://github.com/zonyitoo/coio-rs.git#fb92868777fa095618e0012df5178919987c0d9a"
dependencies = [
"bytes 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
"context 0.1.2 (git+https://github.com/zonyitoo/context-rs.git?rev=006f390362626cac54b2ead1f12e954c47fe7129)",
"deque 0.2.2 (git+https://github.com/kinghajj/deque.git?rev=1ccb41a56a63ef79a342bc45861940c22ff5edb7)",
"hyper 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -348,7 +358,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "simd"
version = "0.1.0"
source = "git+https://github.com/huonw/simd#57792f30ca133f7191a7efa3045d7d5048f9dc6b"
source = "git+https://github.com/huonw/simd#1ee586084c13edad99946f20d637b2388bc4164a"
[[package]]
name = "slab"