From d400523a9b1e34a5910a32ac1e2fd95cddb049c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:04:42 -0700 Subject: [PATCH] build(deps): bump color-eyre from 0.6.2 to 0.6.3 (#34) Bumps [color-eyre](https://github.com/eyre-rs/eyre) from 0.6.2 to 0.6.3. - [Commits](https://github.com/eyre-rs/eyre/compare/v0.6.2...color-eyre-v0.6.3) --- updated-dependencies: - dependency-name: color-eyre dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 835f5c7..01ff77c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -188,9 +188,9 @@ checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" [[package]] name = "color-eyre" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204" +checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5" dependencies = [ "backtrace", "color-spantrace", diff --git a/Cargo.toml b/Cargo.toml index d68db34..2e1969b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ ratatui = "0.26.1" [dev-dependencies] clap = { version = "4.5.4", features = ["derive"] } -color-eyre = "0.6.2" +color-eyre = "0.6.3" indoc = "2.0.5" [patch.crates-io]