Skip to content

Commit a643892

Browse files
Update askama version to 0.14.0 in citool
1 parent 2885e55 commit a643892

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/ci/citool/Cargo.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
6666

6767
[[package]]
6868
name = "askama"
69-
version = "0.13.1"
69+
version = "0.14.0"
7070
source = "registry+https://github.com/rust-lang/crates.io-index"
71-
checksum = "5d4744ed2eef2645831b441d8f5459689ade2ab27c854488fbab1fbe94fce1a7"
71+
checksum = "f75363874b771be265f4ffe307ca705ef6f3baa19011c149da8674a87f1b75c4"
7272
dependencies = [
7373
"askama_derive",
7474
"itoa",
@@ -79,9 +79,9 @@ dependencies = [
7979

8080
[[package]]
8181
name = "askama_derive"
82-
version = "0.13.1"
82+
version = "0.14.0"
8383
source = "registry+https://github.com/rust-lang/crates.io-index"
84-
checksum = "d661e0f57be36a5c14c48f78d09011e67e0cb618f269cca9f2fd8d15b68c46ac"
84+
checksum = "129397200fe83088e8a68407a8e2b1f826cf0086b21ccdb866a722c8bcd3a94f"
8585
dependencies = [
8686
"askama_parser",
8787
"basic-toml",
@@ -96,9 +96,9 @@ dependencies = [
9696

9797
[[package]]
9898
name = "askama_parser"
99-
version = "0.13.0"
99+
version = "0.14.0"
100100
source = "registry+https://github.com/rust-lang/crates.io-index"
101-
checksum = "cf315ce6524c857bb129ff794935cf6d42c82a6cff60526fe2a63593de4d0d4f"
101+
checksum = "d6ab5630b3d5eaf232620167977f95eb51f3432fc76852328774afbd242d4358"
102102
dependencies = [
103103
"memchr",
104104
"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 = "2021"
55

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

0 commit comments

Comments
 (0)