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.42 "
19
- syn = " 1.0.98 "
20
- quote = " 1.0.20 "
18
+ proc-macro2 = " 1.0.47 "
19
+ syn = " 1.0.102 "
20
+ quote = " 1.0.21 "
21
21
22
22
[lib ]
23
23
proc-macro = true
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ path = "src/lib.rs"
22
22
cli-table-derive = { path = " ../cli-table-derive" , optional = true }
23
23
csv = { version = " 1.1.6" , optional = true }
24
24
termcolor = " 1.1.3"
25
- unicode-width = " 0.1.9 "
25
+ unicode-width = " 0.1.10 "
26
26
27
27
[features ]
28
28
default = [" csv" , " derive" ]
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.8 "
14
- trybuild = { version = " 1.0.63 " , features = [" diff" ] }
13
+ rustversion = " 1.0.9 "
14
+ trybuild = { version = " 1.0.71 " , features = [" diff" ] }
You can’t perform that action at this time.
0 commit comments