Skip to content

Commit badb13c

Browse files
Bump proc-macro2 from 1.0.69 to 1.0.70 (#1292)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.69 to 1.0.70. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.69...1.0.70) --- updated-dependencies: - dependency-name: proc-macro2 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 24e19b1 commit badb13c

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jsonrpsee = { version = "0.20" }
6060
pretty_assertions = "1.4.0"
6161
primitive-types = { version = "0.12.2", default-features = false, features = ["codec", "scale-info", "serde"] }
6262
proc-macro-error = "1.0.4"
63-
proc-macro2 = "1.0.69"
63+
proc-macro2 = "1.0.70"
6464
quote = "1.0.33"
6565
regex = "1.10.2"
6666
scale-info = "2.10.0"

0 commit comments

Comments
 (0)