about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-10-28 12:12:12 +0200
committerAlyssa Ross <hi@alyssa.is>2023-10-28 13:21:02 +0200
commit7f20c2cdfcbc07d97c71612381d0864ce379823c (patch)
tree61690a75cc85588a629870c2254edbbd175da74b /Cargo.toml
parent9990305e8afee1c62c86c804ae1981d9d568d9e3 (diff)
downloadpr-tracker-7f20c2cdfcbc07d97c71612381d0864ce379823c.tar
pr-tracker-7f20c2cdfcbc07d97c71612381d0864ce379823c.tar.gz
pr-tracker-7f20c2cdfcbc07d97c71612381d0864ce379823c.tar.bz2
pr-tracker-7f20c2cdfcbc07d97c71612381d0864ce379823c.tar.lz
pr-tracker-7f20c2cdfcbc07d97c71612381d0864ce379823c.tar.xz
pr-tracker-7f20c2cdfcbc07d97c71612381d0864ce379823c.tar.zst
pr-tracker-7f20c2cdfcbc07d97c71612381d0864ce379823c.zip
Update askama to 0.12.1
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 c21bfb6..78fb7a6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ surf = "2.1"
 serde_json = "1.0"
 graphql_client = "0.10.0"
 serde = "1.0"
-askama = "0.11.1"
+askama = "0.12.1"
 structopt = "0.3.21"
 futures-util = "0.3.12"