File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ edition = "2018"
15
15
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
16
16
17
17
[dependencies ]
18
- proc-macro2 = " 1.0.29 "
19
- syn = " 1.0.78 "
20
- quote = " 1.0.9 "
18
+ proc-macro2 = " 1.0.37 "
19
+ syn = " 1.0.91 "
20
+ quote = " 1.0.18 "
21
21
22
22
[lib ]
23
23
proc-macro = true
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ path = "src/lib.rs"
21
21
[dependencies ]
22
22
cli-table-derive = { path = " ../cli-table-derive" , optional = true }
23
23
csv = { version = " 1.1.6" , optional = true }
24
- termcolor = " 1.1.2 "
24
+ termcolor = " 1.1.3 "
25
25
unicode-width = " 0.1.9"
26
26
27
27
[features ]
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ edition = "2018"
10
10
cli-table = { path = " ../cli-table" }
11
11
12
12
[dev-dependencies ]
13
- rustversion = " 1.0.5 "
14
- trybuild = { version = " 1.0.45 " , features = [" diff" ] }
13
+ rustversion = " 1.0.6 "
14
+ trybuild = { version = " 1.0.59 " , features = [" diff" ] }
You can’t perform that action at this time.
0 commit comments