From 57fb89394f8ed818647c8157c6ce0a49250b5a3c Mon Sep 17 00:00:00 2001 From: "Andrew Phillips (aider)" Date: Mon, 12 May 2025 18:59:16 -0300 Subject: [PATCH] feat: add sha2 crate to dependencies --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index cf7d1bd..7623e9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,6 +32,7 @@ lz4_flex = "0.11.1" flate2 = { version = "1.0.27", features = ["zlib-ng-compat"] } regex = "1.9.5" nix = "0.26.2" +sha2 = "0.10.0" [dev-dependencies] tempfile = "3.3.0"