diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a602c2..9e5b5cd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +- Update `wasmtime@latest` to 11.0.0. + +- Update `cargo-udeps@latest` to 0.1.41. + ## [2.12.15] - 2023-07-20 - Update `cargo-make@latest` to 0.36.12. diff --git a/manifests/cargo-udeps.json b/manifests/cargo-udeps.json index 17bb30c9..ba3eac08 100644 --- a/manifests/cargo-udeps.json +++ b/manifests/cargo-udeps.json @@ -30,10 +30,30 @@ } }, "latest": { - "version": "0.1.40" + "version": "0.1.41" }, "0.1": { - "version": "0.1.40" + "version": "0.1.41" + }, + "0.1.41": { + "x86_64_linux_musl": { + "checksum": "9895062bb4563c6eb6f0d1134f443d95550e3aefa51c9dc65a716550ef12fa74" + }, + "x86_64_macos": { + "checksum": "421fb935f2a06f42e99ed8fa6b25514f5a724427d30321a5460ca471676da6fd" + }, + "x86_64_windows": { + "checksum": "58d7f7555adfe0a6137662ba8446096c866214fc268a18906e7ba5670e587161" + }, + "aarch64_linux_musl": { + "checksum": "f527129f91703dab09fa0bb139a6f9020bcb9598dc43ca010f59ee9886055eb1" + }, + "aarch64_macos": { + "checksum": "a3aec3ea5356d232a670b112170dc46ac7285419886aa693045907094b030f09" + }, + "aarch64_windows": { + "checksum": "da3a695bcd3654413873e8f1df0389d0d3d478ec13317676a29e2e05d520ce3b" + } }, "0.1.40": { "x86_64_linux_musl": { diff --git a/manifests/wasmtime.json b/manifests/wasmtime.json index 0acd42fe..8b24d397 100644 --- a/manifests/wasmtime.json +++ b/manifests/wasmtime.json @@ -1,7 +1,40 @@ { "template": null, "latest": { - "version": "10.0.1" + "version": "11.0.0" + }, + "11": { + "version": "11.0.0" + }, + "11.0": { + "version": "11.0.0" + }, + "11.0.0": { + "x86_64_linux_gnu": { + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v11.0.0/wasmtime-v11.0.0-x86_64-linux.tar.xz", + "checksum": "8723d437ff07b02ee3bc8885c8624bb34a52d96e70477f81e87d1936d2b84556", + "bin": "wasmtime-v11.0.0-x86_64-linux/wasmtime" + }, + "x86_64_macos": { + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v11.0.0/wasmtime-v11.0.0-x86_64-macos.tar.xz", + "checksum": "2691cb31bf7dfe792d29fd862ed6142e892191e481d1c93e74c8fbf5c4e2bdf4", + "bin": "wasmtime-v11.0.0-x86_64-macos/wasmtime" + }, + "x86_64_windows": { + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v11.0.0/wasmtime-v11.0.0-x86_64-windows.zip", + "checksum": "e7d17a0613fbbe0194e2340899d347fff2ceacc466decfbb7cfba0a4715df950", + "bin": "wasmtime-v11.0.0-x86_64-windows/wasmtime.exe" + }, + "aarch64_linux_gnu": { + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v11.0.0/wasmtime-v11.0.0-aarch64-linux.tar.xz", + "checksum": "662b9ce9a8b447b24ef6cfec811bf6f5f13a6ca4112836f8d3781b8e268dea34", + "bin": "wasmtime-v11.0.0-aarch64-linux/wasmtime" + }, + "aarch64_macos": { + "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v11.0.0/wasmtime-v11.0.0-aarch64-macos.tar.xz", + "checksum": "6a6910e0fa8f792f650db917f25454782fe00f78f9f8c2f1b30232a5c1fb7981", + "bin": "wasmtime-v11.0.0-aarch64-macos/wasmtime" + } }, "10": { "version": "10.0.1"