1
0
mirror of https://github.com/containers/youki synced 2025-11-10 10:58:41 +01:00
youki/tests/contest/runtimetest/Cargo.toml
dependabot[bot] 4b0ba3cded
chore(deps): bump libc from 0.2.176 to 0.2.177 in the patch group
Bumps the patch group with 1 update: [libc](https://github.com/rust-lang/libc).


Updates `libc` from 0.2.176 to 0.2.177
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.177/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.176...0.2.177)

---
updated-dependencies:
- dependency-name: libc
  dependency-version: 0.2.177
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-10 00:06:44 +00:00

13 lines
248 B
INI

[package]
name = "runtimetest"
version = "0.0.1"
edition = "2024"
[dependencies]
oci-spec = { version = "0.8.3", features = ["runtime"] }
nix = "0.29.0"
anyhow = "1.0"
libc = "0.2.177" # TODO (YJDoc2) upgrade to latest
nc = "0.9.6"
tempfile = "3"