mirror of
https://github.com/containers/youki
synced 2026-01-01 13:11:43 +01:00
Bumps the patch group with 1 update: [oci-spec](https://github.com/youki-dev/oci-spec-rs). Updates `oci-spec` from 0.8.3 to 0.8.4 - [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](https://github.com/youki-dev/oci-spec-rs/compare/v0.8.3...v0.8.4) --- updated-dependencies: - dependency-name: oci-spec dependency-version: 0.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
332 B
INI
16 lines
332 B
INI
[package]
|
|
name = "runtimetest"
|
|
version = "0.0.1"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
oci-spec = { version = "0.8.4", features = ["runtime"] }
|
|
nix = "0.29.0"
|
|
anyhow = "1.0"
|
|
libc = "0.2.178" # TODO (YJDoc2) upgrade to latest
|
|
nc = "0.9.7"
|
|
tempfile = "3"
|
|
netlink-packet-route = "0.26.0"
|
|
netlink-packet-core = "0.8.1"
|
|
netlink-sys = "0.8.5"
|