Skip to content

Commit 26ee33a

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

actix-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ syn = { version = "2", features = ["full"] }
2727

2828
# minimal versions compat
2929
[target.'cfg(any())'.dependencies]
30-
proc-macro2 = "1.0.60"
30+
proc-macro2 = "1.0.95"
3131

3232
[dev-dependencies]
3333
actix-rt = "2"

0 commit comments

Comments
 (0)