Skip to content

Commit b1b1205

Browse files
build(deps): bump proc-macro2 from 1.0.86 to 1.0.94
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.86 to 1.0.94. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.86...1.0.94) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 61500fb commit b1b1205

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

graph/derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ proc-macro = true
1414
[dependencies]
1515
syn = { workspace = true }
1616
quote = "1.0"
17-
proc-macro2 = "1.0.85"
17+
proc-macro2 = "1.0.94"
1818
heck = "0.5"
1919

2020
[dev-dependencies]

runtime/derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ proc-macro = true
99
[dependencies]
1010
syn = { workspace = true }
1111
quote = "1.0"
12-
proc-macro2 = "1.0.85"
12+
proc-macro2 = "1.0.94"
1313
heck = "0.5"

0 commit comments

Comments
 (0)