Skip to content

Commit

Permalink
fix(deps): update all patch dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Platform Engineering Bot <platform-engineering@redhat.com>
  • Loading branch information
platform-engineering-bot committed Apr 27, 2024
1 parent 6ba7938 commit 2266574
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
10 changes: 5 additions & 5 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
18 changes: 9 additions & 9 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"] }
rustix = { "version" = "0.38.34", features = ["thread", "fs", "system", "process"] }
schemars = { version = "0.8.16", features = ["chrono"] }
serde = { features = ["derive"], version = "1.0.197" }
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]
Expand Down
8 changes: 4 additions & 4 deletions xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit 2266574

Please sign in to comment.