Skip to content

Commit 06b3317

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

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ inherits = "release"
3131
lto = "yes"
3232

3333
[workspace.dependencies]
34-
anstream = "0.6"
34+
anstream = "1.0"
3535
anyhow = "1.0.82"
3636
camino = "1.1.6"
3737
canon-json = "0.2.1"
38-
cap-std-ext = "4.0.3"
38+
cap-std-ext = "5.0.0"
3939
cfg-if = "1.0"
4040
chrono = { version = "0.4.38", default-features = false }
4141
clap = "4.5.4"
@@ -72,7 +72,7 @@ tempfile = "3.10.1"
7272
thiserror = "2.0.11"
7373
tokio = ">= 1.37.0"
7474
tokio-util = { features = ["io-util"], version = "0.7.10" }
75-
toml = "0.9.5"
75+
toml = "1.0.0"
7676
tracing = "0.1.40"
7777
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
7878
tracing-journald = "0.3.1"

crates/tests-integration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ bootc-kernel-cmdline = { path = "../kernel_cmdline", version = "0.0.0" }
2727

2828
# Crate-specific dependencies
2929
libtest-mimic = "0.8.0"
30-
oci-spec = "0.8.0"
30+
oci-spec = "0.9.0"
3131
rexpect = "0.6"
3232
scopeguard = "1.2.0"
3333

0 commit comments

Comments
 (0)