summaryrefslogtreecommitdiffstats
path: root/git2-hooks
diff options
context:
space:
mode:
authorextrawurst <776816+extrawurst@users.noreply.github.com>2024-02-12 11:53:22 +0100
committerGitHub <noreply@github.com>2024-02-12 11:53:22 +0100
commit673edd8f2d516c7b298e65f53bf5d9fbdff79718 (patch)
treed6c9ab05a75a3793b6fe1482057929935b65f306 /git2-hooks
parentd5f88df88a92d1cfea273e8e3375cfd2e8291ff9 (diff)
cargo updates (#1856)
closes #1781
Diffstat (limited to 'git2-hooks')
-rw-r--r--git2-hooks/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/git2-hooks/Cargo.toml b/git2-hooks/Cargo.toml
index 1c6c63e5..bd21c9d7 100644
--- a/git2-hooks/Cargo.toml
+++ b/git2-hooks/Cargo.toml
@@ -21,4 +21,4 @@ thiserror = "1.0"
[dev-dependencies]
git2-testing = { path = "../git2-testing" }
pretty_assertions = "1.4"
-tempfile = "3.4"
+tempfile = "3"