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.
0.15
generate-copyright
1 parent 5c1df0d commit 4559268Copy full SHA for 4559268
Cargo.lock
@@ -1567,7 +1567,7 @@ name = "generate-copyright"
1567
version = "0.1.0"
1568
dependencies = [
1569
"anyhow",
1570
- "askama 0.14.0",
+ "askama 0.15.1",
1571
"cargo_metadata 0.21.0",
1572
"serde",
1573
"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.14.0"
+askama = "0.15.1"
12
cargo_metadata = "0.21"
13
serde = { version = "1.0.147", features = ["derive"] }
14
serde_json = "1.0.85"
0 commit comments