Skip to content

Commit aa631f1

Browse files
committed
Fix race condition on concurrent HTTP Wasm downloads
Signed-off-by: itowlson <[email protected]>
1 parent 0cabc18 commit aa631f1

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ semver = "1.0"
3333
serde = { workspace = true }
3434
serde_json = { workspace = true }
3535
sha2 = "0.10.2"
36-
spin-common = { git = "https://github.com/fermyon/spin", rev = "79fd54aca3386285e8c3d5a2297b58c932a95e18" }
37-
spin-loader = { git = "https://github.com/fermyon/spin", rev = "79fd54aca3386285e8c3d5a2297b58c932a95e18" }
38-
spin-locked-app = { git = "https://github.com/fermyon/spin", rev = "79fd54aca3386285e8c3d5a2297b58c932a95e18" }
39-
spin-http = { git = "https://github.com/fermyon/spin", rev = "79fd54aca3386285e8c3d5a2297b58c932a95e18", default-features = false }
40-
spin-manifest = { git = "https://github.com/fermyon/spin", rev = "79fd54aca3386285e8c3d5a2297b58c932a95e18" }
41-
spin-oci = { git = "https://github.com/fermyon/spin", rev = "79fd54aca3386285e8c3d5a2297b58c932a95e18" }
42-
terminal = { git = "https://github.com/fermyon/spin", rev = "79fd54aca3386285e8c3d5a2297b58c932a95e18" }
36+
spin-common = { git = "https://github.com/spinframework/spin", rev = "1d68c9d3788067be9116f11944ed0ca38d415c81" }
37+
spin-loader = { git = "https://github.com/spinframework/spin", rev = "1d68c9d3788067be9116f11944ed0ca38d415c81" }
38+
spin-locked-app = { git = "https://github.com/spinframework/spin", rev = "1d68c9d3788067be9116f11944ed0ca38d415c81" }
39+
spin-http = { git = "https://github.com/spinframework/spin", rev = "1d68c9d3788067be9116f11944ed0ca38d415c81", default-features = false }
40+
spin-manifest = { git = "https://github.com/spinframework/spin", rev = "1d68c9d3788067be9116f11944ed0ca38d415c81" }
41+
spin-oci = { git = "https://github.com/spinframework/spin", rev = "1d68c9d3788067be9116f11944ed0ca38d415c81" }
42+
terminal = { git = "https://github.com/spinframework/spin", rev = "1d68c9d3788067be9116f11944ed0ca38d415c81" }
4343
tempfile = "3.3.0"
4444
url = { version = "2.3", features = ["serde"] }
4545
uuid = { version = "1.3", features = ["v4"] }

0 commit comments

Comments
 (0)