summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-06-20 13:22:55 +0000
committerGitHub <noreply@github.com>2023-06-20 13:22:55 +0000
commit099f73a07483aa11665411401f1d662791007c9e (patch)
treef2e24057d4a7eacef068790e3ec7e7b746697fb5
parent220d81b65bb079468cbaffc3baf7cbb81875f9b6 (diff)
parent74b12f988b0cd40360177091222cfdfd103d34bc (diff)
Merge #214
214: Bump termimad from 0.23.0 to 0.23.1 r=TheNeikos a=dependabot[bot] Bumps [termimad](https://github.com/Canop/termimad) from 0.23.0 to 0.23.1. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d2e90b2..f3a5187 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -710,9 +710,9 @@ dependencies = [
[[package]]
name = "termimad"
-version = "0.23.0"
+version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "749b18b17745261a883ab334d931adffc8c5e07e71c73a861e77124557e7b41f"
+checksum = "e7df2ed35b86d796df56633f1bb1f0c15816134e221822d65bbc64d5265ce8d4"
dependencies = [
"coolor",
"crossbeam",
diff --git a/Cargo.toml b/Cargo.toml
index 878d16d..57db60a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,7 +36,7 @@ pretty = { version = "0.12.1", optional = true }
serde = { version = "1.0.164", features = ["derive"] }
serde_json = { version = "1.0.97", optional = true }
term_size = { version = "0.3.2", optional = true }
-termimad = { version = "0.23.0", optional = true }
+termimad = { version = "0.23.1", optional = true }
type_description_derive = { version = "0.6.0", path = "type_description_derive" }
bytesize = { version = "1", optional = true }