From 8d959bf387c6dd26364a251e2b5a4eff87264159 Mon Sep 17 00:00:00 2001 From: itowlson Date: Thu, 26 Feb 2026 14:18:18 +1300 Subject: [PATCH] Update to Spin 3.6.2 Signed-off-by: itowlson --- Cargo.lock | 325 +++++++++++++++++++++++++++-------------------------- Cargo.toml | 14 +-- 2 files changed, 172 insertions(+), 167 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 34939e1..4b1db17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1230,36 +1230,36 @@ dependencies = [ [[package]] name = "cranelift-assembler-x64" -version = "0.128.3" +version = "0.128.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0377b13bf002a0774fcccac4f1102a10f04893d24060cf4b7350c87e4cbb647c" +checksum = "50a04121a197fde2fe896f8e7cac9812fc41ed6ee9c63e1906090f9f497845f6" dependencies = [ "cranelift-assembler-x64-meta", ] [[package]] name = "cranelift-assembler-x64-meta" -version = "0.128.3" +version = "0.128.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfa027979140d023b25bf7509fb7ede3a54c3d3871fb5ead4673c4b633f671a2" +checksum = "a09e699a94f477303820fb2167024f091543d6240783a2d3b01a3f21c42bc744" dependencies = [ "cranelift-srcgen", ] [[package]] name = "cranelift-bforest" -version = "0.128.3" +version = "0.128.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "618e4da87d9179a70b3c2f664451ca8898987aa6eb9f487d16988588b5d8cc40" +checksum = "f07732c662a9755529e332d86f8c5842171f6e98ba4d5976a178043dad838654" dependencies = [ "cranelift-entity", ] [[package]] name = "cranelift-bitset" -version = "0.128.3" +version = "0.128.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db53764b5dad233b37b8f5dc54d3caa9900c54579195e00f17ea21f03f71aaa7" +checksum = "18391da761cf362a06def7a7cf11474d79e55801dd34c2e9ba105b33dc0aef88" dependencies = [ "serde", "serde_derive", @@ -1267,9 +1267,9 @@ dependencies = [ [[package]] name = "cranelift-codegen" -version = "0.128.3" +version = "0.128.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ae927f1d8c0abddaa863acd201471d56e7fc6c3925104f4861ed4dc3e28b421" +checksum = "0b3a09b3042c69810d255aef59ddc3b3e4c0644d1d90ecfd6e3837798cc88a3c" dependencies = [ "bumpalo", "cranelift-assembler-x64", @@ -1294,9 +1294,9 @@ dependencies = [ [[package]] name = "cranelift-codegen-meta" -version = "0.128.3" +version = "0.128.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3fcf1e3e6757834bd2584f4cbff023fcc198e9279dcb5d684b4bb27a9b19f54" +checksum = "75817926ec812241889208d1b190cadb7fedded4592a4bb01b8524babb9e4849" dependencies = [ "cranelift-assembler-x64-meta", "cranelift-codegen-shared", @@ -1307,24 +1307,24 @@ dependencies = [ [[package]] name = "cranelift-codegen-shared" -version = "0.128.3" +version = "0.128.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "205dcb9e6ccf9d368b7466be675ff6ee54a63e36da6fe20e72d45169cf6fd254" +checksum = "859158f87a59476476eda3884d883c32e08a143cf3d315095533b362a3250a63" [[package]] name = "cranelift-control" -version = "0.128.3" +version = "0.128.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "108eca9fcfe86026054f931eceaf57b722c1b97464bf8265323a9b5877238817" +checksum = "03b65a9aec442d715cbf54d14548b8f395476c09cef7abe03e104a378291ab88" dependencies = [ "arbitrary", ] [[package]] name = "cranelift-entity" -version = "0.128.3" +version = "0.128.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0d96496910065d3165f84ff8e1e393916f4c086f88ac8e1b407678bc78735aa" +checksum = "8334c99a7e86060c24028732efd23bac84585770dcb752329c69f135d64f2fc1" dependencies = [ "cranelift-bitset", "serde", @@ -1333,9 +1333,9 @@ dependencies = [ [[package]] name = "cranelift-frontend" -version = "0.128.3" +version = "0.128.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e303983ad7e23c850f24d9c41fc3cb346e1b930f066d3966545e4c98dac5c9fb" +checksum = "43ac6c095aa5b3e845d7ca3461e67e2b65249eb5401477a5ff9100369b745111" dependencies = [ "cranelift-codegen", "log", @@ -1345,15 +1345,15 @@ dependencies = [ [[package]] name = "cranelift-isle" -version = "0.128.3" +version = "0.128.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24b0cf8d867d891245836cac7abafb0a5b0ea040a019d720702b3b8bcba40bfa" +checksum = "69d3d992870ed4f0f2e82e2175275cb3a123a46e9660c6558c46417b822c91fa" [[package]] name = "cranelift-native" -version = "0.128.3" +version = "0.128.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e24b641e315443e27807b69c440fe766737d7e718c68beb665a2d69259c77bf3" +checksum = "ee32e36beaf80f309edb535274cfe0349e1c5cf5799ba2d9f42e828285c6b52e" dependencies = [ "cranelift-codegen", "libc", @@ -1362,9 +1362,9 @@ dependencies = [ [[package]] name = "cranelift-srcgen" -version = "0.128.3" +version = "0.128.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4e378a54e7168a689486d67ee1f818b7e5356e54ae51a1d7a53f4f13f7f8b7a" +checksum = "903adeaf4938e60209a97b53a2e4326cd2d356aab9764a1934630204bae381c9" [[package]] name = "crc32fast" @@ -3735,9 +3735,9 @@ dependencies = [ [[package]] name = "pulley-interpreter" -version = "41.0.3" +version = "41.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01051a5b172e07f9197b85060e6583b942aec679dac08416647bf7e7dc916b65" +checksum = "e9812652c1feb63cf39f8780cecac154a32b22b3665806c733cd4072547233a4" dependencies = [ "cranelift-bitset", "log", @@ -3747,9 +3747,9 @@ dependencies = [ [[package]] name = "pulley-macros" -version = "41.0.3" +version = "41.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cf194f5b1a415ef3a44ee35056f4009092cc4038a9f7e3c7c1e392f48ee7dbb" +checksum = "56000349b6896e3d44286eb9c330891237f40b27fd43c1ccc84547d0b463cb40" dependencies = [ "proc-macro2", "quote", @@ -4808,8 +4808,8 @@ dependencies = [ [[package]] name = "spin-app" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "serde", @@ -4819,8 +4819,8 @@ dependencies = [ [[package]] name = "spin-common" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "dirs", @@ -4832,8 +4832,8 @@ dependencies = [ [[package]] name = "spin-componentize" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "tracing", @@ -4846,8 +4846,8 @@ dependencies = [ [[package]] name = "spin-compose" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "async-trait", @@ -4864,8 +4864,8 @@ dependencies = [ [[package]] name = "spin-core" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "async-trait", @@ -4875,8 +4875,8 @@ dependencies = [ [[package]] name = "spin-expressions" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "async-trait", @@ -4887,8 +4887,8 @@ dependencies = [ [[package]] name = "spin-factor-key-value" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "serde", @@ -4907,8 +4907,8 @@ dependencies = [ [[package]] name = "spin-factor-llm" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "async-trait", @@ -4927,8 +4927,8 @@ dependencies = [ [[package]] name = "spin-factor-otel" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "indexmap 2.13.0", @@ -4946,11 +4946,12 @@ dependencies = [ [[package]] name = "spin-factor-outbound-http" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "bytes", + "futures", "http 1.3.1", "http-body 1.0.1", "http-body-util", @@ -4976,8 +4977,8 @@ dependencies = [ [[package]] name = "spin-factor-outbound-mqtt" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "rumqttc", @@ -4993,10 +4994,11 @@ dependencies = [ [[package]] name = "spin-factor-outbound-mysql" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", + "futures", "mysql_async", "spin-core", "spin-factor-otel", @@ -5011,8 +5013,8 @@ dependencies = [ [[package]] name = "spin-factor-outbound-networking" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "futures-util", @@ -5035,13 +5037,14 @@ dependencies = [ [[package]] name = "spin-factor-outbound-pg" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "bytes", "chrono", "deadpool-postgres", + "futures", "moka", "native-tls", "postgres-native-tls", @@ -5062,8 +5065,8 @@ dependencies = [ [[package]] name = "spin-factor-outbound-redis" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "redis", @@ -5079,8 +5082,8 @@ dependencies = [ [[package]] name = "spin-factor-sqlite" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "async-trait", "spin-factor-otel", @@ -5094,8 +5097,8 @@ dependencies = [ [[package]] name = "spin-factor-variables" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "spin-expressions", "spin-factor-otel", @@ -5107,8 +5110,8 @@ dependencies = [ [[package]] name = "spin-factor-wasi" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "async-trait", "bytes", @@ -5121,8 +5124,8 @@ dependencies = [ [[package]] name = "spin-factors" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "serde", @@ -5135,8 +5138,8 @@ dependencies = [ [[package]] name = "spin-factors-derive" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "proc-macro2", "quote", @@ -5145,8 +5148,8 @@ dependencies = [ [[package]] name = "spin-factors-executor" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "spin-app", @@ -5158,8 +5161,8 @@ dependencies = [ [[package]] name = "spin-key-value-aws" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "async-once-cell", @@ -5173,8 +5176,8 @@ dependencies = [ [[package]] name = "spin-key-value-azure" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "async-trait", @@ -5189,8 +5192,8 @@ dependencies = [ [[package]] name = "spin-key-value-redis" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "redis", @@ -5203,8 +5206,8 @@ dependencies = [ [[package]] name = "spin-key-value-spin" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "rusqlite", @@ -5217,10 +5220,11 @@ dependencies = [ [[package]] name = "spin-llm-remote-http" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", + "futures", "reqwest", "serde", "serde_json", @@ -5231,8 +5235,8 @@ dependencies = [ [[package]] name = "spin-locked-app" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "async-trait", @@ -5245,8 +5249,8 @@ dependencies = [ [[package]] name = "spin-manifest" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "indexmap 2.13.0", @@ -5263,8 +5267,8 @@ dependencies = [ [[package]] name = "spin-outbound-networking-config" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "futures-util", @@ -5279,13 +5283,13 @@ dependencies = [ [[package]] name = "spin-resource-table" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" [[package]] name = "spin-runtime-config" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "serde", @@ -5319,8 +5323,8 @@ dependencies = [ [[package]] name = "spin-runtime-factors" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "clap", @@ -5348,8 +5352,8 @@ dependencies = [ [[package]] name = "spin-serde" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "base64 0.22.1", @@ -5361,8 +5365,8 @@ dependencies = [ [[package]] name = "spin-sqlite" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "serde", "spin-factor-sqlite", @@ -5374,8 +5378,8 @@ dependencies = [ [[package]] name = "spin-sqlite-inproc" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "async-trait", @@ -5387,8 +5391,8 @@ dependencies = [ [[package]] name = "spin-sqlite-libsql" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "async-trait", @@ -5400,8 +5404,8 @@ dependencies = [ [[package]] name = "spin-telemetry" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "http 0.2.12", @@ -5418,8 +5422,8 @@ dependencies = [ [[package]] name = "spin-trigger" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "clap", @@ -5439,14 +5443,15 @@ dependencies = [ "spin-factors", "spin-factors-executor", "spin-telemetry", + "spin-world", "tokio", "tracing", ] [[package]] name = "spin-variables-azure" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "azure_core 0.20.0", "azure_identity 0.20.0", @@ -5460,8 +5465,8 @@ dependencies = [ [[package]] name = "spin-variables-env" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "dotenvy", "serde", @@ -5474,8 +5479,8 @@ dependencies = [ [[package]] name = "spin-variables-static" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "serde", "serde_json", @@ -5487,8 +5492,8 @@ dependencies = [ [[package]] name = "spin-variables-vault" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "serde", "spin-expressions", @@ -5499,8 +5504,8 @@ dependencies = [ [[package]] name = "spin-world" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "async-trait", @@ -5684,8 +5689,8 @@ dependencies = [ [[package]] name = "terminal" -version = "3.6.1" -source = "git+https://github.com/spinframework/spin?tag=v3.6.1#33b06e57416980a6e14d278498f75d20cbb1ae06" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "termcolor", ] @@ -6707,9 +6712,9 @@ dependencies = [ [[package]] name = "wasmtime" -version = "41.0.3" +version = "41.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a19f56cece843fa95dd929f5568ff8739c7e3873b530ceea9eda2aa02a0b4142" +checksum = "e2a83182bf04af87571b4c642300479501684f26bab5597f68f68cded5b098fd" dependencies = [ "addr2line", "anyhow", @@ -6765,9 +6770,9 @@ dependencies = [ [[package]] name = "wasmtime-environ" -version = "41.0.3" +version = "41.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3bf9dff572c950258548cbbaf39033f68f8dcd0b43b22e80def9fe12d532d3e5" +checksum = "cb201c41aa23a3642365cfb2e4a183573d85127a3c9d528f56b9997c984541ab" dependencies = [ "anyhow", "cpp_demangle", @@ -6792,9 +6797,9 @@ dependencies = [ [[package]] name = "wasmtime-internal-cache" -version = "41.0.3" +version = "41.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f52a985f5b5dae53147fc596f3a313c334e2c24fd1ba708634e1382f6ecd727" +checksum = "fb5b3069d1a67ba5969d0eb1ccd7e141367d4e713f4649aa90356c98e8f19bea" dependencies = [ "base64 0.22.1", "directories-next", @@ -6812,9 +6817,9 @@ dependencies = [ [[package]] name = "wasmtime-internal-component-macro" -version = "41.0.3" +version = "41.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7920dc7dcb608352f5fe93c52582e65075b7643efc5dac3fc717c1645a8d29a0" +checksum = "0c924400db7b6ca996fef1b23beb0f41d5c809836b1ec60fc25b4057e2d25d9b" dependencies = [ "anyhow", "proc-macro2", @@ -6827,15 +6832,15 @@ dependencies = [ [[package]] name = "wasmtime-internal-component-util" -version = "41.0.3" +version = "41.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "066f5aed35aa60580a2ac0df145c0f0d4b04319862fee1d6036693e1cca43a12" +checksum = "7d3f65daf4bf3d74ca2fbbe20af0589c42e2b398a073486451425d94fd4afef4" [[package]] name = "wasmtime-internal-cranelift" -version = "41.0.3" +version = "41.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afb8002dc415b7773d7949ee360c05ee8f91627ec25a7a0b01ee03831bdfdda1" +checksum = "633e889cdae76829738db0114ab3b02fce51ea4a1cd9675a67a65fce92e8b418" dependencies = [ "cfg-if", "cranelift-codegen", @@ -6860,9 +6865,9 @@ dependencies = [ [[package]] name = "wasmtime-internal-fiber" -version = "41.0.3" +version = "41.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f9c562c5a272bc9f615d8f0c085a4360bafa28eef9aa5947e63d204b1129b22" +checksum = "deb126adc5d0c72695cfb77260b357f1b81705a0f8fa30b3944e7c2219c17341" dependencies = [ "cc", "cfg-if", @@ -6875,9 +6880,9 @@ dependencies = [ [[package]] name = "wasmtime-internal-jit-debug" -version = "41.0.3" +version = "41.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db673148f26e1211db3913c12c75594be9e3858a71fa297561e9162b1a49cfb0" +checksum = "8e66ff7f90a8002187691ff6237ffd09f954a0ebb9de8b2ff7f5c62632134120" dependencies = [ "cc", "object", @@ -6887,9 +6892,9 @@ dependencies = [ [[package]] name = "wasmtime-internal-jit-icache-coherence" -version = "41.0.3" +version = "41.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bada5ca1cc47df7d14100e2254e187c2486b426df813cea2dd2553a7469f7674" +checksum = "4b96df23179ae16d54fb3a420f84ffe4383ec9dd06fad3e5bc782f85f66e8e08" dependencies = [ "anyhow", "cfg-if", @@ -6899,24 +6904,24 @@ dependencies = [ [[package]] name = "wasmtime-internal-math" -version = "41.0.3" +version = "41.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf6f615d528eda9adc6eefb062135f831b5215c348f4c3ec3e143690c730605b" +checksum = "86d1380926682b44c383e9a67f47e7a95e60c6d3fa8c072294dab2c7de6168a0" dependencies = [ "libm", ] [[package]] name = "wasmtime-internal-slab" -version = "41.0.3" +version = "41.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da169d4f789b586e1b2612ba8399c653ed5763edf3e678884ba785bb151d018f" +checksum = "9b63cbea1c0192c7feb7c0dfb35f47166988a3742f29f46b585ef57246c65764" [[package]] name = "wasmtime-internal-unwinder" -version = "41.0.3" +version = "41.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4888301f3393e4e8c75c938cce427293fade300fee3fc8fd466fdf3e54ae068e" +checksum = "f25c392c7e5fb891a7416e3c34cfbd148849271e8c58744fda875dde4bec4d6a" dependencies = [ "cfg-if", "cranelift-codegen", @@ -6927,9 +6932,9 @@ dependencies = [ [[package]] name = "wasmtime-internal-versioned-export-macros" -version = "41.0.3" +version = "41.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63ba3124cc2cbcd362672f9f077303ccc4cd61daa908f73447b7fdaece75ff9f" +checksum = "70f8b9796a3f0451a7b702508b303d654de640271ac80287176de222f187a237" dependencies = [ "proc-macro2", "quote", @@ -6938,9 +6943,9 @@ dependencies = [ [[package]] name = "wasmtime-internal-winch" -version = "41.0.3" +version = "41.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90a4182515dabba776656de4ebd62efad03399e261cf937ecccb838ce8823534" +checksum = "c0063e61f1d0b2c20e9cfc58361a6513d074a23c80b417aac3033724f51648a0" dependencies = [ "cranelift-codegen", "gimli", @@ -6955,9 +6960,9 @@ dependencies = [ [[package]] name = "wasmtime-internal-wit-bindgen" -version = "41.0.3" +version = "41.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87acbd416227cdd279565ba49e57cf7f08d112657c3b3f39b70250acdfd094fe" +checksum = "587699ca7cae16b4a234ffcc834f37e75675933d533809919b52975f5609e2ef" dependencies = [ "anyhow", "bitflags 2.10.0", @@ -6968,9 +6973,9 @@ dependencies = [ [[package]] name = "wasmtime-wasi" -version = "41.0.3" +version = "41.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9a1bdb4948463ed22559a640e687fed0df50b66353144aa6a9496c041ecd927" +checksum = "fc2eb9dc95baed3cd86fdfebf9f9f333337eb308bf8bd973e0c7b06d9418c35f" dependencies = [ "anyhow", "async-trait", @@ -7024,9 +7029,9 @@ dependencies = [ [[package]] name = "wasmtime-wasi-io" -version = "41.0.3" +version = "41.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7873d8b990d3cf1105ef491abf2b3cf1e19ff6722d24d5ca662026ea082cdff" +checksum = "a0b8402f1e04385071fdd96aca97cba995d7376b572e42ce5841d5b6aaf6fa30" dependencies = [ "anyhow", "async-trait", @@ -7117,9 +7122,9 @@ dependencies = [ [[package]] name = "wiggle" -version = "41.0.3" +version = "41.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f05d2a9932ca235984248dc98471ae83d1985e095682d049af4c296f54f0fb4" +checksum = "a69a60bcbe1475c5dc9ec89210ade54823d44f742e283cba64f98f89697c4cec" dependencies = [ "anyhow", "bitflags 2.10.0", @@ -7131,9 +7136,9 @@ dependencies = [ [[package]] name = "wiggle-generate" -version = "41.0.3" +version = "41.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57f773d51c1696bd7d028aa35c884d9fc58f48d79a1176dfbad6c908de314235" +checksum = "21f3dc0fd4dcfc7736434bb216179a2147835309abc09bf226736a40d484548f" dependencies = [ "anyhow", "heck 0.5.0", @@ -7145,9 +7150,9 @@ dependencies = [ [[package]] name = "wiggle-macro" -version = "41.0.3" +version = "41.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e976fe0cecd60041f66b15ad45ebc997952af13da9bf9d90261c7b025057edc" +checksum = "fea2aea744eded58ae092bf57110c27517dab7d5a300513ff13897325c5c5021" dependencies = [ "proc-macro2", "quote", @@ -7188,9 +7193,9 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "winch-codegen" -version = "41.0.3" +version = "41.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4f31dcfdfaf9d6df9e1124d7c8ee6fc29af5b99b89d11ae731c138e0f5bd77b" +checksum = "c55de3ac5b8bd71e5f6c87a9e511dd3ceb194bdb58183c6a7bf21cd8c0e46fbc" dependencies = [ "anyhow", "cranelift-assembler-x64", diff --git a/Cargo.toml b/Cargo.toml index b341440..d1ad20a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,15 +16,15 @@ edition = "2021" anyhow = "1.0" clap = { version = "3.2.25", features = ["derive", "env"] } serde = "1.0" -spin-trigger = { git = "https://github.com/spinframework/spin", tag = "v3.6.1" } -spin-core = { git = "https://github.com/spinframework/spin", tag = "v3.6.1" } -spin-telemetry = { git = "https://github.com/spinframework/spin", tag = "v3.6.1" } -spin-factors = { git = "https://github.com/spinframework/spin", tag = "v3.6.1" } -spin-factor-wasi = { git = "https://github.com/spinframework/spin", tag = "v3.6.1" } -spin-runtime-factors = { git = "https://github.com/spinframework/spin", tag = "v3.6.1" } +spin-trigger = { git = "https://github.com/spinframework/spin", tag = "v3.6.2" } +spin-core = { git = "https://github.com/spinframework/spin", tag = "v3.6.2" } +spin-telemetry = { git = "https://github.com/spinframework/spin", tag = "v3.6.2" } +spin-factors = { git = "https://github.com/spinframework/spin", tag = "v3.6.2" } +spin-factor-wasi = { git = "https://github.com/spinframework/spin", tag = "v3.6.2" } +spin-runtime-factors = { git = "https://github.com/spinframework/spin", tag = "v3.6.2" } tokio = { version = "1", features = ["rt", "macros"] } tracing = { version = "0.1", features = ["log"] } -wasmtime-wasi = "41" +wasmtime-wasi = "41.0.4" [target.'cfg(target_os = "linux")'.dependencies] # This needs to be an explicit dependency to enable