Skip to content

Commit b41e3ba

Browse files
authored
Upgrade dependencies (#27)
1 parent 522e783 commit b41e3ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli-table-derive/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ edition = "2018"
1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1616

1717
[dependencies]
18-
proc-macro2 = "1.0.38"
19-
syn = "1.0.93"
18+
proc-macro2 = "1.0.39"
19+
syn = "1.0.95"
2020
quote = "1.0.18"
2121

2222
[lib]

0 commit comments

Comments
 (0)