summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2023-04-10 11:51:42 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2023-04-10 11:53:13 +0100
commitc5e2bd6c550d6343b02b59936fd9868d01304303 (patch)
tree8da8f02379ad3f0f97d4a26e73d19144d20fd1a3 /Cargo.toml
parentacf390c47f2b23a460e6eb507447809b29eeb3a1 (diff)
downloadsubplot-c5e2bd6c550d6343b02b59936fd9868d01304303.tar.gz
(chore) cargo update -p tera --precise=1.18.1
Updating crates.io index Updating humansize v1.1.1 -> v2.1.3 Adding libm v0.2.6 Updating tera v1.17.1 -> v1.18.1 Updating thread_local v1.1.7 -> v1.1.4 Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
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 84a7a14..6d5477a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,7 +43,7 @@ html-escape = "0.2.13"
line-col = "0.2.1"
[dependencies.tera]
-version = "1"
+version = "1.18"
default-features = false
# Expand out tera's default featurs, except for chrono related ones
features = ["slug", "percent-encoding", "humansize", "rand"]