1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 15:45:53 +01:00

fix(deps): update all patch dependencies

Signed-off-by: null <platform-engineering@redhat.com>
This commit is contained in:
null
2024-02-19 06:19:28 +00:00
parent e9516efacf
commit 32015a3d1c
3 changed files with 9 additions and 9 deletions

12
Cargo.lock generated
View File

@@ -49,9 +49,9 @@ dependencies = [
[[package]]
name = "anstream"
version = "0.6.11"
version = "0.6.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5"
checksum = "96b09b5178381e0874812a9b157f7fe84982617e48f71f4e3235482775e5b540"
dependencies = [
"anstyle",
"anstyle-parse",
@@ -97,9 +97,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.79"
version = "1.0.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1"
[[package]]
name = "async-compression"
@@ -1769,9 +1769,9 @@ dependencies = [
[[package]]
name = "serde_yaml"
version = "0.9.31"
version = "0.9.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adf8a49373e98a4c5f0ceb5d05aa7c648d75f63774981ed95b7c7443bbd50c6e"
checksum = "8fd075d994154d4a774f95b51fb96bdc2832b0ea48425c92546073816cda1f2f"
dependencies = [
"indexmap 2.2.2",
"itoa",

View File

@@ -11,7 +11,7 @@ rust-version = "1.64.0"
include = ["/src", "LICENSE-APACHE", "LICENSE-MIT"]
[dependencies]
anstream = "0.6.11"
anstream = "0.6.12"
anstyle = "1.0.6"
anyhow = "1.0"
camino = { version = "1.1.6", features = ["serde1"] }
@@ -37,7 +37,7 @@ schemars = { version = "0.8.16", features = ["chrono"] }
serde = { features = ["derive"], version = "1.0.196" }
serde_ignored = "0.1.10"
serde_json = "1.0.113"
serde_yaml = "0.9.31"
serde_yaml = "0.9.32"
serde_with = ">= 3.6.1, < 4"
tokio = { features = ["io-std", "time", "process", "rt", "net"], version = ">= 1.36.0" }
tokio-util = { features = ["io-util"], version = "0.7" }

View File

@@ -12,7 +12,7 @@ name = "xtask"
path = "src/xtask.rs"
[dependencies]
anyhow = "1.0.79"
anyhow = "1.0.80"
camino = "1.1"
chrono = { version = "0.4.34", default_features = false, features = ["std"] }
fn-error-context = "0.2.1"