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"