Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
la10736 committed May 2, 2021
1 parent 3106354 commit 5724781
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Expand Up @@ -34,13 +34,13 @@ proc-macro = true
cfg-if = "1.0.0"
proc-macro2 = "1.0.26"
quote = "1.0.9"
syn = {version = "1.0.70", features = ["full", "parsing", "extra-traits", "visit", "visit-mut"]}
syn = { version = "1.0.71", features = ["full", "parsing", "extra-traits", "visit", "visit-mut"] }

[dev-dependencies]
actix-rt = "2.2.0"
async-std = {version = "1.9.0", features = ["attributes"]}
async-std = { version = "1.9.0", features = ["attributes"] }
lazy_static = "1.4.0"
mytest = {package = "rstest", version = "0.8.0"}
mytest = { package = "rstest", version = "0.8.0" }
pretty_assertions = "0.7.2"
rstest_reuse = "0.1.2"
rstest_test = "0.2.0"
Expand Down

0 comments on commit 5724781

Please sign in to comment.