diff --git a/crypto/motoko/mops.template.toml b/crypto/motoko/mops.template.toml index 25c4f345..f9532163 100644 --- a/crypto/motoko/mops.template.toml +++ b/crypto/motoko/mops.template.toml @@ -1,4 +1,4 @@ [dependencies] base = "https://github.com/dfinity/motoko-base#moc-$MOC_VERSION" -sha2 = "0.0.2" +sha2 = "0.0.4" ic-certification = "https://github.com/nomeata/ic-certification#main"