Skip to content

Commit

Permalink
build: bump syn in /implementations/rust/ockam/ockam_node_attribute
Browse files Browse the repository at this point in the history
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.62 to 1.0.64.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@1.0.62...1.0.64)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 15, 2021
1 parent 563be56 commit 915e784
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions implementations/rust/ockam/ockam_node_attribute/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_node_attribute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ proc-macro = true

[dependencies]
quote = "1.0.9"
syn = {version = "1.0.62", features = ["full", "extra-traits"]}
syn = {version = "1.0.64", features = ["full", "extra-traits"]}

0 comments on commit 915e784

Please sign in to comment.