File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
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"
19
- syn = " 1.0"
20
- quote = " 1.0"
18
+ proc-macro2 = " 1.0.27 "
19
+ syn = " 1.0.73 "
20
+ quote = " 1.0.9 "
21
21
22
22
[lib ]
23
23
proc-macro = true
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ path = "src/lib.rs"
20
20
21
21
[dependencies ]
22
22
cli-table-derive = { path = " ../cli-table-derive" , optional = true }
23
- csv = { version = " 1.1" , optional = true }
24
- termcolor = " 1.1"
25
- unicode-width = " 0.1"
23
+ csv = { version = " 1.1.6 " , optional = true }
24
+ termcolor = " 1.1.2 "
25
+ unicode-width = " 0.1.8 "
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"
14
- trybuild = { version = " 1.0" , features = [" diff" ] }
13
+ rustversion = " 1.0.5 "
14
+ trybuild = { version = " 1.0.42 " , features = [" diff" ] }
You can’t perform that action at this time.
0 commit comments