Skip to content

Commit cc09ed6

Browse files
Merge pull request #15 from radu-matei/chore/bump-spin-v2.4.3
Update Spin dependency to v2.4.3
2 parents 0b9959e + 092826f commit cc09ed6

File tree

2 files changed

+63
-63
lines changed

2 files changed

+63
-63
lines changed

Cargo.lock

Lines changed: 60 additions & 60 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
@@ -17,9 +17,9 @@ anyhow = "1.0.75"
1717
async-trait = "0.1"
1818
clap = { version = "3.1.15", features = ["derive", "env"] }
1919
serde = "1.0"
20-
spin-app = { git = "https://github.com/fermyon/spin", tag = "v2.4.2" }
21-
spin-core = { git = "https://github.com/fermyon/spin", tag = "v2.4.2" }
22-
spin-trigger = { git = "https://github.com/fermyon/spin", tag = "v2.4.2" }
20+
spin-app = { git = "https://github.com/fermyon/spin", tag = "v2.4.3" }
21+
spin-core = { git = "https://github.com/fermyon/spin", tag = "v2.4.3" }
22+
spin-trigger = { git = "https://github.com/fermyon/spin", tag = "v2.4.3" }
2323
tokio = { version = "1.23", features = ["full"] }
2424
tracing = { version = "0.1", features = ["log"] }
2525
tracing-subscriber = { version = "0.3.7", features = ["env-filter"] }

0 commit comments

Comments
 (0)