🏡 index : ~doyle/rgit.git

author Jordan Doyle <jordan@doyle.la> 2025-04-08 1:14:59.0 +07:00:00
committer Jordan Doyle <jordan@doyle.la> 2025-04-08 1:16:52.0 +07:00:00
commit
c96be4e0be84b85f426a5b3a643b82bdd3828412 [patch]
tree
62dfe2b2d67d8355a71820da2c937462c5db3fdd
parent
1708a21d0e63246c99abedc39489d2cfacc262fa
download
c96be4e0be84b85f426a5b3a643b82bdd3828412.tar.gz

Update gix and Askama

Fixes #129

Diff

 Cargo.lock  | 314 +++++++++++++++++++++++++++++++++++++++++++++-----------------------------------
 Cargo.toml  |   8 +++++---
 deny.toml   |   1 +
 src/main.rs |   2 +-
 4 files changed, 175 insertions(+), 150 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 67a2e20..ff1897e 100644
--- a/Cargo.lock
+++ a/Cargo.lock
@@ -65,41 +65,39 @@

[[package]]
name = "askama"
version = "0.12.1"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b79091df18a97caea757e28cd2d5fda49c6cd4bd01ddffd7ff01ace0c0ad2c28"
checksum = "9a4e46abb203e00ef226442d452769233142bbfdd79c3941e84c8e61c4112543"
dependencies = [
 "askama_derive",
 "askama_escape",
 "itoa",
 "percent-encoding",
 "serde",
 "serde_json",
]

[[package]]
name = "askama_derive"
version = "0.12.5"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19fe8d6cb13c4714962c072ea496f3392015f0989b1a2847bb4b2d9effd71d83"
checksum = "54398906821fd32c728135f7b351f0c7494ab95ae421d41b6f5a020e158f28a6"
dependencies = [
 "askama_parser",
 "mime",
 "mime_guess",
 "memchr",
 "proc-macro2",
 "quote",
 "rustc-hash 2.1.1",
 "syn",
]

[[package]]
name = "askama_escape"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"

[[package]]
name = "askama_parser"
version = "0.2.1"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acb1161c6b64d1c3d83108213c2a2533a342ac225aabd0bda218278c2ddb00c0"
checksum = "cf315ce6524c857bb129ff794935cf6d42c82a6cff60526fe2a63593de4d0d4f"
dependencies = [
 "nom",
 "memchr",
 "winnow",
]

[[package]]
@@ -231,7 +229,7 @@
 "proc-macro2",
 "quote",
 "regex",
 "rustc-hash",
 "rustc-hash 1.1.0",
 "shlex",
 "syn",
]
@@ -729,9 +727,9 @@

