Skip to content

Commit 2b40af6

Browse files
committed
Bump Spin version to v2.5.1
Signed-off-by: Caleb Schoepp <[email protected]>
1 parent f05478a commit 2b40af6

File tree

2 files changed

+63
-76
lines changed

2 files changed

+63
-76
lines changed

Cargo.lock

Lines changed: 60 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ aws-sdk-sqs = "0.22.0"
1212
clap = { version = "3.1.15", features = ["derive", "env"] }
1313
futures = "0.3.25"
1414
serde = "1.0"
15-
spin-core = { git = "https://github.com/fermyon/spin", tag = "v2.5.0" }
16-
spin-telemetry = { git = "https://github.com/fermyon/spin", tag = "v2.5.0" }
17-
spin-trigger = { git = "https://github.com/fermyon/spin", tag = "v2.5.0" }
15+
spin-core = { git = "https://github.com/fermyon/spin", tag = "v2.5.1" }
16+
spin-telemetry = { git = "https://github.com/fermyon/spin", tag = "v2.5.1" }
17+
spin-trigger = { git = "https://github.com/fermyon/spin", tag = "v2.5.1" }
1818
tokio = { version = "1.37", features = ["full"] }
1919
tokio-scoped = "0.2.0"
2020
tracing = { version = "0.1", features = ["log"] }

0 commit comments

Comments
 (0)