chore(deps): update rust crate proc-macro2 to 1.0.69 (#84)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-11-21 17:05:31 +03:00 committed by GitHub
parent 958d99bdb0
commit fd6b6c0d52
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.13.0"
itertools = "0.10.5" itertools = "0.10.5"
darling = "0.20.1" darling = "0.20.1"
quote = "1.0.26" quote = "1.0.26"
proc-macro2 = "1.0.56" proc-macro2 = "1.0.69"
proc-macro-error = { version = "1.0.4", default-features = false } proc-macro-error = { version = "1.0.4", default-features = false }
syn = { version = '2.0.15', features = ['full'] } syn = { version = '2.0.15', features = ['full'] }
thiserror = "1.0.40" thiserror = "1.0.40"

View File

@ -21,6 +21,6 @@ doctest = false
marine-test-macro-impl = { path = "../marine-test-macro-impl", version = "=0.11.0" } marine-test-macro-impl = { path = "../marine-test-macro-impl", version = "=0.11.0" }
quote = "1.0.26" quote = "1.0.26"
proc-macro2 = "1.0.56" proc-macro2 = "1.0.69"
proc-macro-error = { version = "1.0.4", default-features = false } proc-macro-error = { version = "1.0.4", default-features = false }
syn = { version = '2.0.15', features = ['full'] } syn = { version = '2.0.15', features = ['full'] }