We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
askama
0.14.0
generate-copyright
1 parent f534733 commit 2885e55Copy full SHA for 2885e55
Cargo.lock
@@ -1431,7 +1431,7 @@ name = "generate-copyright"
1431
version = "0.1.0"
1432
dependencies = [
1433
"anyhow",
1434
- "askama 0.13.1",
+ "askama 0.14.0",
1435
"cargo_metadata 0.18.1",
1436
"serde",
1437
"serde_json",
src/tools/generate-copyright/Cargo.toml
@@ -8,7 +8,7 @@ description = "Produces a manifest of all the copyrighted materials in the Rust
8
9
[dependencies]
10
anyhow = "1.0.65"
11
-askama = "0.13.0"
+askama = "0.14.0"
12
cargo_metadata = "0.18.1"
13
serde = { version = "1.0.147", features = ["derive"] }
14
serde_json = "1.0.85"
0 commit comments