Skip to content

Commit ad7c540

Browse files
Merge pull request #17 from kate-goldenring/update-spin-deps
chore: bump to use Spin v2.3.1 crates
2 parents 8705f3d + e744454 commit ad7c540

File tree

2 files changed

+52
-52
lines changed

2 files changed

+52
-52
lines changed

Cargo.lock

Lines changed: 50 additions & 50 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.3.0" }
17-
spin-trigger = { git = "https://github.com/fermyon/spin", tag = "v2.3.0" }
16+
spin-core = { git = "https://github.com/fermyon/spin", tag = "v2.3.1" }
17+
spin-trigger = { git = "https://github.com/fermyon/spin", tag = "v2.3.1" }
1818
tokio = { version = "1.23", features = ["full"] }
1919
tokio-scoped = "0.2.0"
2020
tracing = { version = "0.1", features = ["log"] }

0 commit comments

Comments
 (0)