From 805f31db2e11c14a4e9facf751e3bda227a31017 Mon Sep 17 00:00:00 2001 From: Samuel Moelius Date: Tue, 26 Dec 2023 15:48:33 -0500 Subject: [PATCH] `sha-1` -> `sha1` in runtime/Cargo.toml --- runtime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index e18296f0..107b2699 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -13,6 +13,6 @@ repository = "https://github.com/trailofbits/test-fuzz" hex = "0.4" num-traits = "0.2" serde = { version = "1.0", features = ["derive"] } -sha-1 = "0.10" +sha1 = "0.10" internal = { path = "../internal", package = "test-fuzz-internal", version = "=4.0.5" }