[[package]]
name = "flate2"
version = "1.0.35"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
dependencies = [
 "crc32fast",
 "libz-ng-sys",
@@ -847,9 +845,9 @@

[[package]]
name = "gix"
version = "0.70.0"
version = "0.71.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "736f14636705f3a56ea52b553e67282519418d9a35bb1e90b3a9637a00296b68"
checksum = "a61e71ec6817fc3c9f12f812682cfe51ee6ea0d2e27e02fc3849c35524617435"
dependencies = [
 "gix-actor",
 "gix-attributes",
@@ -895,9 +893,9 @@

[[package]]
name = "gix-actor"
version = "0.33.2"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20018a1a6332e065f1fcc8305c1c932c6b8c9985edea2284b3c79dc6fa3ee4b2"
checksum = "f438c87d4028aca4b82f82ba8d8ab1569823cfb3e5bc5fa8456a71678b2a20e7"
dependencies = [
 "bstr",
 "gix-date",
@@ -909,9 +907,9 @@

[[package]]
name = "gix-attributes"
version = "0.24.0"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f151000bf662ef5f641eca6102d942ee31ace80f271a3ef642e99776ce6ddb38"
checksum = "e4e25825e0430aa11096f8b65ced6780d4a96a133f81904edceebb5344c8dd7f"
dependencies = [
 "bstr",
 "gix-glob",
@@ -944,25 +942,25 @@

[[package]]
name = "gix-command"
version = "0.4.1"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb410b84d6575db45e62025a9118bdbf4d4b099ce7575a76161e898d9ca98df1"
checksum = "c0378995847773a697f8e157fe2963ecf3462fe64be05b7b3da000b3b472def8"
dependencies = [
 "bstr",
 "gix-path",
 "gix-quote",
 "gix-trace",
 "shell-words",
]

[[package]]
name = "gix-commitgraph"
version = "0.26.0"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e23a8ec2d8a16026a10dafdb6ed51bcfd08f5d97f20fa52e200bc50cb72e4877"
checksum = "043cbe49b7a7505150db975f3cb7c15833335ac1e26781f615454d9d640a28fe"
dependencies = [
 "bstr",
 "gix-chunk",
 "gix-features",
 "gix-hash",
 "memmap2",
 "thiserror 2.0.12",
@@ -970,9 +968,9 @@

[[package]]
name = "gix-config"
version = "0.43.0"
version = "0.44.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "377c1efd2014d5d469e0b3cd2952c8097bce9828f634e04d5665383249f1d9e9"
checksum = "9c6f830bf746604940261b49abf7f655d2c19cadc9f4142ae9379e3a316e8cfa"
dependencies = [
 "bstr",
 "gix-config-value",
@@ -991,9 +989,9 @@

[[package]]
name = "gix-config-value"
version = "0.14.11"
version = "0.14.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11365144ef93082f3403471dbaa94cfe4b5e72743bdb9560719a251d439f4cee"
checksum = "8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6"
dependencies = [
 "bitflags",
 "bstr",
@@ -1004,9 +1002,9 @@

[[package]]
name = "gix-date"
version = "0.9.3"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c57c477b645ee248b173bb1176b52dd528872f12c50375801a58aaf5ae91113f"
checksum = "daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4"
dependencies = [
 "bstr",
 "itoa",
@@ -1016,9 +1014,9 @@

[[package]]
name = "gix-diff"
version = "0.50.0"
version = "0.51.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62afb7f4ca0acdf4e9dad92065b2eb1bf2993bcc5014b57bc796e3a365b17c4d"
checksum = "a2c975dad2afc85e4e233f444d1efbe436c3cdcf3a07173984509c436d00a3f8"
dependencies = [
 "bstr",
 "gix-command",
@@ -1037,9 +1035,9 @@

[[package]]
name = "gix-discover"
version = "0.38.0"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0c2414bdf04064e0f5a5aa029dfda1e663cf9a6c4bfc8759f2d369299bb65d8"
checksum = "f7fb8a4349b854506a3915de18d3341e5f1daa6b489c8affc9ca0d69efe86781"
dependencies = [
 "bstr",
 "dunce",
@@ -1053,31 +1051,29 @@

[[package]]
name = "gix-features"
version = "0.40.0"
version = "0.41.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bfdd4838a8d42bd482c9f0cb526411d003ee94cc7c7b08afe5007329c71d554"
checksum = "016d6050219458d14520fe22bdfdeb9cb71631dec9bc2724767c983f60109634"
dependencies = [
 "crc32fast",
 "crossbeam-channel",
 "flate2",
 "gix-hash",
 "gix-path",
 "gix-trace",
 "gix-utils",
 "libc",
 "once_cell",
 "parking_lot",
 "prodash",
 "sha1",
 "sha1_smol",
 "thiserror 2.0.12",
 "walkdir",
]

[[package]]
name = "gix-filter"
version = "0.17.0"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdcc36cd7dbc63ed0ec3558645886553d1afd3cd09daa5efb9cba9cceb942bbb"
checksum = "cb2b2bbffdc5cc9b2b82fc82da1b98163c9b423ac2b45348baa83a947ac9ab89"
dependencies = [
 "bstr",
 "encoding_rs",
@@ -1096,20 +1092,23 @@

[[package]]
name = "gix-fs"
version = "0.13.0"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "182e7fa7bfdf44ffb7cfe7451b373cdf1e00870ac9a488a49587a110c562063d"
checksum = "951e886120dc5fa8cac053e5e5c89443f12368ca36811b2e43d1539081f9c111"
dependencies = [
 "bstr",
 "fastrand",
 "gix-features",
 "gix-path",
 "gix-utils",
 "thiserror 2.0.12",
]

[[package]]
name = "gix-glob"
version = "0.18.0"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e9c7249fa0a78f9b363aa58323db71e0a6161fd69860ed6f48dedf0ef3a314e"
checksum = "20972499c03473e773a2099e5fd0c695b9b72465837797a51a43391a1635a030"
dependencies = [
 "bitflags",
 "bstr",
@@ -1119,19 +1118,21 @@

[[package]]
name = "gix-hash"
version = "0.16.0"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e81c5ec48649b1821b3ed066a44efb95f1a268b35c1d91295e61252539fbe9f8"
checksum = "834e79722063958b03342edaa1e17595cd2939bb2b3306b3225d0815566dcb49"
dependencies = [
 "faster-hex",
 "gix-features",
 "sha1-checked",
 "thiserror 2.0.12",
]

[[package]]
name = "gix-hashtable"
version = "0.7.0"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "189130bc372accd02e0520dc5ab1cef318dcc2bc829b76ab8d84bbe90ac212d1"
checksum = "f06066d8702a9186dc1fdc1ed751ff2d7e924ceca21cb5d51b8f990c9c2e014a"
dependencies = [
 "gix-hash",
 "hashbrown",
@@ -1140,9 +1141,9 @@

[[package]]
name = "gix-ignore"
version = "0.13.0"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f529dcb80bf9855c0a7c49f0ac588df6d6952d63a63fefc254b9c869d2cdf6f"
checksum = "9a27c8380f493a10d1457f756a3f81924d578fc08d6535e304dfcafbf0261d18"
dependencies = [
 "bstr",
 "gix-glob",
@@ -1153,9 +1154,9 @@

[[package]]
name = "gix-index"
version = "0.38.0"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acd12e3626879369310fffe2ac61acc828613ef656b50c4ea984dd59d7dc85d8"
checksum = "855bece2d4153453aa5d0a80d51deea1ce8cd6a3b4cf213da85ac344ccb908a7"
dependencies = [
 "bitflags",
 "bstr",
@@ -1181,9 +1182,9 @@

[[package]]
name = "gix-lock"
version = "16.0.0"
version = "17.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9739815270ff6940968441824d162df9433db19211ca9ba8c3fc1b50b849c642"
checksum = "df47b8f11c34520db5541bc5fc9fbc8e4b0bdfcec3736af89ccb1a5728a0126f"
dependencies = [
 "gix-tempfile",
 "gix-utils",
@@ -1192,9 +1193,9 @@

[[package]]
name = "gix-object"
version = "0.47.0"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddc4b3a0044244f0fe22347fb7a79cca165e37829d668b41b85ff46a43e5fd68"
checksum = "4943fcdae6ffc135920c9ea71e0362ed539182924ab7a85dd9dac8d89b0dd69a"
dependencies = [
 "bstr",
 "gix-actor",
@@ -1213,9 +1214,9 @@

[[package]]
name = "gix-odb"
version = "0.67.0"
version = "0.68.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e93457df69cd09573608ce9fa4f443fbd84bc8d15d8d83adecd471058459c1b"
checksum = "50306d40dcc982eb6b7593103f066ea6289c7b094cb9db14f3cd2be0b9f5e610"
dependencies = [
 "arc-swap",
 "gix-date",
@@ -1234,9 +1235,9 @@

[[package]]
name = "gix-pack"
version = "0.57.0"
version = "0.58.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc13a475b3db735617017fb35f816079bf503765312d4b1913b18cf96f3fa515"
checksum = "9b65fffb09393c26624ca408d32cfe8776fb94cd0a5cdf984905e1d2f39779cb"
dependencies = [
 "clru",
 "gix-chunk",
@@ -1252,9 +1253,9 @@

[[package]]
name = "gix-packetline"
version = "0.18.3"
version = "0.18.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7e5ae6bc3ac160a6bf44a55f5537813ca3ddb08549c0fd3e7ef699c73c439cd"
checksum = "123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04"
dependencies = [
 "bstr",
 "faster-hex",
@@ -1264,9 +1265,9 @@

[[package]]
name = "gix-packetline-blocking"
version = "0.18.2"
version = "0.18.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1cbf8767c6abd5a6779f586702b5bcd8702380f4208219449cf1c9d0cd1e17c"
checksum = "1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3"
dependencies = [
 "bstr",
 "faster-hex",
@@ -1276,9 +1277,9 @@

[[package]]
name = "gix-path"
version = "0.10.14"
version = "0.10.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c40f12bb65a8299be0cfb90fe718e3be236b7a94b434877012980863a883a99f"
checksum = "f910668e2f6b2a55ff35a1f04df88a1a049f7b868507f4cbeeaa220eaba7be87"
dependencies = [
 "bstr",
 "gix-trace",
@@ -1289,9 +1290,9 @@

[[package]]
name = "gix-pathspec"
version = "0.9.0"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6430d3a686c08e9d59019806faa78c17315fe22ae73151a452195857ca02f86c"
checksum = "fef8422c3c9066d649074b24025125963f85232bfad32d6d16aea9453b82ec14"
dependencies = [
 "bitflags",
 "bstr",
@@ -1304,9 +1305,9 @@

[[package]]
name = "gix-protocol"
version = "0.48.0"
version = "0.49.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c61bd61afc6b67d213241e2100394c164be421e3f7228d3521b04f48ca5ba90"
checksum = "5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a"
dependencies = [
 "bstr",
 "gix-date",
@@ -1323,9 +1324,9 @@

[[package]]
name = "gix-quote"
version = "0.4.15"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e49357fccdb0c85c0d3a3292a9f6db32d9b3535959b5471bb9624908f4a066c6"
checksum = "1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969"
dependencies = [
 "bstr",
 "gix-utils",
@@ -1334,9 +1335,9 @@

[[package]]
name = "gix-ref"
version = "0.50.0"
version = "0.51.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47adf4c5f933429f8554e95d0d92eee583cfe4b95d2bf665cd6fd4a1531ee20c"
checksum = "b2e1f7eb6b7ce82d2d19961f74bd637bab3ea79b1bc7bfb23dbefc67b0415d8b"
dependencies = [
 "gix-actor",
 "gix-features",
@@ -1355,9 +1356,9 @@

[[package]]
name = "gix-refspec"
version = "0.28.0"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59650228d8f612f68e7f7a25f517fcf386c5d0d39826085492e94766858b0a90"
checksum = "1d8587b21e2264a6e8938d940c5c99662779c13a10741a5737b15fc85c252ffc"
dependencies = [
 "bstr",
 "gix-hash",
@@ -1369,9 +1370,9 @@

[[package]]
name = "gix-revision"
version = "0.32.0"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fe28bbccca55da6d66e6c6efc6bb4003c29d407afd8178380293729733e6b53"
checksum = "342caa4e158df3020cadf62f656307c3948fe4eacfdf67171d7212811860c3e9"
dependencies = [
 "bitflags",
 "bstr",
@@ -1387,9 +1388,9 @@

[[package]]
name = "gix-revwalk"
version = "0.18.0"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4ecb80c235b1e9ef2b99b23a81ea50dd569a88a9eb767179793269e0e616247"
checksum = "2dc7c3d7e5cdc1ab8d35130106e4af0a4f9f9eca0c81f4312b690780e92bde0d"
dependencies = [
 "gix-commitgraph",
 "gix-date",
@@ -1402,9 +1403,9 @@

[[package]]
name = "gix-sec"
version = "0.10.11"
version = "0.10.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d84dae13271f4313f8d60a166bf27e54c968c7c33e2ffd31c48cafe5da649875"
checksum = "47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888"
dependencies = [
 "bitflags",
 "gix-path",
@@ -1414,9 +1415,9 @@

[[package]]
name = "gix-shallow"
version = "0.2.0"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab72543011e303e52733c85bef784603ef39632ddf47f69723def52825e35066"
checksum = "cc0598aacfe1d52575a21c9492fee086edbb21e228ec36c819c42ab923f434c3"
dependencies = [
 "bstr",
 "gix-hash",
@@ -1426,9 +1427,9 @@

[[package]]
name = "gix-submodule"
version = "0.17.0"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74972fe8d46ac8a09490ae1e843b4caf221c5b157c5ac17057e8e1c38417a3ac"
checksum = "78c7390c2059505c365e9548016d4edc9f35749c6a9112b7b1214400bbc68da2"
dependencies = [
 "bstr",
 "gix-config",
@@ -1441,9 +1442,9 @@

[[package]]
name = "gix-tempfile"
version = "16.0.0"
version = "17.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2558f423945ef24a8328c55d1fd6db06b8376b0e7013b1bb476cc4ffdf678501"
checksum = "3d6de439bbb9a5d3550c9c7fab0e16d2d637d120fcbe0dfbc538772a187f099b"
dependencies = [
 "dashmap",
 "gix-fs",
@@ -1464,9 +1465,9 @@

[[package]]
name = "gix-transport"
version = "0.45.0"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11187418489477b1b5b862ae1aedbbac77e582f2c4b0ef54280f20cfe5b964d9"
checksum = "b3f68c2870bfca8278389d2484a7f2215b67d0b0cc5277d3c72ad72acf41787e"
dependencies = [
 "bstr",
 "gix-command",
@@ -1480,9 +1481,9 @@

[[package]]
name = "gix-traverse"
version = "0.44.0"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bec70e53896586ef32a3efa7e4427b67308531ed186bb6120fb3eca0f0d61b4"
checksum = "36c0b049f8bdb61b20016694102f7b507f2e1727e83e9c5e6dad4f7d84ff7384"
dependencies = [
 "bitflags",
 "gix-commitgraph",
@@ -1497,9 +1498,9 @@

[[package]]
name = "gix-url"
version = "0.29.0"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29218c768b53dd8f116045d87fec05b294c731a4b2bdd257eeca2084cc150b13"
checksum = "48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860"
dependencies = [
 "bstr",
 "gix-features",
@@ -1511,9 +1512,9 @@

[[package]]
name = "gix-utils"
version = "0.1.14"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff08f24e03ac8916c478c8419d7d3c33393da9bb41fa4c24455d5406aeefd35f"
checksum = "189f8724cf903e7fd57cfe0b7bc209db255cacdcb22c781a022f52c3a774f8d0"
dependencies = [
 "fastrand",
 "unicode-normalization",
@@ -1521,9 +1522,9 @@

[[package]]
name = "gix-validate"
version = "0.9.3"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9eaa01c3337d885617c0a42e92823922a2aea71f4caeace6fe87002bdcadbd90"
checksum = "34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084"
dependencies = [
 "bstr",
 "thiserror 2.0.12",
@@ -1531,9 +1532,9 @@

[[package]]
name = "gix-worktree"
version = "0.39.0"
version = "0.40.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6673512f7eaa57a6876adceca6978a501d6c6569a4f177767dc405f8b9778958"
checksum = "f7760dbc4b79aa274fed30adc0d41dca6b917641f26e7867c4071b1fb4dc727b"
dependencies = [
 "bstr",
 "gix-attributes",
@@ -1864,25 +1865,41 @@

[[package]]
name = "jiff"
version = "0.1.14"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9d9d414fc817d3e3d62b2598616733f76c4cc74fbac96069674739b881295c8"
checksum = "c102670231191d07d37a35af3eb77f1f0dbf7a71be51a962dcd57ea607be7260"
dependencies = [
 "jiff-static",
 "jiff-tzdb-platform",
 "log",
 "portable-atomic",
 "portable-atomic-util",
 "serde",
 "windows-sys 0.59.0",
]

[[package]]
name = "jiff-static"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cdde31a9d349f1b1f51a0b3714a5940ac022976f4b49485fc04be052b183b4c"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "jiff-tzdb"
version = "0.1.1"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91335e575850c5c4c673b9bd467b0e025f164ca59d0564f69d0c2ee0ffad4653"
checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"

[[package]]
name = "jiff-tzdb-platform"
version = "0.1.1"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9835f0060a626fe59f160437bc725491a6af23133ea906500027d1bd2f8f4329"
checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
dependencies = [
 "jiff-tzdb",
]
@@ -2080,16 +2097,6 @@
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"

[[package]]
name = "mime_guess"
version = "2.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
dependencies = [
 "mime",
 "unicase",
]

[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2097,9 +2104,9 @@

[[package]]
name = "miniz_oxide"
version = "0.8.0"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
checksum = "ff70ce3e48ae43fa075863cef62e8b43b71a4f2382229920e0df362592919430"
dependencies = [
 "adler2",
]
@@ -2319,6 +2326,15 @@
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"

[[package]]
name = "portable-atomic-util"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
dependencies = [
 "portable-atomic",
]

[[package]]
name = "powerfmt"
@@ -2356,9 +2372,9 @@

[[package]]
name = "prodash"
version = "29.0.0"
version = "29.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a266d8d6020c61a437be704c5e618037588e1985c7dbb7bf8d265db84cffe325"
checksum = "9ee7ce24c980b976607e2d6ae4aae92827994d23fed71659c3ede3f92528b58b"
dependencies = [
 "log",
 "parking_lot",
@@ -2636,6 +2652,12 @@
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"

[[package]]
name = "rustc-hash"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"

[[package]]
name = "rustc_version"
@@ -2716,6 +2738,18 @@
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "serde_json"
version = "1.0.140"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
dependencies = [
 "itoa",
 "memchr",
 "ryu",
 "serde",
]

[[package]]
@@ -2749,25 +2783,19 @@
 "cfg-if",
 "cpufeatures",
 "digest",
 "sha1-asm",
]

[[package]]
name = "sha1-asm"
version = "0.5.3"
name = "sha1-checked"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "286acebaf8b67c1130aedffad26f594eff0c1292389158135327d2e23aed582b"
checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
dependencies = [
 "cc",
 "digest",
 "sha1",
]

[[package]]
name = "sha1_smol"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"

[[package]]
name = "sharded-slab"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3270,12 +3298,6 @@
checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"

[[package]]
name = "unicase"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e51b68083f157f853b6379db119d1c1be0e6e4dec98101079dec41f6f5cf6df"

[[package]]
name = "unicode-bom"
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3623,9 +3645,9 @@

[[package]]
name = "winnow"
version = "0.6.20"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
checksum = "0e97b544156e9bebe1a0ffbc03484fc1ffe3100cbce3ffb17eac35f7cdd7ab36"
dependencies = [
 "memchr",
]
diff --git a/Cargo.toml b/Cargo.toml
index 9914dae..2fafb14 100644
--- a/Cargo.toml
+++ a/Cargo.toml
@@ -14,7 +14,10 @@
[dependencies]
anyhow = "1.0"
arc-swap = "1.7"
askama = { version = "0.12.0", default-features = false }
askama = { version = "0.13.0", default-features = false, features = [
  "derive",
  "std",
] }
axum = { version = "0.8", default-features = false, features = [
  "query",
  "tokio",
@@ -35,8 +38,7 @@
const_format = "0.2"
flate2 = "1.0"
futures-util = "0.3"
gix = { version = "0.70", default-features = false, features = [
  "fast-sha1",
gix = { version = "0.71", default-features = false, features = [
  "tracing",
  "parallel",
  "blob-diff",
diff --git a/deny.toml b/deny.toml
index 8cfd148..6e9ba9f 100644
--- a/deny.toml
+++ a/deny.toml
@@ -40,6 +40,7 @@
skip-tree = [
  { name = "matchers", reason = "tracing-subscriber's env-filter pulls in an ancient regex version" },
  { crate = "thiserror@1.0.69", reason = "https://github.com/moka-rs/moka/pull/506" },
  { crate = "bindgen@0.69.5", reason = "rocksdb still using old version" },
]

[sources]
diff --git a/src/main.rs b/src/main.rs
index 3026c49..6e8a4b1 100644
--- a/src/main.rs
+++ a/src/main.rs
@@ -355,7 +355,7 @@
            Ok(body) => {
                let headers = [(
                    http::header::CONTENT_TYPE,
                    HeaderValue::from_static(T::MIME_TYPE),
                    HeaderValue::from_static("text/html; charset=utf-8"),
                )];

                (headers, body).into_response()