Skip to content

Commit af3cf11

Browse files
authored
Merge pull request #10 from karthik2804/bump_spin_ver
update spin crate versions
2 parents 46f12c8 + 95eecbe commit af3cf11

File tree

2 files changed

+63
-63
lines changed

2 files changed

+63
-63
lines changed

Cargo.lock

+60-60
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
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.0" }
21-
spin-core = { git = "https://github.com/fermyon/spin", tag = "v2.4.0" }
22-
spin-trigger = { git = "https://github.com/fermyon/spin", tag = "v2.4.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" }
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)