Skip to content

Commit 2885e55

Browse files
Update askama version to 0.14.0 in generate-copyright tool
1 parent f534733 commit 2885e55

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
@@ -1431,7 +1431,7 @@ name = "generate-copyright"
14311431
version = "0.1.0"
14321432
dependencies = [
14331433
"anyhow",
1434-
"askama 0.13.1",
1434+
"askama 0.14.0",
14351435
"cargo_metadata 0.18.1",
14361436
"serde",
14371437
"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.13.0"
11+
askama = "0.14.0"
1212
cargo_metadata = "0.18.1"
1313
serde = { version = "1.0.147", features = ["derive"] }
1414
serde_json = "1.0.85"

0 commit comments

Comments
 (0)