summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-17 11:55:43 +0000
committerTim Oram <dev@mitmaro.ca>2023-07-17 09:33:50 -0230
commit143e41b1c5f6a3818d43d81211298dd235284e25 (patch)
treef4f5347a1e429775f34c2e5097551ca643d8897b
parent4aa3b15a8f33456ab8ad86bb353df9395e494819 (diff)
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](https://github.com/dtolnay/proc-macro2/compare/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] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--src/config/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 22d9ac1..c7f854a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -784,9 +784,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.64"
+version = "1.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da"
+checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
dependencies = [
"unicode-ident",
]
diff --git a/src/config/Cargo.toml b/src/config/Cargo.toml
index e135cd1..8db8ac3 100644
--- a/src/config/Cargo.toml
+++ b/src/config/Cargo.toml
@@ -17,7 +17,7 @@ name = "config"
[dependencies]
thiserror = "1.0.38"
girt-git = {version = "2.2.0", path = "../../src/git"}
-proc-macro2 = "1.0.64" # TODO: remove override of indirect dependency
+proc-macro2 = "1.0.66" # TODO: remove override of indirect dependency
[dev-dependencies]
claim = { git = "https://github.com/Turbo87/rust-claim.git", rev = "23892a3" }