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 c4c5ac4 commit d07d4a6Copy full SHA for d07d4a6
cli-table-derive/Cargo.toml
@@ -15,9 +15,9 @@ 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.39"
19
-syn = "1.0.96"
20
-quote = "1.0.18"
+proc-macro2 = "1.0.40"
+syn = "1.0.98"
+quote = "1.0.20"
21
22
[lib]
23
proc-macro = true
test-suite/Cargo.toml
@@ -10,5 +10,5 @@ edition = "2018"
10
cli-table = { path = "../cli-table" }
11
12
[dev-dependencies]
13
-rustversion = "1.0.6"
14
-trybuild = { version = "1.0.61", features = ["diff"] }
+rustversion = "1.0.7"
+trybuild = { version = "1.0.63", features = ["diff"] }
0 commit comments