From 50a92f0d0dfc98fdf727e9042ac59406a80b4460 Mon Sep 17 00:00:00 2001 From: Alex Ostrovski Date: Wed, 13 Nov 2024 16:30:05 +0200 Subject: [PATCH] Remove obsolete FIXME --- core/lib/basic_types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/basic_types/Cargo.toml b/core/lib/basic_types/Cargo.toml index 824c834dfd0b..6cac4f60f615 100644 --- a/core/lib/basic_types/Cargo.toml +++ b/core/lib/basic_types/Cargo.toml @@ -14,7 +14,7 @@ categories.workspace = true const-decoder.workspace = true ethabi.workspace = true hex.workspace = true -sha2.workspace = true # FIXME: is this dep OK? +sha2.workspace = true tiny-keccak.workspace = true thiserror.workspace = true serde = { workspace = true, features = ["derive"] }