Skip to content

Commit 1e1f907

Browse files
Update syn requirement from 1.0 to 2.0
Updates the requirements on [syn](https://github.com/dtolnay/syn) to permit the latest version. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@1.0.0...2.0.3) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7cd7b18 commit 1e1f907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ proc-macro = true
1212
test = false
1313

1414
[dependencies]
15-
syn = "1.0"
15+
syn = "2.0"
1616
proc-macro2 = "1.0"
1717
quote = "1.0"

0 commit comments

Comments
 (0)