From a8207e9a1dcd8afb56c00719830223104eb7b750 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 02:18:26 +0000 Subject: [PATCH] chore(deps): update compatible --- Cargo.lock | 12 ++++++------ crates/committed/Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8cf6e8a..5ee2b85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -51,9 +51,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.4" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44" +checksum = "d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6" dependencies = [ "anstyle", "anstyle-parse", @@ -248,7 +248,7 @@ dependencies = [ name = "committed" version = "1.0.20" dependencies = [ - "anstream 0.6.4", + "anstream 0.6.5", "anstyle", "anyhow", "clap", @@ -463,7 +463,7 @@ version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7a79a67745be0cb8dd2771f03b24c2f25df98d5471fe7a595d668cfa2e6f843d" dependencies = [ - "anstream 0.6.4", + "anstream 0.6.5", "anstyle", "backtrace", "os_info", @@ -632,9 +632,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.18.0" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" +checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "os_info" diff --git a/crates/committed/Cargo.toml b/crates/committed/Cargo.toml index 7989a1f..f709ddc 100644 --- a/crates/committed/Cargo.toml +++ b/crates/committed/Cargo.toml @@ -27,7 +27,7 @@ pre-release-replacements = [ [dependencies] regex = "1.10" -once_cell = "1.18.0" +once_cell = "1.19.0" git-conventional = "0.12" unicase = "2.7.0" anyhow = "1.0" @@ -47,5 +47,5 @@ derive_more = "0.99.17" itertools = "0.12.0" proc-exit = "2.0" human-panic = "1.2.2" -anstream = "0.6.4" +anstream = "0.6.5" anstyle = "1.0.4"