Skip to content

Commit 6919450

Browse files
committed
Update mqtt trigger with fix
Signed-off-by: Ryan Levick <[email protected]>
1 parent 9be07d5 commit 6919450

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

containerd-shim-spin/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "containerd-shim-spin-v2"
3-
version = { workspace = true}
4-
authors = { workspace = true}
5-
edition = { workspace = true}
6-
repository = { workspace = true}
7-
license = { workspace = true}
8-
homepage = { workspace = true}
3+
version = { workspace = true }
4+
authors = { workspace = true }
5+
edition = { workspace = true }
6+
repository = { workspace = true }
7+
license = { workspace = true }
8+
homepage = { workspace = true }
99
description = """
1010
Containerd shim for running Spin workloads.
1111
"""
@@ -23,7 +23,7 @@ spin-trigger = { git = "https://github.com/fermyon/spin", rev = "485b04090644ecf
2323
] }
2424
spin-trigger-http = { git = "https://github.com/fermyon/spin", rev = "485b04090644ecfda4d0034891a5feca9a90332c" }
2525
spin-trigger-redis = { git = "https://github.com/fermyon/spin", rev = "485b04090644ecfda4d0034891a5feca9a90332c" }
26-
trigger-mqtt = { git = "https://github.com/spinkube/spin-trigger-mqtt", rev = "4c76e52dc5d3e7961c7b4d4933543c1adb2778cf" }
26+
trigger-mqtt = { git = "https://github.com/spinkube/spin-trigger-mqtt", rev = "083959eb48e8705e7a4f3790e4958be798d8fcb3" }
2727
trigger-sqs = { git = "https://github.com/fermyon/spin-trigger-sqs", rev = "71877907ebd822bb1aacf7a20065733b7cd188dc" }
2828
trigger-command = { git = "https://github.com/fermyon/spin-trigger-command", rev = "db55291552233e04189275a2dd82c07e5fa4fdf2" }
2929
spin-manifest = { git = "https://github.com/fermyon/spin", rev = "485b04090644ecfda4d0034891a5feca9a90332c" }

0 commit comments

Comments
 (0)