File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,24 +34,24 @@ rustfmt-format-diff = []
34
34
generic-simd = [" bytecount/generic-simd" ]
35
35
36
36
[dependencies ]
37
- itertools = " 0.8 "
37
+ itertools = " 0.9 "
38
38
toml = " 0.5"
39
39
serde = { version = " 1.0" , features = [" derive" ] }
40
40
serde_json = " 1.0"
41
41
unicode-segmentation = " 1.0.0"
42
42
regex = " 1.0"
43
43
term = " 0.6"
44
44
diff = " 0.1"
45
- log = " 0.4.14 "
46
- env_logger = " 0.6 "
45
+ log = " 0.4"
46
+ env_logger = " 0.8 "
47
47
getopts = " 0.2"
48
48
derive-new = " 0.5"
49
- cargo_metadata = " 0.8 "
49
+ cargo_metadata = " 0.12 "
50
50
bytecount = " 0.6"
51
51
unicode-width = " 0.1.5"
52
52
unicode_categories = " 0.1.1"
53
53
dirs = " 2.0.1"
54
- ignore = " 0.4.11 "
54
+ ignore = " 0.4.17 "
55
55
annotate-snippets = { version = " 0.8" , features = [" color" ] }
56
56
structopt = " 0.3"
57
57
rustfmt-config_proc_macro = { version = " 0.2" , path = " config_proc_macro" }
Original file line number Diff line number Diff line change @@ -528,7 +528,7 @@ fn get_cargo_metadata(
528
528
if let Some ( manifest_path) = manifest_path {
529
529
cmd. manifest_path ( manifest_path) ;
530
530
}
531
- cmd. other_options ( & [ String :: from ( "--offline" ) ] ) ;
531
+ cmd. other_options ( vec ! [ String :: from( "--offline" ) ] ) ;
532
532
533
533
match cmd. exec ( ) {
534
534
Ok ( metadata) => Ok ( metadata) ,
You can’t perform that action at this time.
0 commit comments