summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorIgor Raits <i.gnatenko.brain@gmail.com>2020-03-22 16:27:35 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2020-03-22 21:37:14 +0100
commit136a745c5de804ee9cf0ec601302e17cef6334a3 (patch)
tree6be7627da5f8b834a1de1c37a7bd5835d76fae67 /Cargo.toml
parent5edd8260e8fef887bd4c7e39c411dfe843d03894 (diff)
chore: Update liquid to 0.20
Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.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 707f1d90..60b2d4e1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -55,7 +55,7 @@ assert_cmd = "0.12.0"
[build-dependencies]
clap = "2.33"
-liquid = "0.19"
+liquid = "0.20"
lazy_static = "1.4"
[profile.release]