Skip to content

Commit c2d358d

Browse files
chore(deps): bump oci-spec from 0.8.4 to 0.10.0
Bumps [oci-spec](https://github.com/youki-dev/oci-spec-rs) from 0.8.4 to 0.10.0. - [Release notes](https://github.com/youki-dev/oci-spec-rs/releases) - [Changelog](https://github.com/youki-dev/oci-spec-rs/blob/main/release.md) - [Commits](youki-dev/oci-spec-rs@v0.8.4...v0.10.0) --- updated-dependencies: - dependency-name: oci-spec dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 69c362b commit c2d358d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

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

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ serde = { version = "1.0", features = ["derive"] }
5252
serde_json = "1.0"
5353
elfcore = { version = "2.0", optional = true }
5454
uuid = { version = "1.23.3", features = ["v4"] }
55-
oci-spec = { version = "0.8", default-features = false, features = ["image"] }
55+
oci-spec = { version = "0.10", default-features = false, features = ["image"] }
5656
sha2 = "0.10"
5757
hex = "0.4"
5858
tempfile = "3.27.0"

0 commit comments

Comments
 (0)