aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-13 08:49:29 -0500
committerGitHub <noreply@github.com>2022-01-13 08:49:29 -0500
commitb0e2ed1da896b62c792709c2b242a64679291425 (patch)
tree7bf286b8633a606a6a5e1208b391a886e159d592 /Cargo.toml
parent8e1f4c9c105457a6136c3a70c530e6dbaa5aed20 (diff)
downloadxesite-b0e2ed1da896b62c792709c2b242a64679291425.tar.xz
xesite-b0e2ed1da896b62c792709c2b242a64679291425.zip
build(deps): bump color-eyre from 0.5.11 to 0.6.0 (#428)
Bumps [color-eyre](https://github.com/yaahc/color-eyre) from 0.5.11 to 0.6.0. - [Release notes](https://github.com/yaahc/color-eyre/releases) - [Changelog](https://github.com/yaahc/color-eyre/blob/master/CHANGELOG.md) - [Commits](https://github.com/yaahc/color-eyre/compare/v0.5.11...v0.6.0) --- updated-dependencies: - dependency-name: color-eyre 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 f5501c2..8c6eb60 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ repository = "https://github.com/Xe/site"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-color-eyre = "0.5"
+color-eyre = "0.6"
chrono = "0.4"
comrak = "0.12.1"
envy = "0.4"