From 64234d2d8bdf72034ac861d4a877ae18765724cf Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 11:21:48 +0000 Subject: [PATCH] fix(deps): update rust Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 81187b3..26c5ee8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ futures-util = "0.3.13" # NOTE when bumping this in a semver-incompatible way, because we re-export it you # must also bump the semver of this project. # See also https://github.com/youki-dev/oci-spec-rs/pull/288 -oci-spec = "0.8.2" +oci-spec = "0.9.0" rustix = { version = "1.0", features = ["process", "fs", "net"] } serde = { features = ["derive"], version = "1.0.125" } serde_json = "1.0.64" @@ -22,7 +22,7 @@ thiserror = "2" tokio = { features = ["fs", "io-util", "macros", "process", "rt", "sync"], version = "1" } tracing = "0.1" # We support versions 2, 3 and 4 -cap-std-ext = ">= 2.0, <= 4.0" +cap-std-ext = "<= 5.0" itertools = "0.14.0" [dev-dependencies]