File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ storage-backend = { path = "./storage-backend" }
14
14
15
15
clap = " 2"
16
16
serde = " 1"
17
- serde_derive = " 1"
17
+ serde_derive = " 1.0 "
18
18
serde_json = " 1"
19
19
toml = " 0.4"
20
20
failure = " 0.1"
21
21
permutate = " 0.3"
22
- lazy_static = " * "
22
+ lazy_static = " 1.2 "
23
23
glob = " 0.2"
24
24
human-size = " 0.4"
25
25
prettytable-rs = " 0.8"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ rand = "0.4"
21
21
libc = " 0.2"
22
22
failure = " 0.1"
23
23
bellman = " 0.1"
24
- lazy_static = " 1.0 "
24
+ lazy_static = " 1.2 "
25
25
memmap = " 0.6"
26
26
clap = " 2"
27
27
colored = " 1.6"
@@ -31,7 +31,7 @@ byteorder = "1"
31
31
itertools = " 0.7.3"
32
32
serde_cbor = " 0.9.0"
33
33
serde = { version = " 1" , features = [" rc" ] }
34
- serde_derive = " 1"
34
+ serde_derive = " 1.0 "
35
35
blake2 = " 0.8"
36
36
slog = { version = " 2.4.1" , features = [" max_level_trace" , " release_max_level_trace" ] }
37
37
@@ -44,8 +44,8 @@ version = "0.14.2"
44
44
features = [" expose-arith" ]
45
45
46
46
[build-dependencies ]
47
- bindgen = " 0.43.1 "
48
- cbindgen = " 0.6.3 "
47
+ bindgen = " 0.46 "
48
+ cbindgen = " 0.6.8 "
49
49
50
50
[features ]
51
51
default = []
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ features = ["expose-arith"]
26
26
tempfile = " *"
27
27
28
28
[build-dependencies ]
29
- cbindgen = " 0.6.3 "
29
+ cbindgen = " 0.6.8 "
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ bellman = "0.1"
18
18
byteorder = " 1"
19
19
crossbeam-utils = " 0.6"
20
20
itertools = " 0.7.3"
21
- lazy_static = " 1.0 "
21
+ lazy_static = " 1.2 "
22
22
memmap = " 0.6"
23
23
num-bigint = " 0.2"
24
24
num-traits = " 0.2"
You can’t perform that action at this time.
0 commit comments