From 76f1c3578097f770129817eb74ae32cc1101feb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 05:50:07 +0000 Subject: [PATCH] chore(deps): update rust crate sha1 to 0.11 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2606b44c..5491ff8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4341,7 +4341,7 @@ dependencies = [ "rw-renderer", "serde", "serde_json", - "sha1 0.10.6", + "sha1 0.11.0", "tempfile", "thiserror", "tracing", diff --git a/Cargo.toml b/Cargo.toml index b7893c90..14c18dcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ ureq = { version = "3", features = ["rustls", "json"] } # OAuth 1.0 RSA-SHA1 rsa = { version = "0.9", features = ["pem", "sha1"] } -sha1 = { version = "0.10", features = ["oid"] } +sha1 = { version = "0.11", features = ["oid"] } percent-encoding = "2.3" rand = "0.10" shellexpand = "3"