summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-05-02 06:14:06 +0000
committerGitHub <noreply@github.com>2024-05-02 06:14:06 +0000
commit3a87db93106a93e65bc75347b499b7ef6f96264d (patch)
tree6bfbd34558f51285689711f3cdda0d8e59343be3
parent6abfc7ea58f3f00ebcc384cefc4b395acf45736a (diff)
chore(deps): update rust crate sha1 to 0.10.6
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9fd7271d6..148f14411 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -486,7 +486,7 @@ num-prime = { workspace = true }
pretty_assertions = "1.4.0"
rand = { workspace = true }
regex = { workspace = true }
-sha1 = { version = "0.10", features = ["std"] }
+sha1 = { version = "0.10.6", features = ["std"] }
tempfile = { workspace = true }
time = { workspace = true, features = ["local-offset"] }
unindent = "0.2"