1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-06-02 12:56:16 +02:00

chore(deps): bump wasmprinter from 0.2.64 to 0.2.66

Bumps [wasmprinter](https://github.com/bytecodealliance/wasm-tools) from 0.2.64 to 0.2.66.
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/compare/wasmprinter-0.2.64...wasmprinter-0.2.66)

---
updated-dependencies:
- dependency-name: wasmprinter
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-09-19 00:53:46 +00:00 committed by GitHub
parent 4b04abd305
commit 49296c7a58
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

10
Cargo.lock generated
View File

@ -4942,9 +4942,9 @@ dependencies = [
[[package]]
name = "wasmparser"
version = "0.112.0"
version = "0.113.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e986b010f47fcce49cf8ea5d5f9e5d2737832f12b53ae8ae785bbe895d0877bf"
checksum = "a128cea7b8516703ab41b10a0b1aa9ba18d0454cd3792341489947ddeee268db"
dependencies = [
"indexmap 2.0.0",
"semver 1.0.17",
@ -4952,12 +4952,12 @@ dependencies = [
[[package]]
name = "wasmprinter"
version = "0.2.64"
version = "0.2.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34ddf5892036cd4b780d505eff1194a0cbc10ed896097656fdcea3744b5e7c2f"
checksum = "ab2e5e818f88cee5311e9a5df15cba0a8f772978baf3109af97004bce6e8e3c6"
dependencies = [
"anyhow",
"wasmparser 0.112.0",
"wasmparser 0.113.1",
]
[[package]]