Update askama version to 0.15 in generate-copyright

This commit is contained in:
Guillaume Gomez
2025-12-24 15:55:17 +01:00
parent 5c1df0d0fa
commit 45592688cf
2 changed files with 2 additions and 2 deletions

View File

@@ -1567,7 +1567,7 @@ name = "generate-copyright"
version = "0.1.0"
dependencies = [
"anyhow",
"askama 0.14.0",
"askama 0.15.1",
"cargo_metadata 0.21.0",
"serde",
"serde_json",

View File

@@ -8,7 +8,7 @@ description = "Produces a manifest of all the copyrighted materials in the Rust
[dependencies]
anyhow = "1.0.65"
askama = "0.14.0"
askama = "0.15.1"
cargo_metadata = "0.21"
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.85"