Files
youki/Cargo.toml
dependabot[bot]andGitHub 93e7d3c0c4 chore(deps): bump wasmtime from 46.0.1 to 47.0.2 in the wasmtime group
Bumps the wasmtime group with 1 update: [wasmtime](https://github.com/bytecodealliance/wasmtime).


Updates `wasmtime` from 46.0.1 to 47.0.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v47.0.2/RELEASES.md)
- [Commits](https://github.com/bytecodealliance/wasmtime/compare/v46.0.1...v47.0.2)

---
updated-dependencies:
- dependency-name: wasmtime
  dependency-version: 47.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: wasmtime
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-27 00:43:18 +00:00

65 lines
1.5 KiB
INI

[workspace]
resolver = "2"
members = ["crates/*", "tests/contest/*", "tools/*"]
exclude = ["experiment/seccomp", "experiment/selinux", "tools/youki-deploy"]
[workspace.dependencies]
anyhow = "1.0.102"
caps = "0.5.6"
chrono = { version = "0.4", default-features = false }
clap = { version = "4.5.13", default-features = false }
clap_complete = "4.5.13"
crossbeam = "0.8.4"
env_logger = "0.11"
errno = "0.3.14"
fastrand = "^2.3.0"
fixedbitset = "0.5.7"
flate2 = "1.1"
libbpf-sys = "1.6.4"
libc = "0.2.186"
liboci-cli = { version = "0.7.0", path = "crates/liboci-cli" } # MARK: Version
libseccomp = "0.4.0"
mockall = "0.15.0"
nc = "0.9.8"
netlink-packet-core = "0.8.1"
netlink-packet-route = "0.31.0"
netlink-sys = "0.8.8"
nix = "0.29.0"
num_cpus = "1.17"
oci-spec = { version = "0.10.0", features = ["runtime"] }
pathrs = "0.2.4"
pentacle = "1.1.0"
pkg-config = "0.3.33"
pnet_datalink = "0.35.0"
prctl = "1.0.0"
procfs = "0.18.0"
quickcheck = "1"
rand = "0.10.1"
rbpf = "0.4.1"
regex = { version = "1.12.4", default-features = false }
rust-criu = "0.6.1"
safe-path = "0.1.0"
scopeguard = "1.2.0"
serde = "1.0"
serde_json = "1.0"
serial_test = "3.5.0"
tabwriter = "1"
tar = "0.4"
tempfile = "3"
test_framework = { path = "tests/contest/test_framework" }
thiserror = "2.0.18"
tracing = "0.1.44"
tracing-journald = "0.3.2"
tracing-subscriber = "0.3.23"
uuid = "1.23"
vergen-gitcl = "9.1.0"
wasi-common = "46.0.0"
wasmedge-sdk = "0.14.0"
wasmer = "7.0.1"
wasmer-wasix = "0.700.1"
wasmtime = "47.0.2"
which = "8.0.3"
[profile.release]
lto = true