aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-11-02 10:36:48 +0000
committerGitHub <noreply@github.com>2020-11-02 10:36:48 +0000
commit0b27a424ea43525ecfa6944172a5bd64cf2f453f (patch)
tree34dfd005bae9005b7e06cce696e0241b3852e698 /Cargo.toml
parent7e6272bb76e3a090e75bae797cb587aeab71aa9c (diff)
downloadxesite-0b27a424ea43525ecfa6944172a5bd64cf2f453f.tar.xz
xesite-0b27a424ea43525ecfa6944172a5bd64cf2f453f.zip
build(deps): bump comrak from 0.8.2 to 0.9.0
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.8.2 to 0.9.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.8.2...0.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.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 917e518..dfc67fb 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.8"
+comrak = "0.9"
envy = "0.4"
glob = "0.3"
hyper = "0.13"