summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-15 07:08:28 +0000
committerGitHub <noreply@github.com>2023-08-15 07:08:28 +0000
commita497f6ae4233d786696cd08e6335f4ac72aaa2fd (patch)
tree713ef7ca821a3e91663eafc6ebf76eb26585ac64
parente0ab72a2c71d628f4692f0b6e9538352cc3b9cdd (diff)
Bump the dependencies group with 1 update
Bumps the dependencies group with 1 update: [termimad](https://github.com/Canop/termimad). - [Changelog](https://github.com/Canop/termimad/blob/main/CHANGELOG.md) - [Commits](https://github.com/Canop/termimad/commits) --- updated-dependencies: - dependency-name: termimad dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@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 }