Skip to content

Commit ca9822c

Browse files
Bump spin from 0.9.8 to 0.10.0 in /src/wasm_runtime (#178)
Bumps [spin](https://github.com/mvdnes/spin-rs) from 0.9.8 to 0.10.0. - [Changelog](https://github.com/zesterer/spin-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/mvdnes/spin-rs/commits) --- updated-dependencies: - dependency-name: spin dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7900be8 commit ca9822c

File tree

2 files changed

+58
-58
lines changed

2 files changed

+58
-58
lines changed

src/wasm_runtime/Cargo.lock

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

src/wasm_runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ hyperlight-guest-bin = { version = "0.8.0", features = [ "printf" ] }
1616
hyperlight-guest = { version = "0.8.0" }
1717
wasmtime = { version = "36.0.2", default-features = false, features = [ "runtime", "custom-virtual-memory", "custom-native-signals", "component-model" ] }
1818
hyperlight-wasm-macro = { path = "../hyperlight_wasm_macro" }
19-
spin = "0.9.8"
19+
spin = "0.10.0"
2020

2121
[build-dependencies]
2222
cc = "1.2"

0 commit comments

Comments
 (0)