Skip to content

Commit

Permalink
Update syn requirement from 1.0.95 to 2.0.15 (#153)
Browse files Browse the repository at this point in the history
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.95...2.0.15)

---
updated-dependencies:
- dependency-name: syn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 26, 2023
1 parent b310e9b commit fb9289b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duckdb-loadable-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description = "Native bindings to the libduckdb library, C API; build loadable e
[dependencies]
proc-macro2 = { version = "1.0.56" }
quote = { version = "1.0.21" }
syn = { version = "1.0.95", features = [ "extra-traits", "full", "fold", "parsing" ] }
syn = { version = "2.0.15", features = [ "extra-traits", "full", "fold", "parsing" ] }

[lib]
proc-macro = true

0 comments on commit fb9289b

Please sign in to comment.