Skip to content

Commit a7d2cb4

Browse files
Bump proc-macro2 from 1.0.92 to 1.0.93 (#727)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.92 to 1.0.93. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.92...1.0.93) --- 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 98be4bc commit a7d2cb4

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
@@ -21,7 +21,7 @@ kittycad-modeling-cmds = { path = "modeling-cmds", version = "0.2.0" }
2121
kittycad-modeling-cmds-macros = { path = "modeling-cmds-macros", version = "0.1.11" }
2222
kittycad-modeling-cmds-macros-impl = { path = "modeling-cmds-macros-impl", version = "0.1.12" }
2323
kittycad-modeling-session = { path = "modeling-session", version = "0.1.2" }
24-
proc-macro2 = "1.0.92"
24+
proc-macro2 = "1.0.93"
2525
quote = "1.0.38"
2626
syn = "2.0.96"
2727

0 commit comments

Comments
 (0)