Skip to content

Commit e11e51b

Browse files
dependabot[bot]killzoner
authored andcommitted
Bump proc-macro2 from 1.0.103 to 1.0.104
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.103 to 1.0.104. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.103...1.0.104) --- updated-dependencies: - dependency-name: proc-macro2 dependency-version: 1.0.104 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent afec352 commit e11e51b

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
@@ -15,7 +15,7 @@ repository = "https://github.com/killzoner/clappen"
1515
proc-macro = true
1616

1717
[dependencies]
18-
proc-macro2 = { version = "1.0.103", default-features = false }
18+
proc-macro2 = { version = "1.0.104", default-features = false }
1919
quote = { version = "1.0.42", default-features = false }
2020
syn = { version = "2.0.111", features = [
2121
"clone-impls", # for clone() debug only, ideally should be not used

0 commit comments

Comments
 (0)