From 85bd2abbec5d1a37094ce5d93003487643513e02 Mon Sep 17 00:00:00 2001 From: Platform Engineering Bot Date: Mon, 29 Apr 2024 01:03:51 +0200 Subject: [PATCH] fix(deps): update all patch dependencies Signed-off-by: Platform Engineering Bot --- cli/Cargo.toml | 10 +++++----- lib/Cargo.toml | 20 ++++++++++---------- xtask/Cargo.toml | 8 ++++---- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b48a221e..6b93e84b 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -17,11 +17,11 @@ default-run = "bootc" platforms = ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu", "powerpc64le-unknown-linux-gnu", "s390x-unknown-linux-gnu", "riscv64gc-unknown-linux-gnu"] [dependencies] -anyhow = "1.0" +anyhow = "1.0.82" bootc-lib = { version = "0.1", path = "../lib" } -clap = "4.5" +clap = "4.5.4" libc = "0.2.153" -tokio = { version = "1", features = ["macros"] } +tokio = { version = "1.37.0", features = ["macros"] } log = "0.4.21" -tracing = "0.1" -tracing-subscriber = { version = "0.3", features = ["env-filter"] } +tracing = "0.1.40" +tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 938b6ca4..b5946679 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -14,12 +14,12 @@ include = ["/src", "LICENSE-APACHE", "LICENSE-MIT"] [dependencies] anstream = "0.6.13" anstyle = "1.0.6" -anyhow = "1.0" +anyhow = "1.0.82" camino = { version = "1.1.6", features = ["serde1"] } ostree-ext = { version = "0.13.3" } chrono = { version = "0.4.38", features = ["serde"] } -clap = { version= "4.5", features = ["derive","cargo"] } -clap_mangen = { version = "0.2", optional = true } +clap = { version= "4.5.4", features = ["derive","cargo"] } +clap_mangen = { version = "0.2.20", optional = true } cap-std-ext = "4" hex = "^0.4.3" fn-error-context = "0.2.1" @@ -33,19 +33,19 @@ openssl = "^0.10.64" # TODO drop this in favor of rustix nix = { version = "0.28", features = ["ioctl", "sched"] } regex = "1.10.4" -rustix = { "version" = "0.38", features = ["thread", "fs", "system", "process"] } -schemars = { version = "0.8.16", features = ["chrono"] } -serde = { features = ["derive"], version = "1.0.197" } +rustix = { "version" = "0.38.34", features = ["thread", "fs", "system", "process"] } +schemars = { version = "0.8.17", features = ["chrono"] } +serde = { features = ["derive"], version = "1.0.199" } serde_ignored = "0.1.10" -serde_json = "1.0.115" +serde_json = "1.0.116" serde_yaml = "0.9.34" serde_with = ">= 3.7.0, < 4" tokio = { features = ["io-std", "time", "process", "rt", "net"], version = ">= 1.37.0" } -tokio-util = { features = ["io-util"], version = "0.7" } -tracing = "0.1" +tokio-util = { features = ["io-util"], version = "0.7.10" } +tracing = "0.1.40" tempfile = "3.10.1" toml = "0.8.12" -xshell = { version = "0.2", optional = true } +xshell = { version = "0.2.6", optional = true } uuid = { version = "1.8.0", features = ["v4"] } [features] diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 6efb0684..76f40c17 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -13,9 +13,9 @@ path = "src/xtask.rs" [dependencies] anyhow = "1.0.82" -camino = "1.1" +camino = "1.1.6" chrono = { version = "0.4.38", default_features = false, features = ["std"] } fn-error-context = "0.2.1" -tempfile = "3.10" -mandown = "0.1" -xshell = { version = "0.2" } +tempfile = "3.10.1" +mandown = "0.1.3" +xshell = { version = "0.2.6" }