Update askama version to 0.15 in generate-copyright
This commit is contained in:
parent
5c1df0d0fa
commit
45592688cf
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue