From d157de74b660b48ebfb7252a812f92c58468dbc6 Mon Sep 17 00:00:00 2001 From: Arthur Gautier Date: Tue, 6 May 2025 10:36:37 -0700 Subject: [PATCH] bump signature git pin --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 365e0240..b6be9a5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -725,7 +725,7 @@ dependencies = [ [[package]] name = "signature" version = "3.0.0-pre" -source = "git+https://github.com/RustCrypto/traits.git#ac5443909846354e11570e2968937a62f2019bed" +source = "git+https://github.com/RustCrypto/traits.git#439fc8c28c61b09eff35349b4c091a5586d70ea7" dependencies = [ "digest", "rand_core 0.9.3",