From 4b1ae40faf26f7eafc97e4200caa0e133ac01667 Mon Sep 17 00:00:00 2001 From: ObserverOfTime Date: Thu, 10 Oct 2024 17:14:56 +0300 Subject: [PATCH] build(deps): bump wasmtime to v25.0.2 --- build.zig.zon | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index eaf58c64..d637b023 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -11,58 +11,58 @@ }, .dependencies = .{ .wasmtime_c_api_aarch64_android = .{ - .url = "https://github.com/bytecodealliance/wasmtime/releases/download/v25.0.1/wasmtime-v25.0.1-aarch64-android-c-api.tar.xz", - .hash = "1220ef4fe7e1ad2cd3d317dc994d41d826e0fc8d0de3f6baee80c6eef1b6fef28cd0", + .url = "https://github.com/bytecodealliance/wasmtime/releases/download/v25.0.2/wasmtime-v25.0.2-aarch64-android-c-api.tar.xz", + .hash = "1220c7aa2e16936701ddffc65e50a0099ea694eb1c355cfb0e333ffd96fcdb2ecc0c", .lazy = true, }, .wasmtime_c_api_aarch64_linux = .{ - .url = "https://github.com/bytecodealliance/wasmtime/releases/download/v25.0.1/wasmtime-v25.0.1-aarch64-linux-c-api.tar.xz", - .hash = "12207760e18e793ee0a10b2de12bddfc7ca619e2f2a7ff89306af7f72253bb165221", + .url = "https://github.com/bytecodealliance/wasmtime/releases/download/v25.0.2/wasmtime-v25.0.2-aarch64-linux-c-api.tar.xz", + .hash = "1220e0a747ae1ad3278da132d3ef9b0a7cf087933b9e41d8732604f168fabf4cb018", .lazy = true, }, .wasmtime_c_api_aarch64_macos = .{ - .url = "https://github.com/bytecodealliance/wasmtime/releases/download/v25.0.1/wasmtime-v25.0.1-aarch64-macos-c-api.tar.xz", - .hash = "1220e1f559d4a60ccb80e4c561c2d7dd6450348c2891c570fb40e9139f2ffd2dfc4c", + .url = "https://github.com/bytecodealliance/wasmtime/releases/download/v25.0.2/wasmtime-v25.0.2-aarch64-macos-c-api.tar.xz", + .hash = "12208a9c81f8b0285c6f7eb16ee81af5239ea69a68070d9241da96fec1fd0ffa95f8", .lazy = true, }, .wasmtime_c_api_riscv64gc_linux = .{ - .url = "https://github.com/bytecodealliance/wasmtime/releases/download/v25.0.1/wasmtime-v25.0.1-riscv64gc-linux-c-api.tar.xz", - .hash = "1220e6f848e1ed5e5ec30b311c5d61a3b7a8e54f33498c1da92b34a1d54d35932387", + .url = "https://github.com/bytecodealliance/wasmtime/releases/download/v25.0.2/wasmtime-v25.0.2-riscv64gc-linux-c-api.tar.xz", + .hash = "1220c4b15debe3856404dc797f9f738f10de250b4792f8f7fa32ff4e4d6ae48eb64e", .lazy = true, }, .wasmtime_c_api_s390x_linux = .{ - .url = "https://github.com/bytecodealliance/wasmtime/releases/download/v25.0.1/wasmtime-v25.0.1-s390x-linux-c-api.tar.xz", - .hash = "12206996df721084acbf1deb6640b98b99758ffa4aaadcf1b986b9c5f449eaf1c2b1", + .url = "https://github.com/bytecodealliance/wasmtime/releases/download/v25.0.2/wasmtime-v25.0.2-s390x-linux-c-api.tar.xz", + .hash = "1220c336d46a03b05f965382b6ca2cdbd13233ec073d6895925bd651c78400f19a7e", .lazy = true, }, .wasmtime_c_api_x86_64_android = .{ - .url = "https://github.com/bytecodealliance/wasmtime/releases/download/v25.0.1/wasmtime-v25.0.1-x86_64-android-c-api.tar.xz", - .hash = "12203593149a0462a0682e68e6d18c16b549dd38a838d166734614547caf2314afad", + .url = "https://github.com/bytecodealliance/wasmtime/releases/download/v25.0.2/wasmtime-v25.0.2-x86_64-android-c-api.tar.xz", + .hash = "12203f95fde44258bc81dbdefbef04f4346f69ceff629c605adb01ca30f7d518a0e9", .lazy = true, }, .wasmtime_c_api_x86_64_linux = .{ - .url = "https://github.com/bytecodealliance/wasmtime/releases/download/v25.0.1/wasmtime-v25.0.1-x86_64-linux-c-api.tar.xz", - .hash = "1220b36e34597f10c7c95f60cf9459bac313dd39e90a55e11d52147049f5c3f36941", + .url = "https://github.com/bytecodealliance/wasmtime/releases/download/v25.0.2/wasmtime-v25.0.2-x86_64-linux-c-api.tar.xz", + .hash = "1220ed8ea76da5026c8b5e627abb4211e2aec363ceb0d286bad8051d74392c348f4b", .lazy = true, }, .wasmtime_c_api_x86_64_macos = .{ - .url = "https://github.com/bytecodealliance/wasmtime/releases/download/v25.0.1/wasmtime-v25.0.1-x86_64-macos-c-api.tar.xz", - .hash = "12204f986e7eed25f9839945d35dd3b547c08e282dd31f18554e5385f544ae701c2b", + .url = "https://github.com/bytecodealliance/wasmtime/releases/download/v25.0.2/wasmtime-v25.0.2-x86_64-macos-c-api.tar.xz", + .hash = "12206aa409b9e808bf36c509983867ef5c875298a105fec651fb07dc5828645f23fe", .lazy = true, }, .wasmtime_c_api_x86_64_mingw = .{ - .url = "https://github.com/bytecodealliance/wasmtime/releases/download/v25.0.1/wasmtime-v25.0.1-x86_64-mingw-c-api.zip", - .hash = "12203cff700bfbe02ca9abeba193728c2cd6f1f3ff25d503f82f85860b1cacaef9d6", + .url = "https://github.com/bytecodealliance/wasmtime/releases/download/v25.0.2/wasmtime-v25.0.2-x86_64-mingw-c-api.zip", + .hash = "122085467714d8853ad4c0dd00b10b0723312996368415508f593a02dd1dd5ef8f7e", .lazy = true, }, .wasmtime_c_api_x86_64_musl = .{ - .url = "https://github.com/bytecodealliance/wasmtime/releases/download/v25.0.1/wasmtime-v25.0.1-x86_64-musl-c-api.tar.xz", - .hash = "1220cf429d85f886e12cbb8b44e6a8a288b4a67162b3935525c9480ebbeab8919a96", + .url = "https://github.com/bytecodealliance/wasmtime/releases/download/v25.0.2/wasmtime-v25.0.2-x86_64-musl-c-api.tar.xz", + .hash = "12200a7981f6d45b6afa1bdb746afb1273eadca4ea663772455485e8fddcb3281f42", .lazy = true, }, .wasmtime_c_api_x86_64_windows = .{ - .url = "https://github.com/bytecodealliance/wasmtime/releases/download/v25.0.1/wasmtime-v25.0.1-x86_64-windows-c-api.zip", - .hash = "1220073844a35f563949faa0d2d6cf02c173830047826d7baeda23fe4f2f8e149f54", + .url = "https://github.com/bytecodealliance/wasmtime/releases/download/v25.0.2/wasmtime-v25.0.2-x86_64-windows-c-api.zip", + .hash = "122051f48cd7416c1bd662133e4cf2490210ab1dc722c5e120a0a5e844e919528359", .lazy = true, }, }