Skip to content

Commit ac1d4a2

Browse files
Bump proc-macro2 from 1.0.101 to 1.0.103 (#915)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.101 to 1.0.103. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.101...1.0.103) --- updated-dependencies: - dependency-name: proc-macro2 dependency-version: 1.0.103 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 5d60e9b commit ac1d4a2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ log = "0.4.28"
2929
newline-converter = "0.3.0"
3030
paste = "1.0.15"
3131
prettyplease = "0.2.37"
32-
proc-macro2 = "1.0.101"
32+
proc-macro2 = "1.0.103"
3333
quote = "1.0.41"
3434
regress = "0.10.4"
3535
rustfmt-wrapper = "0.2.1"

typify-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.101"
14+
proc-macro2 = "1.0.103"
1515
quote = "1.0.41"
1616
schemars = "0.8.22"
1717
semver = { version = "1.0.27", features = ["serde"] }

0 commit comments

Comments
 (0)