aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-09-07 10:00:17 -0400
committerGitHub <noreply@github.com>2021-09-07 10:00:17 -0400
commitdf32d327004a156168eb3d03dc17961a9e4e4531 (patch)
tree824f747c51491c68d1fb1b493b3205f06b73dbba /Cargo.toml
parent698d4cb3afed538bb05df85757c7a1b5cb92f89e (diff)
downloadxesite-df32d327004a156168eb3d03dc17961a9e4e4531.tar.xz
xesite-df32d327004a156168eb3d03dc17961a9e4e4531.zip
build(deps): bump comrak from 0.11.0 to 0.12.0 (#391)
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.11.0 to 0.12.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.11.0...0.12.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.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 350a02c..51aef93 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ repository = "https://github.com/Xe/site"
[dependencies]
color-eyre = "0.5"
chrono = "0.4"
-comrak = "0.11"
+comrak = "0.12"
envy = "0.4"
estimated_read_time = "1"
futures = "0.3"