Skip to content
This repository was archived by the owner on Jun 2, 2020. It is now read-only.

Commit a785912

Browse files
authored
Merge pull request #463 from peterhuene/dependabot/cargo/dev/syn-1.0.8
Bump syn from 1.0.7 to 1.0.8
2 parents 76e3cf4 + 870e436 commit a785912

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

Cargo.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

azure-functions-codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ proc-macro = true
1414
[dependencies]
1515
azure-functions-shared = { version = "0.11.0", path = "../azure-functions-shared" }
1616
quote = "1.0.2"
17-
syn = { version = "1.0.7", features = ["full"] }
17+
syn = { version = "1.0.8", features = ["full"] }
1818
proc-macro2 = { version = "1.0.6" }
1919

2020
[features]

azure-functions-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ handlebars = "2.0.2"
2020
serde_json = "1.0.41"
2121
tempdir = "0.3.7"
2222
regex = "1.3.1"
23-
syn = { version = "1.0.7", features = ["full", "extra-traits"] }
23+
syn = { version = "1.0.8", features = ["full", "extra-traits"] }
2424
lazy_static = "1.3.0"
2525
ctrlc = "3.1.3"

azure-functions-shared-codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ proc-macro = true
1313

1414
[dependencies]
1515
quote = "1.0.2"
16-
syn = { version = "1.0.7", features = ["full"] }
16+
syn = { version = "1.0.8", features = ["full"] }
1717
proc-macro2 = { version = "1.0.6" }
1818

1919
[features]

azure-functions-shared/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bytes = "0.4"
1717
serde = {version = "1.0.102", features = ["derive"] }
1818
serde_json = "1.0.41"
1919
quote = "1.0.2"
20-
syn = { version = "1.0.7", features = ["full"] }
20+
syn = { version = "1.0.8", features = ["full"] }
2121
proc-macro2 = { version = "1.0.6" }
2222
lazy_static = "1.4.0"
2323

0 commit comments

Comments
 (0)