Skip to content

Commit ee1195a

Browse files
Merge pull request #22 from kate-goldenring/spin-v2.4.3-deps
Use Spin v2.4.3 dependencies
2 parents dbfc599 + 756f10e commit ee1195a

File tree

2 files changed

+62
-62
lines changed

2 files changed

+62
-62
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ clap = { version = "3.1.15", features = ["derive", "env"] }
1313
futures = "0.3.25"
1414
is-terminal = "0.4.3"
1515
serde = "1.0"
16-
spin-core = { git = "https://github.com/fermyon/spin", tag = "v2.4.2" }
17-
spin-trigger = { git = "https://github.com/fermyon/spin", tag = "v2.4.2" }
16+
spin-core = { git = "https://github.com/fermyon/spin", tag = "v2.4.3" }
17+
spin-trigger = { git = "https://github.com/fermyon/spin", tag = "v2.4.3" }
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)