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 8af224a commit 522e783Copy full SHA for 522e783
cli-table-derive/Cargo.toml
@@ -15,8 +15,8 @@ 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.37"
19
-syn = "1.0.91"
+proc-macro2 = "1.0.38"
+syn = "1.0.93"
20
quote = "1.0.18"
21
22
[lib]
test-suite/Cargo.toml
@@ -11,4 +11,4 @@ cli-table = { path = "../cli-table" }
11
12
[dev-dependencies]
13
rustversion = "1.0.6"
14
-trybuild = { version = "1.0.59", features = ["diff"] }
+trybuild = { version = "1.0.61", features = ["diff"] }
0 commit comments