summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-12 06:17:07 +0000
committerGitHub <noreply@github.com>2024-07-12 06:17:07 +0000
commita5f1f71d853226eb42f8f655df2c9498f2266cd1 (patch)
tree2b3eae5f1fcfaaeb191196e64f2a90c3f32578f2
parent5d538b23039058d50f218611f714ff40d5cd883d (diff)
Bump terminal-colorsaurus from 0.3.1 to 0.4.3dependabot/cargo/terminal-colorsaurus-0.4.3
Bumps [terminal-colorsaurus](https://github.com/bash/terminal-colorsaurus) from 0.3.1 to 0.4.3. - [Release notes](https://github.com/bash/terminal-colorsaurus/releases) - [Changelog](https://github.com/bash/terminal-colorsaurus/blob/main/changelog.md) - [Commits](https://github.com/bash/terminal-colorsaurus/compare/0.3.1...0.4.3) --- updated-dependencies: - dependency-name: terminal-colorsaurus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock6
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 19e6547c..270e9ab1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1259,15 +1259,15 @@ dependencies = [
[[package]]
name = "terminal-colorsaurus"
-version = "0.3.1"
+version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c374383f597b763eb3bd06bc4e18f85510a52d7f1ac762f0c7e413ce696079fc"
+checksum = "f25695f34d6f2acfa6c9dc41348e9a38d66cda2a78a010d5eafee6df69d8cc69"
dependencies = [
+ "cfg-if",
"libc",
"memchr",
"mio",
"terminal-trx",
- "thiserror",
]
[[package]]
diff --git a/Cargo.toml b/Cargo.toml
index 3234a717..e1971735 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -54,7 +54,7 @@ unicode-segmentation = "1.10.1"
unicode-width = "0.1.10"
xdg = "2.4.1"
clap_complete = "4.4.4"
-terminal-colorsaurus = "0.3.1"
+terminal-colorsaurus = "0.4.3"
[dependencies.git2]
version = "0.18.2"