Skip to content

Commit eb9467a

Browse files
committed
Update to askama v0.14
1 parent e85e572 commit eb9467a

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
needs:
9393
- Fmt
9494
- CargoSort
95-
runs-on: ubuntu-20.04
95+
runs-on: ubuntu-latest
9696
permissions:
9797
actions: read
9898
contents: read

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ sailfish = { version = "*", optional = true, path = "tmpls/sailfish", package =
5757
tera = { version = "*", optional = true, path = "tmpls/tera", package = "tmpl-tera" }
5858
tinytemplate = { version = "*", optional = true, path = "tmpls/tinytemplate", package = "tmpl-tinytemplate" }
5959

60-
ahash = { version = "0.8", features = ["no-rng"] }
61-
criterion = { version = "0.5", features = ["html_reports"] }
62-
pretty-error-debug = "0.3"
63-
thiserror = "2"
60+
ahash = { version = "0.8.11", features = ["no-rng"] }
61+
criterion = { version = "0.5.1", features = ["html_reports"] }
62+
pretty-error-debug = "0.3.1"
63+
thiserror = "2.0.12"
6464

6565
[build-dependencies]
6666
pretty-error-debug = "0.3"
67-
self_cell = "1"
68-
thiserror = "2"
67+
self_cell = "1.2.0"
68+
thiserror = "2.0.12"
6969

7070
[[bench]]
7171
name = "template-benchmark"

tmpls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ publish = false
66
license = "Apache-2.0"
77

88
[dependencies]
9-
serde = { version = "1.0.207", features = ["derive"] }
9+
serde = { version = "1.0.219", features = ["derive"] }

tmpls/askama/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ license = "Apache-2.0"
88
[dependencies]
99
tmpls = { version = "*", path = ".." }
1010

11-
askama = "0.13"
11+
askama = "0.14"

0 commit comments

Comments
 (0)