Upgrade sha2 to 0.10.2 in wasmtime (#4749)

This commit is contained in:
Benjamin Bouvier
2022-10-10 11:40:40 +02:00
committed by GitHub
parent 42d460f3a6
commit d68ca3711b
5 changed files with 81 additions and 15 deletions

View File

@@ -27,7 +27,7 @@ gimli = { workspace = true, features = ["write"], optional = true }
smallvec = { workspace = true }
regalloc2 = { version = "0.4.1", features = ["checker"] }
souper-ir = { version = "2.1.0", optional = true }
sha2 = { version = "0.9.0", optional = true }
sha2 = { version = "0.10.2", optional = true }
# It is a goal of the cranelift-codegen crate to have minimal external dependencies.
# Please don't add any unless they are essential to the task of creating binary
# machine code. Integration tests that need external dependencies can be