Skip to content

Commit 6b3d1e0

Browse files
committed
Update Cargo.lock
It probably wasn't committed after an earlier change.
1 parent ba284f4 commit 6b3d1e0

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/ci/citool/Cargo.lock

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

6767
[[package]]
6868
name = "askama"
69-
version = "0.15.1"
69+
version = "0.15.4"
7070
source = "registry+https://github.com/rust-lang/crates.io-index"
71-
checksum = "bb7125972258312e79827b60c9eb93938334100245081cf701a2dee981b17427"
71+
checksum = "08e1676b346cadfec169374f949d7490fd80a24193d37d2afce0c047cf695e57"
7272
dependencies = [
7373
"askama_macros",
7474
"itoa",
@@ -79,9 +79,9 @@ dependencies = [
7979

8080
[[package]]
8181
name = "askama_derive"
82-
version = "0.15.1"
82+
version = "0.15.4"
8383
source = "registry+https://github.com/rust-lang/crates.io-index"
84-
checksum = "8ba5e7259a1580c61571e3116ebaaa01e3c001b2132b17c4cc5c70780ca3e994"
84+
checksum = "7661ff56517787343f376f75db037426facd7c8d3049cef8911f1e75016f3a37"
8585
dependencies = [
8686
"askama_parser",
8787
"basic-toml",
@@ -96,18 +96,18 @@ dependencies = [
9696

9797
[[package]]
9898
name = "askama_macros"
99-
version = "0.15.1"
99+
version = "0.15.4"
100100
source = "registry+https://github.com/rust-lang/crates.io-index"
101-
checksum = "236ce20b77cb13506eaf5024899f4af6e12e8825f390bd943c4c37fd8f322e46"
101+
checksum = "713ee4dbfd1eb719c2dab859465b01fa1d21cb566684614a713a6b7a99a4e47b"
102102
dependencies = [
103103
"askama_derive",
104104
]
105105

106106
[[package]]
107107
name = "askama_parser"
108-
version = "0.15.1"
108+
version = "0.15.4"
109109
source = "registry+https://github.com/rust-lang/crates.io-index"
110-
checksum = "f3c63392767bb2df6aa65a6e1e3b80fd89bb7af6d58359b924c0695620f1512e"
110+
checksum = "1d62d674238a526418b30c0def480d5beadb9d8964e7f38d635b03bf639c704c"
111111
dependencies = [
112112
"rustc-hash",
113113
"serde",

0 commit comments

Comments
 (0)