Bump pwasm-utils to 0.18.2 (#4267)

This commit is contained in:
Sergei Shulepov
2021-11-12 18:16:27 +01:00
committed by GitHub
parent 1cf07b2162
commit 424ffbe6c1
+3 -3
View File
@@ -7572,9 +7572,9 @@ dependencies = [
[[package]]
name = "pwasm-utils"
version = "0.18.0"
version = "0.18.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0e517f47d9964362883182404b68d0b6949382c0baa40aa5ffca94f5f1e3481"
checksum = "880b3384fb00b8f6ecccd5d358b93bd2201900ae3daad213791d1864f6441f5c"
dependencies = [
"byteorder",
"log",
@@ -11103,7 +11103,7 @@ version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f559b464de2e2bdabcac6a210d12e9b5a5973c251e102c44c585c71d51bd78e"
dependencies = [
"cfg-if 1.0.0",
"cfg-if 0.1.10",
"rand 0.8.4",
"static_assertions",
]