summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-09-30 02:17:48 +0000
committerGitHub <noreply@github.com>2019-09-30 02:17:48 +0000
commit3a5f8ece491e71e5bfc28517d5f6f934061d5cee (patch)
tree6850b8971db9c77b82730fc895f8613067a5d792 /Cargo.toml
parent047a6f3b851e792d200548817da2089a952b0b9d (diff)
Bump liquid from 0.18.2 to 0.19.0
Bumps [liquid](https://github.com/cobalt-org/liquid-rust) from 0.18.2 to 0.19.0. - [Release notes](https://github.com/cobalt-org/liquid-rust/releases) - [Changelog](https://github.com/cobalt-org/liquid-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/cobalt-org/liquid-rust/commits) 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 2ae1cbcc..f4fecf4d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -54,5 +54,5 @@ escargot = "0.5.0"
[build-dependencies]
clap = "2.33"
-liquid = "0.18"
+liquid = "0.19"
lazy_static = "1.4"