summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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" }