Skip to content

Commit 6f94ff5

Browse files
Bump spin from 0.10.0 to 0.12.0 (#500)
Bumps spin from 0.10.0 to 0.12.0. --- updated-dependencies: - dependency-name: spin dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 018ebdd commit 6f94ff5

2 files changed

Lines changed: 15 additions & 6 deletions

File tree

Cargo.lock

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

src/hyperlight_wasm_runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ hyperlight-guest-bin.workspace = true
2929
hyperlight-guest.workspace = true
3030
hyperlight-wasm-macro.workspace = true
3131
wasmtime = { version = "36.0.9", default-features = false, features = [ "runtime", "custom-virtual-memory", "custom-native-signals", "component-model" ] }
32-
spin = "0.10.0"
32+
spin = "0.12.0"
3333
tracing = { version = "0.1.44", default-features = false, features = ["attributes", "log"] }
3434

3535
[build-dependencies]

0 commit comments

Comments
 (0)