Skip to content

Commit fe26f54

Browse files
chore(deps): bump spin from 0.10.0 to 0.11.0
Bumps [spin](https://github.com/zesterer/spin-rs) from 0.10.0 to 0.11.0. - [Changelog](https://github.com/zesterer/spin-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/zesterer/spin-rs/commits) --- updated-dependencies: - dependency-name: spin dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c7d5978 commit fe26f54

4 files changed

Lines changed: 13 additions & 7 deletions

File tree

Cargo.lock

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

src/hyperlight_common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bytemuck = { version = "1.24", features = ["derive"] }
2222
flatbuffers = { version = "25.12.19", default-features = false }
2323
log = "0.4.29"
2424
smallvec = "1.15.1"
25-
spin = "0.10.0"
25+
spin = "0.11.0"
2626
thiserror = { version = "2.0.18", default-features = false }
2727
tracing = { version = "0.1.44", optional = true }
2828
tracing-core = { version = "0.1.36", default-features = false }

src/hyperlight_guest_bin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ hyperlight-libc = { workspace = true, default-features = false, optional = true
2828
buddy_system_allocator = "0.13.0"
2929
log = { version = "0.4", default-features = false }
3030
linkme = { version = "0.3.36", optional = true }
31-
spin = "0.10.0"
31+
spin = "0.11.0"
3232
flatbuffers = { version = "25.12.19", default-features = false }
3333
tracing = { version = "0.1.44", default-features = false, features = ["attributes"] }
3434

src/hyperlight_guest_tracing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description = """Provides the tracing functionality for the hyperlight guest."""
1111

1212
[dependencies]
1313
hyperlight-common = { workspace = true, default-features = false }
14-
spin = "0.10.0"
14+
spin = "0.11.0"
1515
tracing = { version = "0.1.44", default-features = false, features = ["attributes"] }
1616
tracing-core = { version = "0.1.36", default-features = false }
1717

0 commit comments

Comments
 (0)