diff --git a/cosmwasm/Cargo.lock b/cosmwasm/Cargo.lock index 935754ec3..0c47adec8 100644 --- a/cosmwasm/Cargo.lock +++ b/cosmwasm/Cargo.lock @@ -608,9 +608,9 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.7" +version = "0.10.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" +checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" dependencies = [ "cfg-if", "cpufeatures", diff --git a/cosmwasm/packages/sgx-vm/Cargo.toml b/cosmwasm/packages/sgx-vm/Cargo.toml index bb681c7e5..0e241885c 100644 --- a/cosmwasm/packages/sgx-vm/Cargo.toml +++ b/cosmwasm/packages/sgx-vm/Cargo.toml @@ -49,7 +49,7 @@ serde = { version = "1.0.188", default-features = false, features = [ "alloc" ] } snafu = { version = "0.6.3" } -sha2 = "0.10.7" +sha2 = "0.10.8" hex = "0.4" memmap = "0.7" parity-wasm = { version = "0.45", features = ["sign_ext"] }