summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-08-15 07:49:46 +0000
committerGitHub <noreply@github.com>2023-08-15 07:49:46 +0000
commitfe3ed47199dd12f1ae1e3e0e9f07d1575dc71f9a (patch)
treee31821353ad9e2927d3363d3897e26ac049c1241
parent60b8aa53ae5a2b3721709f9be2df294e921dda12 (diff)
parenta497f6ae4233d786696cd08e6335f4ac72aaa2fd (diff)
Merge #247
247: Bump the dependencies group with 1 update r=matthiasbeyer a=dependabot[bot] Bumps the dependencies group with 1 update: [termimad](https://github.com/Canop/termimad). 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 11f5a46..eb7c118 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -782,9 +782,9 @@ dependencies = [
[[package]]
name = "termimad"
-version = "0.24.0"
+version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "58c221e7bbf8834357e99489705e0a06222dec52d35151b0c06619e1f2abed4e"
+checksum = "b3f1b37b6c42513bd3ed17c94c7d644ec72054d5bb972bd557f645a6658d7df2"
dependencies = [
"coolor",
"crossbeam",
diff --git a/Cargo.toml b/Cargo.toml
index 1b7c846..fca8099 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,7 +36,7 @@ pretty = { version = "0.12.1", optional = true }
serde = { version = "1.0.183", features = ["derive"] }
serde_json = { version = "1.0.104", optional = true }
term_size = { version = "0.3.2", optional = true }
-termimad = { version = "0.24.0", optional = true }
+termimad = { version = "0.24.1", optional = true }
type_description_derive = { version = "0.6.0", path = "type_description_derive" }
bytesize = { version = "1", optional = true }