Skip to content

Commit 085dae2

Browse files
authored
Unrolled build for #151834
Rollup merge of #151834 - GuillaumeGomez:update-askama, r=GuillaumeGomez Update `askama` version to `0.15.4` Hopefully it's the last `askama` update before a while. ^^' r? ghost
2 parents 370143f + 6397395 commit 085dae2

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,9 @@ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
184184

185185
[[package]]
186186
name = "askama"
187-
version = "0.15.3"
187+
version = "0.15.4"
188188
source = "registry+https://github.com/rust-lang/crates.io-index"
189-
checksum = "10a800c6f7c005e5bcb76ff0b9e61c9e54ad379ce4e83a88ed14ff487a73776d"
189+
checksum = "08e1676b346cadfec169374f949d7490fd80a24193d37d2afce0c047cf695e57"
190190
dependencies = [
191191
"askama_macros",
192192
"itoa",
@@ -197,9 +197,9 @@ dependencies = [
197197

198198
[[package]]
199199
name = "askama_derive"
200-
version = "0.15.3"
200+
version = "0.15.4"
201201
source = "registry+https://github.com/rust-lang/crates.io-index"
202-
checksum = "0cb7657165bac49b5c533850e7cd67c1c60059aefc31088f89aa431c8a90d5d9"
202+
checksum = "7661ff56517787343f376f75db037426facd7c8d3049cef8911f1e75016f3a37"
203203
dependencies = [
204204
"askama_parser",
205205
"basic-toml",
@@ -214,18 +214,18 @@ dependencies = [
214214

215215
[[package]]
216216
name = "askama_macros"
217-
version = "0.15.3"
217+
version = "0.15.4"
218218
source = "registry+https://github.com/rust-lang/crates.io-index"
219-
checksum = "e55eacd3e54d32483cd10d0a881a0f28a40f3a763704ac9b8693edc39d7321c7"
219+
checksum = "713ee4dbfd1eb719c2dab859465b01fa1d21cb566684614a713a6b7a99a4e47b"
220220
dependencies = [
221221
"askama_derive",
222222
]
223223

224224
[[package]]
225225
name = "askama_parser"
226-
version = "0.15.3"
226+
version = "0.15.4"
227227
source = "registry+https://github.com/rust-lang/crates.io-index"
228-
checksum = "20c3df8886ab5acdcd76eee93b3e2df1ef734251438b5b942b5fea22c50d2a0f"
228+
checksum = "1d62d674238a526418b30c0def480d5beadb9d8964e7f38d635b03bf639c704c"
229229
dependencies = [
230230
"rustc-hash 2.1.1",
231231
"serde",

src/ci/citool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2024"
55

66
[dependencies]
77
anyhow = "1"
8-
askama = "0.15.3"
8+
askama = "0.15.4"
99
clap = { version = "4.5", features = ["derive"] }
1010
csv = "1"
1111
diff = "0.1"

src/librustdoc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ path = "lib.rs"
1010
[dependencies]
1111
# tidy-alphabetical-start
1212
arrayvec = { version = "0.7", default-features = false }
13-
askama = { version = "0.15.3", default-features = false, features = ["alloc", "config", "derive"] }
13+
askama = { version = "0.15.4", default-features = false, features = ["alloc", "config", "derive"] }
1414
base64 = "0.21.7"
1515
indexmap = { version = "2", features = ["serde"] }
1616
itertools = "0.12"

src/tools/generate-copyright/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Produces a manifest of all the copyrighted materials in the Rust
88

99
[dependencies]
1010
anyhow = "1.0.65"
11-
askama = "0.15.3"
11+
askama = "0.15.4"
1212
cargo_metadata = "0.21"
1313
serde = { version = "1.0.147", features = ["derive"] }
1414
serde_json = "1.0.85"

0 commit comments

Comments
 (0)