Skip to content

Commit

Permalink
[ci]: Update syn.
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru>
  • Loading branch information
appetrosyan committed Aug 4, 2022
1 parent c019a9f commit 84da745
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cli/derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ quote = "1.0"
proc-macro2 = "1.0"

[dev-dependencies]
warp = "0.3"
warp = "0.3"
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ denylist = [
"telemetry",
"test-network"
] # TODO: remove `dex` and `bridge` once there's code for them.
skip_optional_dependencies = true
skip_optional_dependencies = true
8 changes: 4 additions & 4 deletions schema/derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ publish = false
proc-macro = true

[dependencies]
syn = { version = "1.0.72" }
proc-macro2 = "1.0.33"
quote = "1.0"
syn = { version = "1.0.99", features = ["full"] }
proc-macro2 = "1.0.39"
quote = "1.0.21"

[dev-dependencies]
iroha_schema = { path = "../"}

trybuild = "1.0.53"
trybuild = "1.0.63"

0 comments on commit 84da745

Please sign in to comment.