diff --git a/Cargo.lock b/Cargo.lock index e513b0d1e..debe6c8a2 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" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 00d3f7846..3b412756c 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"] } diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 02858a31e..3fd2ec3ef 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"