Skip to content

Commit ae57fbb

Browse files
committed
Alphabetise deps in Cargo.toml
Signed-off-by: Nick Cameron <[email protected]>
1 parent 24aafd9 commit ae57fbb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ integration-tests = []
1818
name = "tikv_client"
1919

2020
[dependencies]
21+
failure = "0.1"
2122
futures = "0.1"
22-
serde = "1.0"
23-
serde_derive = "1.0"
23+
fxhash = "0.2"
2424
grpcio = { version = "0.4", features = [ "secure" ] }
25+
lazy_static = "0.2.1"
26+
log = "0.3.9"
2527
protobuf = "~2.0"
28+
serde = "1.0"
29+
serde_derive = "1.0"
2630
tokio-core = "0.1"
2731
tokio-timer = "0.2"
28-
fxhash = "0.2"
29-
lazy_static = "0.2.1"
30-
log = "0.3.9"
31-
failure = "0.1"
3232

3333
[dependencies.kvproto]
3434
git = "https://github.com/pingcap/kvproto.git"
@@ -40,5 +40,5 @@ default-features = false
4040
features = ["push", "process"]
4141

4242
[dev-dependencies]
43-
tempdir = "0.3"
4443
clap = "2.32"
44+
tempdir = "0.3"

0 commit comments

Comments
 (0)