Merge pull request #663 from uuid-rs/dependabot/cargo/syn-2.0.5

Update syn requirement from 1.0.80 to 2.0.5
This commit is contained in:
Ashley Mannix 2023-03-23 14:57:32 +10:00 committed by GitHub
commit efa468692f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ license = "Apache-2.0 OR MIT"
proc-macro = true
[dependencies.syn]
version = "1.0.80"
version = "2.0.5"
[dependencies.quote]
version = "1.0.10"