Skip to content

Commit e9dc7f8

Browse files
Bump proc-macro2 from 1.0.78 to 1.0.79 (#534)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.78 to 1.0.79. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.78...1.0.79) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f1c22e7 commit e9dc7f8

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.

typify-impl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "../README.md"
1010
[dependencies]
1111
heck = "0.4.1"
1212
log = "0.4.21"
13-
proc-macro2 = "1.0.78"
13+
proc-macro2 = "1.0.79"
1414
quote = "1.0.35"
1515
regress = "0.9.0"
1616
schemars = "0.8.16"

typify-macro/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ readme = "../README.md"
1111
proc-macro = true
1212

1313
[dependencies]
14-
proc-macro2 = "1.0.78"
14+
proc-macro2 = "1.0.79"
1515
quote = "1.0.35"
1616
schemars = "0.8.16"
1717
serde = "1.0.197"

0 commit comments

Comments
 (0)