diff --git a/Cargo.lock b/Cargo.lock index e513b0d1..a37b2c06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 00d3f784..50bc07a6 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -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" } diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 02858a31..3fd2ec3e 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -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"