chore(deps): update rust crate proc-macro2 to 1.0.51 (#42)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-02-21 17:07:11 +03:00 committed by GitHub
parent 6b0fc83d13
commit e88f8e2843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ marine-it-parser = "0.11.0"
itertools = "0.10.4"
darling = "0.14.3"
quote = "1.0.21"
proc-macro2 = "1.0.43"
proc-macro2 = "1.0.51"
proc-macro-error = { version = "1.0.4", default-features = false }
syn = { version = '1.0.100', features = ['full'] }
thiserror = "1.0.38"

View File

@ -21,6 +21,6 @@ doctest = false
marine-test-macro-impl = { path = "../marine-test-macro-impl", version = "=0.8.1" }
quote = "1.0.21"
proc-macro2 = "1.0.43"
proc-macro2 = "1.0.51"
proc-macro-error = { version = "1.0.4", default-features = false }
syn = { version = '1.0.100', features = ['full'] }