Skip to content

Commit 323a879

Browse files
fix(deps): update rust
Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
1 parent c421628 commit 323a879

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ futures-util = "0.3.13"
1313
# NOTE when bumping this in a semver-incompatible way, because we re-export it you
1414
# must also bump the semver of this project.
1515
# See also https://github.com/youki-dev/oci-spec-rs/pull/288
16-
oci-spec = "0.8.2"
16+
oci-spec = "0.9.0"
1717
rustix = { version = "1.0", features = ["process", "fs", "net"] }
1818
serde = { features = ["derive"], version = "1.0.125" }
1919
serde_json = "1.0.64"
@@ -22,7 +22,7 @@ thiserror = "2"
2222
tokio = { features = ["fs", "io-util", "macros", "process", "rt", "sync"], version = "1" }
2323
tracing = "0.1"
2424
# We support versions 2, 3 and 4
25-
cap-std-ext = ">= 2.0, <= 4.0"
25+
cap-std-ext = "<= 5.1"
2626
itertools = "0.14.0"
2727

2828
[dev-dependencies]

0 commit comments

Comments
 (0)