Skip to content

Commit 143e41b

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

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.

src/config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name = "config"
1717
[dependencies]
1818
thiserror = "1.0.38"
1919
girt-git = {version = "2.2.0", path = "../../src/git"}
20-
proc-macro2 = "1.0.64" # TODO: remove override of indirect dependency
20+
proc-macro2 = "1.0.66" # TODO: remove override of indirect dependency
2121

2222
[dev-dependencies]
2323
claim = { git = "https://github.com/Turbo87/rust-claim.git", rev = "23892a3" }

0 commit comments

Comments
 (0)