Skip to content

Commit 19cade5

Browse files
Bump proc-macro2 from 1.0.93 to 1.0.94 (#787)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.93 to 1.0.94. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.93...1.0.94) --- 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 f38d1c9 commit 19cade5

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.5.0"
1212
log = "0.4.26"
13-
proc-macro2 = "1.0.93"
13+
proc-macro2 = "1.0.94"
1414
quote = "1.0.38"
1515
regress = "0.10.3"
1616
schemars = "0.8.21"

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.93"
14+
proc-macro2 = "1.0.94"
1515
quote = "1.0.38"
1616
schemars = "0.8.21"
1717
semver = { version = "1.0.25", features = ["serde"] }

0 commit comments

Comments
 (0)