Skip to content

Commit e1417f4

Browse files
Update askama to 0.15.3
1 parent 1e5065a commit e1417f4

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.2"
187+
version = "0.15.3"
188188
source = "registry+https://github.com/rust-lang/crates.io-index"
189-
checksum = "03341eae1125472b0672fbf35cc9aa7b74cd8e0c3d02f02c28a04678f12aaa7a"
189+
checksum = "10a800c6f7c005e5bcb76ff0b9e61c9e54ad379ce4e83a88ed14ff487a73776d"
190190
dependencies = [
191191
"askama_macros",
192192
"itoa",
@@ -197,9 +197,9 @@ dependencies = [
197197

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

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

224224
[[package]]
225225
name = "askama_parser"
226-
version = "0.15.2"
226+
version = "0.15.3"
227227
source = "registry+https://github.com/rust-lang/crates.io-index"
228-
checksum = "7e33eb7484958aaa1f27e9adb556f5d557331cd891bdbb33781bc1f9550b6f6e"
228+
checksum = "20c3df8886ab5acdcd76eee93b3e2df1ef734251438b5b942b5fea22c50d2a0f"
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.2"
8+
askama = "0.15.3"
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.2", default-features = false, features = ["alloc", "config", "derive"] }
13+
askama = { version = "0.15.3", 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.2"
11+
askama = "0.15.3"
1212
cargo_metadata = "0.21"
1313
serde = { version = "1.0.147", features = ["derive"] }
1414
serde_json = "1.0.85"

0 commit comments

Comments
 (0)