aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-08 13:11:28 -0400
committerGitHub <noreply@github.com>2022-06-08 13:11:28 -0400
commit2645966f856438c3b6264648bca5c1fcd45af47c (patch)
tree3e34c90a016b20230e6f344ed0c0c8cbd05e324e /Cargo.lock
parent7d667ef2ae02cd606d46461a64eef6ab9b691203 (diff)
downloadxesite-2645966f856438c3b6264648bca5c1fcd45af47c.tar.xz
xesite-2645966f856438c3b6264648bca5c1fcd45af47c.zip
build(deps): bump comrak from 0.12.1 to 0.13.0 (#487)
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.12.1 to 0.13.0. - [Release notes](https://github.com/kivikakk/comrak/releases) - [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt) - [Commits](https://github.com/kivikakk/comrak/compare/0.12.1...0.13.0) --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b32df75..d9e7d4f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -424,9 +424,9 @@ dependencies = [
[[package]]
name = "comrak"
-version = "0.12.1"
+version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ff3c476e1a33eb4df1212a02db79d0f788bbd760901f34f5897644623e0e4e74"
+checksum = "3a00ddef7b344800116b794a7cabfb2c60ef4f44db2f44b0f8f3f6dd2ea43866"
dependencies = [
"clap",
"entities",
@@ -2401,7 +2401,6 @@ dependencies = [
"serde_derive",
"serde_json",
"walkdir",
- "yaml-rust",
]
[[package]]