diff --git a/containerd-shim-spin/Cargo.lock b/containerd-shim-spin/Cargo.lock index 3b35a9f..2120f8e 100644 --- a/containerd-shim-spin/Cargo.lock +++ b/containerd-shim-spin/Cargo.lock @@ -6497,7 +6497,7 @@ dependencies = [ [[package]] name = "trigger-sqs" version = "0.5.0" -source = "git+https://github.com/radu-matei/spin-trigger-sqs?branch=chore/bump-spin#34bb8f42b57536cdbf29cddd26e0a3433c8f6bb0" +source = "git+https://github.com/fermyon/spin-trigger-sqs?rev=f60545012bc153071d8005d1b8ed117a614dce0b#f60545012bc153071d8005d1b8ed117a614dce0b" dependencies = [ "anyhow", "async-trait", diff --git a/containerd-shim-spin/Cargo.toml b/containerd-shim-spin/Cargo.toml index 6a40c3c..d6c6cc9 100644 --- a/containerd-shim-spin/Cargo.toml +++ b/containerd-shim-spin/Cargo.toml @@ -18,7 +18,7 @@ spin-core = { git = "https://github.com/fermyon/spin", tag = "v2.1.0" } spin-trigger = { git = "https://github.com/fermyon/spin", tag = "v2.1.0" } spin-trigger-http = { git = "https://github.com/fermyon/spin", tag = "v2.1.0" } spin-redis-engine = { git = "https://github.com/fermyon/spin", tag = "v2.1.0" } -trigger-sqs = { git = "https://github.com/radu-matei/spin-trigger-sqs", branch = "chore/bump-spin" } +trigger-sqs = { git = "https://github.com/fermyon/spin-trigger-sqs", rev = "f60545012bc153071d8005d1b8ed117a614dce0b" } spin-manifest = { git = "https://github.com/fermyon/spin", tag = "v2.1.0" } spin-loader = { git = "https://github.com/fermyon/spin", tag = "v2.1.0" } spin-oci = { git = "https://github.com/fermyon/spin", tag = "v2.1.0" }