aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-24 22:24:22 -0400
committerGitHub <noreply@github.com>2022-03-24 22:24:22 -0400
commitcb65b7b037fc994afd9b923620bfa5f2ebbf746b (patch)
tree1ef1c2827d17afafdab9824fc49ad7c915d77220 /Cargo.toml
parent04b78d997bdc70428233d7a2d957f0a491809160 (diff)
downloadxesite-cb65b7b037fc994afd9b923620bfa5f2ebbf746b.tar.xz
xesite-cb65b7b037fc994afd9b923620bfa5f2ebbf746b.zip
build(deps): bump ructe from 0.13.4 to 0.14.0 (#443)
Bumps [ructe](https://github.com/kaj/ructe) from 0.13.4 to 0.14.0. - [Release notes](https://github.com/kaj/ructe/releases) - [Changelog](https://github.com/kaj/ructe/blob/master/CHANGELOG.md) - [Commits](https://github.com/kaj/ructe/compare/v0.13.4...v0.14.0) --- updated-dependencies: - dependency-name: ructe 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 006f66b..74a7af7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -63,7 +63,7 @@ features = [ "full" ]
sdnotify = { version = "0.2", default-features = false }
[build-dependencies]
-ructe = { version = "0.13", features = [ "mime03" ] }
+ructe = { version = "0.14", features = [ "mime03" ] }
[dev-dependencies]
pfacts = "0"