about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2023-03-06 11:15:59 +0100
committerGuillaume Gomez <guillaume.gomez@huawei.com>2023-03-06 11:17:11 +0100
commit76714c3731d171fe572e5dd2bca7aaa8b50e00fd (patch)
tree3ae746974acc36ba6ef25ba60e40956c61ede8cd /src
parent8c0f83d773370150a6ea1b40b36b55566e40a73c (diff)
downloadrust-76714c3731d171fe572e5dd2bca7aaa8b50e00fd.tar.gz
rust-76714c3731d171fe572e5dd2bca7aaa8b50e00fd.zip
Update askama version to 0.12
Diffstat (limited to 'src')
-rw-r--r--src/librustdoc/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/Cargo.toml b/src/librustdoc/Cargo.toml
index c48f7998c5a..6ca6edfd3c9 100644
--- a/src/librustdoc/Cargo.toml
+++ b/src/librustdoc/Cargo.toml
@@ -8,7 +8,7 @@ path = "lib.rs"
 
 [dependencies]
 arrayvec = { version = "0.7", default-features = false }
-askama = { version = "0.11", default-features = false, features = ["config"] }
+askama = { version = "0.12", default-features = false, features = ["config"] }
 itertools = "0.10.1"
 minifier = "0.2.2"
 once_cell = "1.10.0"