Skip to content

Commit 4559268

Browse files
Update askama version to 0.15 in generate-copyright
1 parent 5c1df0d commit 4559268

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1567,7 +1567,7 @@ name = "generate-copyright"
15671567
version = "0.1.0"
15681568
dependencies = [
15691569
"anyhow",
1570-
"askama 0.14.0",
1570+
"askama 0.15.1",
15711571
"cargo_metadata 0.21.0",
15721572
"serde",
15731573
"serde_json",

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.14.0"
11+
askama = "0.15.1"
1212
cargo_metadata = "0.21"
1313
serde = { version = "1.0.147", features = ["derive"] }
1414
serde_json = "1.0.85"

0 commit comments

Comments
 (0)