diff --git a/eip7594/Cargo.toml b/eip7594/Cargo.toml index 6db81400..17f1545f 100644 --- a/eip7594/Cargo.toml +++ b/eip7594/Cargo.toml @@ -21,7 +21,8 @@ serde_json = "1" criterion = "0.5.1" rand = "0.8.4" hex = "0.4.3" -#TODO: note that serde_yaml is now deprecated +# Serde-yaml has been deprecated, however since we only +# use it for tests, we will not update it. serde_yaml = "0.9.34" [[bench]]