We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07d4a6 commit de3ed37Copy full SHA for de3ed37
cli-table-derive/Cargo.toml
@@ -15,7 +15,7 @@ edition = "2018"
15
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
16
17
[dependencies]
18
-proc-macro2 = "1.0.40"
+proc-macro2 = "1.0.42"
19
syn = "1.0.98"
20
quote = "1.0.20"
21
test-suite/Cargo.toml
@@ -10,5 +10,5 @@ edition = "2018"
10
cli-table = { path = "../cli-table" }
11
12
[dev-dependencies]
13
-rustversion = "1.0.7"
+rustversion = "1.0.8"
14
trybuild = { version = "1.0.63", features = ["diff"] }
0 commit comments