diff --git a/Cargo.lock b/Cargo.lock index 964f136..a46462f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1252,36 +1252,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", @@ -1289,9 +1289,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", @@ -1316,9 +1316,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", @@ -1329,24 +1329,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", @@ -1355,9 +1355,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", @@ -1367,15 +1367,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", @@ -1384,9 +1384,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" @@ -3819,9 +3819,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", @@ -3831,9 +3831,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", @@ -4896,8 +4896,8 @@ dependencies = [ [[package]] name = "spin-app" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +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-common" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "dirs", @@ -4920,8 +4920,8 @@ dependencies = [ [[package]] name = "spin-componentize" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "tracing", @@ -4934,8 +4934,8 @@ dependencies = [ [[package]] name = "spin-compose" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "async-trait", @@ -4952,8 +4952,8 @@ dependencies = [ [[package]] name = "spin-core" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "async-trait", @@ -4992,8 +4992,8 @@ dependencies = [ [[package]] name = "spin-expressions" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "async-trait", @@ -5004,8 +5004,8 @@ dependencies = [ [[package]] name = "spin-factor-key-value" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "serde", @@ -5024,8 +5024,8 @@ dependencies = [ [[package]] name = "spin-factor-llm" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "async-trait", @@ -5044,8 +5044,8 @@ dependencies = [ [[package]] name = "spin-factor-otel" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "indexmap 2.13.0", @@ -5063,11 +5063,12 @@ dependencies = [ [[package]] name = "spin-factor-outbound-http" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "bytes", + "futures", "http 1.4.0", "http-body 1.0.1", "http-body-util", @@ -5093,8 +5094,8 @@ dependencies = [ [[package]] name = "spin-factor-outbound-mqtt" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "rumqttc", @@ -5110,10 +5111,11 @@ dependencies = [ [[package]] name = "spin-factor-outbound-mysql" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +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", @@ -5128,8 +5130,8 @@ dependencies = [ [[package]] name = "spin-factor-outbound-networking" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "futures-util", @@ -5152,13 +5154,14 @@ dependencies = [ [[package]] name = "spin-factor-outbound-pg" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +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", @@ -5179,8 +5182,8 @@ dependencies = [ [[package]] name = "spin-factor-outbound-redis" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "redis", @@ -5196,8 +5199,8 @@ dependencies = [ [[package]] name = "spin-factor-sqlite" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "async-trait", "spin-factor-otel", @@ -5211,8 +5214,8 @@ dependencies = [ [[package]] name = "spin-factor-variables" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "spin-expressions", "spin-factor-otel", @@ -5224,8 +5227,8 @@ dependencies = [ [[package]] name = "spin-factor-wasi" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "async-trait", "bytes", @@ -5238,8 +5241,8 @@ dependencies = [ [[package]] name = "spin-factors" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "serde", @@ -5252,8 +5255,8 @@ dependencies = [ [[package]] name = "spin-factors-derive" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "proc-macro2", "quote", @@ -5262,8 +5265,8 @@ dependencies = [ [[package]] name = "spin-factors-executor" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "spin-app", @@ -5275,8 +5278,8 @@ dependencies = [ [[package]] name = "spin-key-value-aws" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "async-once-cell", @@ -5290,8 +5293,8 @@ dependencies = [ [[package]] name = "spin-key-value-azure" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "async-trait", @@ -5306,8 +5309,8 @@ dependencies = [ [[package]] name = "spin-key-value-redis" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "redis", @@ -5320,8 +5323,8 @@ dependencies = [ [[package]] name = "spin-key-value-spin" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "rusqlite", @@ -5334,10 +5337,11 @@ dependencies = [ [[package]] name = "spin-llm-remote-http" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", + "futures", "reqwest", "serde", "serde_json", @@ -5348,8 +5352,8 @@ dependencies = [ [[package]] name = "spin-locked-app" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "async-trait", @@ -5362,8 +5366,8 @@ dependencies = [ [[package]] name = "spin-manifest" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "indexmap 2.13.0", @@ -5380,8 +5384,8 @@ dependencies = [ [[package]] name = "spin-outbound-networking-config" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "futures-util", @@ -5396,13 +5400,13 @@ dependencies = [ [[package]] name = "spin-resource-table" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" [[package]] name = "spin-runtime-config" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "serde", @@ -5436,8 +5440,8 @@ dependencies = [ [[package]] name = "spin-runtime-factors" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "clap", @@ -5465,8 +5469,8 @@ dependencies = [ [[package]] name = "spin-serde" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "base64 0.22.1", @@ -5478,8 +5482,8 @@ dependencies = [ [[package]] name = "spin-sqlite" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "serde", "spin-factor-sqlite", @@ -5491,8 +5495,8 @@ dependencies = [ [[package]] name = "spin-sqlite-inproc" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "async-trait", @@ -5504,8 +5508,8 @@ dependencies = [ [[package]] name = "spin-sqlite-libsql" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "async-trait", @@ -5517,8 +5521,8 @@ dependencies = [ [[package]] name = "spin-telemetry" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "http 0.2.12", @@ -5535,8 +5539,8 @@ dependencies = [ [[package]] name = "spin-trigger" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "clap", @@ -5556,14 +5560,15 @@ dependencies = [ "spin-factors", "spin-factors-executor", "spin-telemetry", + "spin-world", "tokio", "tracing", ] [[package]] name = "spin-variables-azure" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +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", @@ -5577,8 +5582,8 @@ dependencies = [ [[package]] name = "spin-variables-env" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "dotenvy", "serde", @@ -5591,8 +5596,8 @@ dependencies = [ [[package]] name = "spin-variables-static" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "serde", "serde_json", @@ -5604,8 +5609,8 @@ dependencies = [ [[package]] name = "spin-variables-vault" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "serde", "spin-expressions", @@ -5616,8 +5621,8 @@ dependencies = [ [[package]] name = "spin-world" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "anyhow", "async-trait", @@ -5801,8 +5806,8 @@ dependencies = [ [[package]] name = "terminal" -version = "3.6.0" -source = "git+https://github.com/spinframework/spin?tag=v3.6.0#c5cb334de20b3d905d03776775bee768e374bbb2" +version = "3.6.2" +source = "git+https://github.com/spinframework/spin?tag=v3.6.2#c0fc970098cdd4961d474581bbfbda0076989bf5" dependencies = [ "termcolor", ] @@ -6888,9 +6893,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", @@ -6946,9 +6951,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", @@ -6973,9 +6978,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", @@ -6993,9 +6998,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", @@ -7008,15 +7013,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", @@ -7041,9 +7046,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", @@ -7056,9 +7061,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", @@ -7068,9 +7073,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", @@ -7080,24 +7085,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", @@ -7108,9 +7113,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", @@ -7119,9 +7124,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", @@ -7136,9 +7141,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", @@ -7371,9 +7376,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 818a389..0ca1e3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,14 +19,14 @@ anyhow = "1.0.75" async-trait = "0.1" clap = { version = "3.1.15", features = ["derive", "env"] } serde = "1.0" -spin-factors = { git = "https://github.com/spinframework/spin", tag = "v3.6.0" } -spin-runtime-factors = { git = "https://github.com/spinframework/spin", tag = "v3.6.0" } -spin-trigger = { git = "https://github.com/spinframework/spin", tag = "v3.6.0" } +spin-factors = { git = "https://github.com/spinframework/spin", tag = "v3.6.2" } +spin-runtime-factors = { git = "https://github.com/spinframework/spin", tag = "v3.6.2" } +spin-trigger = { git = "https://github.com/spinframework/spin", tag = "v3.6.2" } tokio = { version = "1.37", features = ["full"] } tokio-cron-scheduler = "0.13" tracing = { version = "0.1", features = ["log"] } tracing-subscriber = { version = "0.3.7", features = ["env-filter"] } -wasmtime = { version = "41.0.0" } +wasmtime = { version = "41.0.4" } [target.'cfg(target_os = "linux")'.dependencies] # This needs to be an explicit dependency to enable