Skip to content

Commit dfe3982

Browse files
authored
Merge pull request #498 from containers/renovate/all-patch
fix(deps): update all patch dependencies
2 parents 9093697 + acb9c7b commit dfe3982

File tree

4 files changed

+59
-53
lines changed

4 files changed

+59
-53
lines changed

Cargo.lock

Lines changed: 37 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ default-run = "bootc"
1717
platforms = ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu", "powerpc64le-unknown-linux-gnu", "s390x-unknown-linux-gnu", "riscv64gc-unknown-linux-gnu"]
1818

1919
[dependencies]
20-
anyhow = "1.0"
20+
anyhow = "1.0.82"
2121
bootc-lib = { version = "0.1", path = "../lib" }
22-
clap = "4.5"
23-
libc = "0.2.153"
24-
tokio = { version = "1", features = ["macros"] }
22+
clap = "4.5.4"
23+
libc = "0.2.154"
24+
tokio = { version = "1.37.0", features = ["macros"] }
2525
log = "0.4.21"
26-
tracing = "0.1"
27-
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
26+
tracing = "0.1.40"
27+
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

lib/Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,38 +14,38 @@ include = ["/src", "LICENSE-APACHE", "LICENSE-MIT"]
1414
[dependencies]
1515
anstream = "0.6.13"
1616
anstyle = "1.0.6"
17-
anyhow = "1.0"
17+
anyhow = "1.0.82"
1818
camino = { version = "1.1.6", features = ["serde1"] }
19-
ostree-ext = { version = "0.13.3" }
19+
ostree-ext = { version = "0.13.4" }
2020
chrono = { version = "0.4.38", features = ["serde"] }
21-
clap = { version= "4.5", features = ["derive","cargo"] }
22-
clap_mangen = { version = "0.2", optional = true }
21+
clap = { version= "4.5.4", features = ["derive","cargo"] }
22+
clap_mangen = { version = "0.2.20", optional = true }
2323
cap-std-ext = "4"
2424
hex = "^0.4.3"
2525
fn-error-context = "0.2.1"
2626
gvariant = "0.4.0"
2727
indicatif = "0.17.8"
28-
libc = "^0.2.153"
28+
libc = "^0.2.154"
2929
liboverdrop = "0.1.0"
3030
libsystemd = "0.7"
3131
once_cell = "1.19"
3232
openssl = "^0.10.64"
3333
# TODO drop this in favor of rustix
3434
nix = { version = "0.28", features = ["ioctl", "sched"] }
3535
regex = "1.10.4"
36-
rustix = { "version" = "0.38", features = ["thread", "fs", "system", "process"] }
37-
schemars = { version = "0.8.16", features = ["chrono"] }
38-
serde = { features = ["derive"], version = "1.0.197" }
36+
rustix = { "version" = "0.38.34", features = ["thread", "fs", "system", "process"] }
37+
schemars = { version = "0.8.17", features = ["chrono"] }
38+
serde = { features = ["derive"], version = "1.0.199" }
3939
serde_ignored = "0.1.10"
40-
serde_json = "1.0.115"
40+
serde_json = "1.0.116"
4141
serde_yaml = "0.9.34"
4242
serde_with = ">= 3.7.0, < 4"
4343
tokio = { features = ["io-std", "time", "process", "rt", "net"], version = ">= 1.37.0" }
44-
tokio-util = { features = ["io-util"], version = "0.7" }
45-
tracing = "0.1"
44+
tokio-util = { features = ["io-util"], version = "0.7.10" }
45+
tracing = "0.1.40"
4646
tempfile = "3.10.1"
4747
toml = "0.8.12"
48-
xshell = { version = "0.2", optional = true }
48+
xshell = { version = "0.2.6", optional = true }
4949
uuid = { version = "1.8.0", features = ["v4"] }
5050

5151
[features]

xtask/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ path = "src/xtask.rs"
1313

1414
[dependencies]
1515
anyhow = "1.0.82"
16-
camino = "1.1"
16+
camino = "1.1.6"
1717
chrono = { version = "0.4.38", default_features = false, features = ["std"] }
1818
fn-error-context = "0.2.1"
19-
tempfile = "3.10"
20-
mandown = "0.1"
21-
xshell = { version = "0.2" }
19+
tempfile = "3.10.1"
20+
mandown = "0.1.3"
21+
xshell = { version = "0.2.6" }

0 commit comments

Comments
 (0)