Skip to content

Commit 363c4e7

Browse files
Bump proc-macro2 from 1.0.94 to 1.0.95 (#725)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7cf1f2c commit 363c4e7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.

derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ proc-macro = true
1414
[dependencies]
1515
syn = { version = "2", features = ["full", "visit"] }
1616
quote = "1.0.40"
17-
proc-macro2 = "1.0.94"
17+
proc-macro2 = "1.0.95"
1818
proc-macro-crate = "3.1.0"
1919

2020
[dev-dependencies]

0 commit comments

Comments
 (0)