aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-07-20 21:51:51 -0400
committerGitHub <noreply@github.com>2021-07-20 21:51:51 -0400
commit585268e38116b07cdc1921b8e00add68e74bd980 (patch)
tree6d2f5db0907ec067786bdd98ffce20fd2cf66b84 /Cargo.toml
parent5f4db2e9c4e0866df3efa9f527c152d1d869c338 (diff)
downloadxesite-585268e38116b07cdc1921b8e00add68e74bd980.tar.xz
xesite-585268e38116b07cdc1921b8e00add68e74bd980.zip
build(deps): bump comrak from 0.10.1 to 0.11.0 (#386)
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.10.1 to 0.11.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.10.1...0.11.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 45cc8a3..350a02c 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.10"
+comrak = "0.11"
envy = "0.4"
estimated_read_time = "1"
futures = "0.3"